notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: print/ttf2pt1/Makefile
SVNWeb

Number of commits found: 33

Wed, 26 Jul 2023
[ 00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  95274bf  (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Sun, 23 Jul 2023
[ 10:50 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:141cd26606a2c8019966cdbb00a967db49bcb1b6  commit hash:141cd26606a2c8019966cdbb00a967db49bcb1b6  commit hash:141cd26606a2c8019966cdbb00a967db49bcb1b6  141cd26 
print/ttf2pt1: Fix build with llvm16

- Utilize USES=localbase
- Pet port{clippy|fmt}

Sponsored by:	The FreeBSD Foundation
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  51879c9  (Only the first 10 of 197 ports in this commit are shown above. View all ports for this commit)
print: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anish Mistry <amistry@am-productions.biz>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 11 Jan 2018
[ 16:24 danfe search for other commits by this committer ] Original commit   Revision:458754 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Remove superfluous linefeeds.
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 11 May 2015
[ 08:20 amdmi3 search for other commits by this committer ] Original commit   Revision:386056
- Add LICENSE
- Strip binary
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 1 Mar 2014
[ 22:39 antoine search for other commits by this committer ] Original commit   Revision:346722
- New LIB_DEPENDS syntax
- Allow packaging as a regular user
- Fix references to STAGEDIR in scripts and man pages
Wed, 26 Feb 2014
[ 06:11 miwi search for other commits by this committer ] Original commit   Revision:346103
- Stage support
Fri, 20 Sep 2013
[ 22:44 bapt search for other commits by this committer ] Original commit   Revision:327765 (Only the first 10 of 325 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Sat, 3 Aug 2013
[ 08:45 az search for other commits by this committer ] Original commit   Revision:324181 (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
Mon, 13 May 2013
[ 10:59 bapt search for other commits by this committer ] Original commit   Revision:318068
Fix all shebang lines

Submitted by:	John Marino (via irc)
Obtained from:	DPorts
Tue, 7 May 2013
[ 13:12 bapt search for other commits by this committer ] Original commit   Revision:317605 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl

Submitted by:	John Marino
Obtained from:	DPorts
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Fri, 8 Mar 2013
[ 10:51 kwm search for other commits by this committer ] Original commit   Revision:313633 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sat, 22 Aug 2009
[ 00:35 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 349 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Wed, 20 Dec 2006
[ 17:40 rafan search for other commits by this committer ] Original commit 
- Don't install t1asm, depends on t1utils instead

Reported by:    Edward G.J.Lee <edt1023 at info.sayya.org>
Sun, 13 Mar 2005
[ 09:53 krion search for other commits by this committer ] Original commit 
Remove trailing space.
[ 09:40 krion search for other commits by this committer ] Original commit 
Update to version 3.4.4

PR:             ports/78743
Submitted by:   Ports Fury
Fri, 21 Nov 2003
[ 03:09 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:             ports/59515
Submitted by:   statue@freebsd.sinica.edu.tw
Sat, 5 Apr 2003
[ 17:39 leeym search for other commits by this committer ] Original commit 
Update to 3.4.3

PR:             50018
Submitted by:   Statue <statue@freebsd.sinica.edu.tw>
Fri, 21 Feb 2003
[ 13:23 knu search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 16 Nov 2002
[ 11:56 edwin search for other commits by this committer ] Original commit 
Maintainer update to version 3.4.2

PR:             ports/45024
Submitted by:   Statue <statue@freebsd.sinica.edu.tw>
Mon, 4 Nov 2002
[ 05:46 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Sun, 1 Sep 2002
[ 18:56 dwcjr search for other commits by this committer ] Original commit 
Update to 3.4.1

PR:             41066
Submitted by:   kanou@mil.allnet.ne.jp
Sun, 2 Dec 2001
[ 18:20 ijliao search for other commits by this committer ] Original commit 
pass maintainership to statue@freebsd.sinica.edu.tw    
Mon, 26 Nov 2001
[ 13:15 ijliao search for other commits by this committer ] Original commit 
upgrade to 3.4.0    
Sat, 11 Aug 2001
[ 18:12 ijliao search for other commits by this committer ] Original commit 
add ttf2pt1   True Type Font to Postscript Type 1 Converter    

Number of commits found: 33