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

Number of commits found: 52

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 
Tuesday, 3 Jan 2017
21:04 jbeich search for other commits by this committer
emulators/snes9x: unbreak with libc++ 3.9

unix/unix.cpp:1451:9: error: cannot initialize a variable of type 'char *' with
an rvalue of type
      'const char *'
  char *slash = strrchr(path, SLASH_CHAR);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~
unix/unix.cpp:1452:9: error: cannot initialize a variable of type 'char *' with
an rvalue of type
      'const char *'
  char *dot = strrchr(path, '.');
        ^     ~~~~~~~~~~~~~~~~~~

PR:		212343
Regressed by:	https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b
Original commitRevision:430522 
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 
Tuesday, 24 Mar 2015
22:17 marino search for other commits by this committer
3 ports categories: Remove $PTHREAD_LIBS

Categories: print, science, emulators

approved by:	PTHREAD blanket
Original commitRevision:382185 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
Sunday, 1 Jun 2014
16:39 grembo search for other commits by this committer
Stagify. Small fixes while being there.
The port doesn't build with std=c++11. Even though it's
an upstream problem, the maintainer might want to
look into fixing this.

Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
Original commitRevision:356155 
Monday, 26 May 2014
13:13 miwi search for other commits by this committer
- Convert gmake,bzip2 to USES

Approved by:	portmgr
Original commitRevision:355332 
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 
Wednesday, 8 May 2013
15:59 bdrewery search for other commits by this committer
Really fix conversion - missed a 2nd typo
Original commitRevision:317692 
Thursday, 2 May 2013
13:29 bdrewery search for other commits by this committer
Fix conversion to new options framework for bmake
Original commitRevision:317113 
Sunday, 28 Apr 2013
21:20 bapt search for other commits by this committer
Convert emulators to new options framework
Original commitRevision:316753 
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
Tuesday, 23 Aug 2011
07:45 dougb search for other commits by this committer
Geocities has been gone for almost 2 years now, so let's remove
references to it.

Deprecate ports whose only MASTER_SITE is (was) geocities
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
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
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
Saturday, 22 Mar 2008
08:55 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
Thursday, 4 Oct 2007
15:38 acm search for other commits by this committer
- Remove USE_GCC
- Remove BROKEN, new version of snes9x compiles fine on CURRENT

Suggested and reported by:      miwi
Original commit
05:43 acm search for other commits by this committer
- Update to 1.51
- Clean patch files
- Add NETPLAY Option
Original commit
Saturday, 29 Sep 2007
15:03 linimon search for other commits by this committer
Mark broken with gcc4.2.
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, 24 Mar 2007
12:26 acm search for other commits by this committer
- My fault on previous commit, this is the correct way for do the things
Original commit
12:22 acm search for other commits by this committer
- Now,the OPENGL option installs snes9x instead of osnes9x
- Bump PORTREVISION
Original commit
Thursday, 28 Dec 2006
01:15 acm search for other commits by this committer
- Add USE_GCC=3.4+. I forgot to add it in my previous commit.
Original commit
Wednesday, 27 Dec 2006
17:27 acm search for other commits by this committer
- Update to 1.5
- Add new mirrors to MASTER_SITES
- Add pkg-message file
- Convert to OPTIONS
- Clean patch files
- Install DOCSDIR files
- Remove obsolete patch
- Remove USE_X_PREFIX
- Take maintainership
Original commit
Saturday, 29 Apr 2006
21:40 pav search for other commits by this committer
- Fill in $LINENO in configure script, so it detects FreeBSD, so it enables
  joystick support.

  This a more magic situation.

PR:             ports/96193
Submitted by:   Andreas Steinel <lnxbil@saarlinux.org>
Original commit
Friday, 31 Mar 2006
06:35 linimon search for other commits by this committer
Reset green@ as maintainer at his request.

Hat:            portmgr
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Saturday, 17 Jul 2004
18:29 krion search for other commits by this committer
Fix PLIST_FILES

PR:             ports/69186
Submitted by:   Ports Fury
Original commit
Saturday, 29 May 2004
23:59 pav search for other commits by this committer
- Update to 1.42

