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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: games/d2x-xl/Makefile

Number of commits found: 33

Sunday, 7 Apr 2019
07:43 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:498264 
Sunday, 4 Nov 2018
13:36 antoine search for other commits by this committer
Mark BROKEN: fails to build

In file included from bitblt.cpp:18:
In file included from ../include/descent.h:25:
../include/carray.h:90:20: error: reinterpret_cast from 'nullptr_t' to 'char *'
is not allowed
                        m_data.buffer = reinterpret_cast<_T *> (NULL);
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
Original commitRevision:484035 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Monday, 27 Feb 2017
13:51 amdmi3 search for other commits by this committer
- Switch to USES=autoreconf
- Fix build with clang 4.0 (

PR:		216639
Reported by:	jbeich@FreeBSD.org
Approved by:	maintainer timeout (aragon@phat.za.net, 4 weeks)
Original commitRevision:434937 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Tuesday, 26 Aug 2014
14:06 tijl search for other commits by this committer
- Fix missing library problems when the linker enforces explicit linking

PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:366215 
Friday, 15 Aug 2014
16:00 amdmi3 search for other commits by this committer
- Stagify

Approved by:	portmgr blanket
Original commitRevision:364989 
Monday, 26 May 2014
08:44 bapt search for other commits by this committer
Convert to USES=dos2unix

With hat:	portmgr
Original commitRevision:355288 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 10 Jul 2013
06:55 bapt search for other commits by this committer
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Original commitRevision:322621 
Friday, 31 May 2013
14:40 jgh search for other commits by this committer
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup

Approved by:	portmgr (bapt)
Original commitRevision:319495 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Original commit
Monday, 7 Nov 2011
04:24 miwi search for other commits by this committer
- Get rid FreeBSD 6 support
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, 2 May 2011
12:44 makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Tuesday, 5 Oct 2010
19:57 ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 30 Jan 2010
09:43 mva search for other commits by this committer
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
Original commit
Saturday, 12 Sep 2009
20:27 pav search for other commits by this committer
- Bandaid installation by adding unrar as RUN_DEPENDS

Reported by:    pointyhat invia miwi
Original commit
Thursday, 10 Sep 2009
22:07 pav search for other commits by this committer
- Update to 1.14.121

PR:             ports/138682
Submitted by:   Aragon Gouveia <aragon@phat.za.net> (maintainer)
Original commit
Friday, 28 Aug 2009
17:48 amdmi3 search for other commits by this committer
- Update to 1.14.108, use correct SF urls, fix fetch by that

PR:             138243
Submitted by:   myself
Approved by:    Aragon Gouveia <aragon@phat.za.net> (maintainer)
Original commit
Wednesday, 26 Aug 2009
11:56 miwi search for other commits by this committer
- Update to 1.14.99

PR:             137892
Submitted by:   Aragon Gouveia <aragon@phat.za.net> (maintainer)
Original commit
Friday, 14 Aug 2009
19:49 miwi search for other commits by this committer
- Update to 1.14.34

PR:             137773
Submitted by:   Aragon Gouveia <aragon@phat.za.net> (maintainer)
Original commit
Monday, 16 Mar 2009
10:01 linimon search for other commits by this committer
Mark as broken on sparc64: fails to compile.
Original commit
Wednesday, 4 Mar 2009
12:16 amdmi3 search for other commits by this committer
D2X-XL is a community modified version of Icculus's D2X port,
the original Unix port of Descent by Parallax software.  It
contains many bug fixes and improvements since Icculus stopped
working on D2X.

You need to own the orignal game or download demo data
files.

WWW: http://www.descent2.de/

PR:             132086
Submitted by:   Aragon Gouveia <aragon at phat dot za dot net>
Original commit

Number of commits found: 33