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: graphics/xmms-iris/Makefile

Number of commits found: 27

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 
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
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
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 
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
Friday, 6 Jun 2008
13:35 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
20:20 beech search for other commits by this committer
- Remove USE_X_PREFIX
- Bump portrevision

Approved by:    David Yeske <dyeske@gmail.com> (maintainer, implicit)
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, 29 Mar 2007
13:51 ehaupt search for other commits by this committer
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG

Approved by:    portmgr (pav; implicit)
Original commit
Sunday, 7 May 2006
23:46 edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
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
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
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
Monday, 26 Jul 2004
07:46 vs search for other commits by this committer
Update to 0.12

PR:             ports/68831
Submitted by:   Roman Bogorodskiy
Approved by:    maintainer timeout
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
Sunday, 20 Apr 2003
19:22 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 21 Feb 2003
12:15 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 28 Nov 2002
16:37 lioux search for other commits by this committer
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms                      -->     multimedia/xmms
graphics/avifile                -->     multimedia/avifile
graphics/divx4linux             -->     multimedia/divx4linux
graphics/ffmpeg                 -->     multimedia/ffmpeg
graphics/libdv                  -->     multimedia/libdv
graphics/libdvdcss              -->     multimedia/libdvdcss
graphics/libdvdread             -->     multimedia/libdvdread
graphics/libmpeg2               -->     multimedia/libmpeg2
graphics/linux-realplayer       -->     multimedia/linux-realplayer
graphics/mjpegtools             -->     multimedia/mjpegtools
graphics/mplayer                -->     multimedia/mplayer
graphics/mplayer-fonts          -->     multimedia/mplayer-fonts
graphics/openquicktime          -->     multimedia/openquicktime
graphics/win32-codecs           -->     multimedia/win32-codecs

Repo copied by:         joe (cvs hat)
Approved by:            knu (portmgr hat)
Original commit
Tuesday, 3 Sep 2002
02:46 lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42349
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Monday, 15 Jul 2002
16:54 sobomax search for other commits by this committer
USE_GTK implies USE_GLIB, so that remove the latter when the former is present.
Original commit
Wednesday, 26 Jun 2002
20:49 pat search for other commits by this committer
Update to 0.10

PR:             38633
Submitted by:   maintainer
Original commit
Friday, 26 Apr 2002
02:20 pat search for other commits by this committer
Add new port xmms-iris - Really pretty 3D circular spectrum analyzer with
beat detection

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

Number of commits found: 27