PR:             ports/62158
Submitted by:   Ports Fury
Approved by:    maintainer timeout (4 months)
Original commit
Friday, 6 Feb 2004
13:12 trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Tuesday, 21 Oct 2003
02:36 green search for other commits by this committer
Allow the user to compile Snes9X without x86 assembly optimizations, and
with OpenGL as a display, with the port flags WITHOUT_X86_ASM and
WITH_OPENGL.  Instead of updating the port revision, bump the version to
"1.41.1", which more accurately reflects what Snes9X is calling itself.

Submitted by:   KATO Tsuguru <tkato@prontomail.com>
PR:     ports/57003
Original commit
Monday, 20 Oct 2003
04:20 green search for other commits by this committer
Update to Snes9x version 1.41-1, courtesy HIYAMA Takeshi-san.

Submitted by:   HIYAMA Takeshi <hymtk7@yahoo.co.jp>
Original commit
Saturday, 9 Aug 2003
13:21 green search for other commits by this committer
Now that there's a download site again, upgrade to version 1.40.

Submitted by:   KATO Tsuguru <tkato@prontomail.com>
PR:             ports/44225
Original commit
Thursday, 8 May 2003
01:33 green search for other commits by this committer
Mirror the distfile since the download section on the master site is dead.
Unbreak by updating for new -lusbhid in current.
Original commit
Tuesday, 6 May 2003
23:54 kris search for other commits by this committer
BROKEN: Does not compile
Original commit
Friday, 7 Mar 2003
06:01 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Friday, 7 Feb 2003
02:44 seanc search for other commits by this committer
Correct ports that were abusing the FORBIDDEN variable and replace with
either IGNORE or BROKEN.

Since there seems to be some confusion, for the record:

BROKEN          is reserved for ports that don't work.  This will prevent
                users from installing the port, but please note that
                ports marked as BROKEN will still be built by bento
IGNORE          is reserved for ports that should not be built for one
                reason or another (including bento).  Users and bento
                will not build ports marked as IGNORE.
FORBIDDEN       is reserved for security breakages only!!!  Only mark a
                port as FORBIDDEN if there is a security issue with the
                port at the time.

Reviewed by:    kris (portmgr)
Original commit
Sunday, 29 Sep 2002
03:41 kris search for other commits by this committer
Fix build (chase libusb to libusbhid)
Original commit
Thursday, 29 Mar 2001
12:36 green search for other commits by this committer
Update to version 1.37c with the major notable of having all of Kreed's  
display filters built-in.    
Original commit
09:09 nakai search for other commits by this committer
Maintainer change.    
Original commit
Monday, 5 Feb 2001
16:15 nakai search for other commits by this committer
More fix for 4.x-RELEASE    
Original commit
Wednesday, 24 Jan 2001
01:16 nakai search for other commits by this committer
More fix about usb support.    
Original commit
Monday, 22 Jan 2001
00:56 nakai search for other commits by this committer
Add fix for 4.2-stable.    
Original commit
Saturday, 13 Jan 2001
20:28 green search for other commits by this committer
Update to 1.34a    
Original commit
Wednesday, 22 Nov 2000
03:18 green search for other commits by this committer
Bump the PORTREVISION for a compilation that has optimization and -2xsai.    
Original commit
Monday, 20 Nov 2000
02:19 green search for other commits by this committer
Bump the PORTREVISION after committing the USB joystick code.  Note   the Alpha
still doesn't work; if anyone with an Alpha who wants to   play Snes9X can fix
it, please do :)    
Original commit
Sunday, 19 Nov 2000
07:10 green search for other commits by this committer
Add a UHID joystick driver (USB Joysticks/GamePads/etc.) as the   FreeBSD
machdep joystick handling code.  Along with this, make a few   cleanups, and add
a new switch, "-joyshift", which enables USB HID   numbering to start with the
second gamepad.    
Original commit
Saturday, 14 Oct 2000
02:03 green search for other commits by this committer
Update to version 1.32.    
Original commit

Number of commits found: 52