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: emulators/gxmame/Makefile

Number of commits found: 43

Tuesday, 4 Mar 2014
23:08 antoine search for other commits by this committer
Chase emulators/xmame expiration
Original commitRevision:347086 
Friday, 21 Feb 2014
13:36 ehaupt search for other commits by this committer
Remove trailing whitespaces from category emulators
Original commitRevision:345407 
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
16:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Original commitRevision:327721 
Thursday, 5 Sep 2013
09:15 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326373 
Monday, 6 May 2013
07:01 bapt search for other commits by this committer
Finish converting e* from WITHOUT_NLS to PORT_OPTIONS:MNLS
Original commitRevision:317474 
Thursday, 28 Mar 2013
03:28 eadler search for other commits by this committer
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Original commitRevision:315433 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* 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
Original commitRevision:313633 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
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
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, 22 Aug 2009
00:20 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 6 Jun 2008
13:27 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
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
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
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Tuesday, 5 Sep 2006
04:26 linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
Original commit
Sunday, 7 May 2006
10:55 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with E
Original commit
Monday, 30 Jan 2006
23:20 kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Tuesday, 19 Apr 2005
17:08 jylefort search for other commits by this committer
Fix installation path of the HTML documentation and pkg-plist.

Approved by:    adamw (mentor)
Reported by:    pointyhat
Original commit
Friday, 15 Apr 2005
16:49 jylefort search for other commits by this committer
- Update to 0.35beta2
- Fix build on 4.X
- Add WITHOUT_NLS knob
- Fix menu item installation by moving to X11BASE and gnomeprefix
- Polish Makefile and pkg-plist

PR:             ports/79934
Submitted by:   Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Approved by:    adamw (mentor)
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
09:28 vs search for other commits by this committer
Unbreak & update to 0.35 beta1

PR:             ports/78643
Submitted by:   maintainer
Original commit
Monday, 28 Feb 2005
00:57 kris search for other commits by this committer
BROKEN: Incomplete pkg-plist
Original commit
Tuesday, 15 Feb 2005
08:32 erwin search for other commits by this committer
Miguel Mendez is the new victim of these ports. Thanks!
Original commit
Saturday, 12 Feb 2005
23:37 kris search for other commits by this committer
Reset bouncing maintainer address:

<<< 550 5.7.1 <tlp@liquidx.org>... Relaying denied
550 5.1.1 <tlp@liquidx.org>... User unknown
<<< 503 5.0.0 Need RCPT (recipient)
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Thursday, 28 Oct 2004
14:10 pav search for other commits by this committer
- Remove *xil options, mame does not support them

PR:             ports/73045
Submitted by:   Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:    Travis Poppe <tlp@LiquidX.org> (maintainer)
Original commit
Monday, 11 Oct 2004
22:38 edwin search for other commits by this committer
emulators/gxmame. Add extra patch to enable compat with new xmame 0.86

        A little patch is needed for this program to work with the
        new xmame.

PR:             ports/71255
Submitted by:   Miguel Mendez <flynn@energyhq.es.eu.org>
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Tuesday, 30 Mar 2004
19:20 krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
Original commit
Tuesday, 16 Mar 2004
04:23 edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
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
Tuesday, 6 Jan 2004
00:00 pav search for other commits by this committer
- Set --with-xmame-dir properly
- Raise portrevision

PR:             ports/60941
Submitted by:   Ulrich Spoerlein <q@uni.de> (xmame maintainer)
Approved by:    maintainer
Original commit
Sunday, 21 Dec 2003
02:39 petef search for other commits by this committer
- update to 0.34b
- only for i386 now, maintainer doesn't have time to remove gcc i386-isms
  and test on other archs.

PR:             60466
Submitted by:   maintainer
Original commit
Monday, 8 Dec 2003
07:56 linimon search for other commits by this committer
Patched to support newer xmame versions.
PR:             ports/59567
Submitted by:   Travis Poppe <tlp@LiquidX.org> (maintainer)
Original commit
Monday, 6 Oct 2003
06:30 edwin search for other commits by this committer
Remove commented out lines during building.
Also move from build_depends to lib_depends
Original commit
06:26 edwin search for other commits by this committer
GXMame is a GTK frontend for xmame

        XMame is a GTK frontend for xmame. It is similar to MAME32.

PR:             ports/57628
Submitted by:   Travis Poppe <tlp@liquidx.org>
Original commit

Number of commits found: 43