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: audio/xmms-faad/Makefile

Number of commits found: 51

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

With hat:	portmgr
Original commitRevision:481888 
Monday, 6 Aug 2018
05:50 tobik search for other commits by this committer
audio/xmms-faad: Update to 2.8.8

PR:		230390
Submitted by:	Nathan <ndowens@gmx.us> (based on)
Original commitRevision:476490 
Wednesday, 1 Nov 2017
15:36 riggs search for other commits by this committer
Update to upstream version 2.8.6
Original commitRevision:453293 
Thursday, 12 Oct 2017
15:57 mat search for other commits by this committer
Remove WANT_GNOME and HAVE_GNOME.

Approved by:	bapt kwm
Sponsored by:	Absolight
Differential Revision:	  https://reviews.freebsd.org/D12643
Original commitRevision:451901 
Monday, 10 Oct 2016
19:33 amdmi3 search for other commits by this committer
- Add LICENSE
- Cosmetic fixes
Original commitRevision:423688 
Monday, 19 Sep 2016
20:00 naddy search for other commits by this committer
Drop maintainership for xmms and ancillary ports.
It would be a pity to see XMMS removed but personally I no longer use this.
Original commitRevision:422460 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Saturday, 11 Apr 2015
19:31 naddy search for other commits by this committer
Clean up historic entanglements with other ports:
* Merge Makefile and Makefile.inc.
* Add our own proper pkg-descr file.
* Remove support for building a BMP plugin.
Original commitRevision:383825 
Thursday, 9 Apr 2015
16:24 naddy search for other commits by this committer
Sync master site with audio/faad, unbreak.
Original commitRevision:383661 
Sunday, 5 Apr 2015
19:21 bapt search for other commits by this committer
Mark broken unfetchable ports
Original commitRevision:383354 
Thursday, 10 Apr 2014
19:05 naddy search for other commits by this committer
Take maintainer.
Original commitRevision:350829 
Sunday, 23 Feb 2014
22:12 antoine search for other commits by this committer
Deprecate and set expiration date for xmms stuff that is unmaintained
Original commitRevision:345772 
Sunday, 24 Nov 2013
18:49 bapt search for other commits by this committer
Support staging
Strip binaries
Remove useless .pre.mk/.post.mk inclusions
Original commitRevision:334760 
Tuesday, 22 Oct 2013
18:50 tijl search for other commits by this committer
Reset MAINTAINER on xmms-* ports maintained by c.petrik.sosa@gmail.com.

Submitted by:	"Chris Petrik" <c.petrik.sosa@gmail.com>
Original commitRevision:331305 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Thursday, 7 Mar 2013
03:25 bdrewery search for other commits by this committer
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
Original commitRevision:313559 
Monday, 10 Dec 2012
01:20 eadler search for other commits by this committer
Revert Chris Petrik's ports to the pool.  Thank you for all your work so far,
and should you desire to return just let us know.

PR:		ports/174309
Submitted by:	Chris Petrik
Original commitRevision:308576 
Sunday, 30 Sep 2012
06:25 rm search for other commits by this committer
- pass maintainership to new volonteer

while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
Original commitRevision:305074 
Saturday, 21 Feb 2009
19:55 beech search for other commits by this committer
- Update to version 2.7

PR:             ports/131836
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
15:51 miwi search for other commits by this committer
- Chase audio/faad shlib bump
Original commit
Monday, 2 Feb 2009
23:44 linimon search for other commits by this committer
Reset dyeske@gmail.com at his request.

Hat:    portmgr
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
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Friday, 6 Jun 2008
13:07 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
Friday, 21 Mar 2008
19:51 beech search for other commits by this committer
- Remove USE_X_PREFIX
- Use SF macro
- Bump portrevision

Approved by:    David Yeske <dyeske@gmail.com> (maintainer, implicit)
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Thursday, 5 Jul 2007
23:39 edwin search for other commits by this committer
dyeske at yahoo dot com -> dyeske at gmail dot com
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
Thursday, 24 Aug 2006
22:27 ahze search for other commits by this committer
- Don't leech distinfo from audio/faad in preps of faad update
Original commit
Wednesday, 3 May 2006
05:14 edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Friday, 18 Nov 2005
22:53 pav search for other commits by this committer
- Attempt to fix build on pointyhat
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Wednesday, 14 Sep 2005
04:18 edwin search for other commits by this committer
Patch audio/xmms-faad

        The latest mpeg4ip ports have a different ABI which breaks the plugin.

PR:             ports/84272
Submitted by:   Daniel J. O'Connor <darius@dons.net.au>
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
Friday, 3 Dec 2004
00:22 ahze search for other commits by this committer
Fix build on 6.x

Pointed out by: pointy hat via kris
Original commit
Tuesday, 23 Nov 2004
03:57 ahze search for other commits by this committer
Don't build not needed libraries

PR:             ports/72176
Approved by:    maintainer timeout (20 days)
                adamw (mentor)
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Friday, 4 Jun 2004
17:29 ade search for other commits by this committer
Sync with new bsd.autotools.mk
Original commit
Friday, 14 May 2004
13:52 pav search for other commits by this committer
- Update to 2.0 release

PR:             ports/66600
Submitted by:   michael johnson <ahze@ahze.net>
Original commit
Thursday, 25 Mar 2004
04:31 ade search for other commits by this committer
Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variables
Original commit
Monday, 15 Mar 2004
08:07 nork search for other commits by this committer
UnBROKEN and Update to 2.0(Add support MPEG-4 AAC as known
as .m4a suffix).

PR:             ports/64280
Submitted by:   David Yeske <dyeske@yahoo.com> (maintainer)
Original commit
Sunday, 14 Mar 2004
03:44 kris search for other commits by this committer
BROKEN: Does not work with faad 2.0 (and missing distinfo)
Original commit
Sunday, 8 Feb 2004
22:15 krion search for other commits by this committer
- Fix build on AMD64

Approved by:    maintainer informed
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
Saturday, 3 Jan 2004
11:02 edwin search for other commits by this committer
Chase version change of audio/id3lib

PR:             ports/60830
Submitted by:   Roman Shterenzon <roman@xpert.com>
Original commit
Monday, 6 Oct 2003
06:55 krion search for other commits by this committer
- Update MASTER_SITES

PR:             57638
Submitted by:   maintainer
Original commit
Monday, 8 Sep 2003
00:10 edwin search for other commits by this committer
chase lib version change of multimedia/xmms

PR:             ports/56505
Submitted by:   Espen Skoglund <esk@ira.uka.de>
Original commit
Tuesday, 4 Mar 2003
18:41 lioux search for other commits by this committer
New port xmms-faad2 version 1.1: XMMS plugin for faad

PR:             48687
Submitted by:   David Yeske <dyeske@yahoo.com>
Original commit

Number of commits found: 51