notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/gcombust/Makefile

Number of commits found: 56

Friday, 12 Oct 2018
09:19 antoine search for other commits by this committer
Deprecate most glib12 consumers

With hat:	portmgr
Original commitRevision:481888 
Tuesday, 17 Jan 2017
09:03 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Regenerate patches
Original commitRevision:431725 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Monday, 22 Dec 2014
22:39 bapt search for other commits by this committer
Get rid of gnomehier
Original commitRevision:375280 
Saturday, 13 Sep 2014
15:11 tijl search for other commits by this committer
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
Original commitRevision:368108 
Tuesday, 22 Jul 2014
19:33 pawel search for other commits by this committer
- Add staging support
- Correct spelling mistakes in pkg-descr
Original commitRevision:362572 
Thursday, 17 Jul 2014
08:57 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
Original commitRevision:362126 
Sunday, 6 Jul 2014
15:52 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360930 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Friday, 21 Feb 2014
13:39 ehaupt search for other commits by this committer
Remove trailing whitespaces from category sysutils
Original commitRevision:345435 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Monday, 16 Sep 2013
07:29 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327368 
Friday, 26 Apr 2013
12:35 bapt search for other commits by this committer
Remove USE_CDRTOOLS from bsd.port.mk

This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
Original commitRevision:316600 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 28 Feb 2013
10:51 gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)

Approved by:	portmgr
Original commitRevision:313088 
Thursday, 24 Nov 2011
08:05 bapt search for other commits by this committer
- update MASTER_SITE (distfile is now fetchable again) [1]
- while here pet portlint and add license

PR:             ports/162799 [1]
Submitted by:   Adam McDougall <mcdouga9@egr.msu.edu> (maintainer) [1]
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Friday, 6 Jun 2008
14:03 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Monday, 24 Mar 2008
13:03 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Monday, 17 Sep 2007
16:52 araujo search for other commits by this committer
- Unbreak with gcc4.

PR:             ports/115323
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by:    stas (mentor), maintainer timeout (2 weeks)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 31 Jan 2007
14:07 pav search for other commits by this committer
- Use new USE_CDRTOOLS variable

Tested on:      pointyhat
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Tuesday, 31 Aug 2004
15:53 kuriyama search for other commits by this committer
Upgrade to 0.1.55.

Approved by:    maintainer
Original commit
Wednesday, 2 Jun 2004
17:17 netchild search for other commits by this committer
Chase the merge of sysutils/mkisofs into sysutils/cdrtools.

Submitted by:   marius
Original commit
Wednesday, 4 Feb 2004
04:36 marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
Original commit
Thursday, 20 Nov 2003
15:06 trevor search for other commits by this committer
Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:   Oliver Eikemeier
Original commit
13:51 trevor search for other commits by this committer
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
Original commit
Tuesday, 26 Aug 2003
20:25 marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Original commit
Monday, 25 Aug 2003
05:41 marcus search for other commits by this committer
Chase the libintl.so shared lib version.
Original commit
Sunday, 20 Apr 2003
19:43 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 21 Feb 2003
13:28 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 13 Jan 2003
03:48 marcus search for other commits by this committer
Add a dependency on gnomehier to allow for the desktop entry.

Reported by:    bento
Original commit
Thursday, 2 Jan 2003
17:10 petef search for other commits by this committer
Update to 0.1.53.

PR:             45700
Submitted by:   maintainer
Original commit
Sunday, 1 Sep 2002
15:26 lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42285
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Thursday, 1 Aug 2002
16:22 ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
Original commit
Saturday, 13 Apr 2002
20:59 anders search for other commits by this committer
Update to 0.1.49.

PR:             37045
Submitted by:   Herbert J. Skuhra <herbert@bugat.at>
Approved by:    maintainer
Original commit
Friday, 12 Apr 2002
17:10 ade search for other commits by this committer
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
Original commit
Friday, 15 Mar 2002
19:44 ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
Original commit
Sunday, 4 Nov 2001
01:30 mi search for other commits by this committer
Upgrade to 1.47. Change the maintainer's address.    
Original commit
Monday, 29 Oct 2001
10:25 petef search for other commits by this committer
- update to 0.1.46    
Original commit
Thursday, 2 Aug 2001
10:14 dirk search for other commits by this committer
Fix dependency for cdrecord (cdrecord was renamed to cdrtools).    
Original commit
Saturday, 16 Jun 2001
05:54 dwcjr search for other commits by this committer
Update to version 1.45   Remove unneeded patch (patch-ae)   Add new locales in
pkg-plist    
Original commit
Thursday, 29 Mar 2001
16:35 sobomax search for other commits by this committer
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
Original commit
Friday, 9 Mar 2001
07:19 grog search for other commits by this committer
Upgrade to version 0.1.42    
Original commit
Monday, 15 Jan 2001
11:13 sobomax search for other commits by this committer
Update to 0.1.41.    
Original commit
Wednesday, 8 Nov 2000
12:24 sobomax search for other commits by this committer
Update to 0.1.37.    
Original commit
Monday, 16 Oct 2000
14:14 kevlo search for other commits by this committer
Update to version 0.1.36    
Original commit
Tuesday, 10 Oct 2000
06:15 kevlo search for other commits by this committer
Update to version 0.1.35    
Original commit
Thursday, 5 Oct 2000
07:42 reg search for other commits by this committer
Implement USE_GTK, part 2.    
Original commit
Monday, 2 Oct 2000
15:45 ade search for other commits by this committer
Switch maintainership.  Old maintainer has disappeared and is not   responding
to requests.    
Original commit
Wednesday, 31 May 2000
10:36 will search for other commits by this committer
Update to 0.1.33.  I also smacked this port into using the system libintl  
instead of its own, and cleaned up the DESCR a little bit.    
Original commit
Monday, 29 May 2000
04:13 steve search for other commits by this committer
Update to version 0.1.32.    
Original commit

Number of commits found: 56