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-xymms/Makefile

Number of commits found: 25

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, 8 Aug 2016
11:31 ehaupt search for other commits by this committer
- Register gettext-runtime USES
- Register x11, xext, xi with USE_XORG
- Strip library
Original commitRevision:419821 
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, 20 Dec 2014
13:57 bapt search for other commits by this committer
Clean up some now useless PLIST_DIRS*
Original commitRevision:375006 
Saturday, 13 Sep 2014
15:11 tijl search for other commits by this committer
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
Original commitRevision:368108 
Sunday, 4 May 2014
18:48 tijl search for other commits by this committer
Convert multimedia/xmms to USES=libtool.  Bump PORTREVISION on all
dependent ports and convert them to USES=libtool too.

audio/scrobbler:
- USES=tar:bzip2.
- Don't link with libstdc++.

audio/xmms-bonk:
- Don't link with libstdc++.

audio/xmms-flac:
- Remove unneeded dependencies.
- Remove $FreeBSD$ from patches.

audio/xmms-scrobbler:
- Use OPTIONS_SLAVE.

audio/xmms-timidity:
- USES=tar:bzip2.
- Install the library instead of the source code file.

audio/xmms-volnorm:
- Remove do-install.
Original commitRevision:352968 
Wednesday, 9 Apr 2014
17:25 naddy search for other commits by this committer
XMMS is not going away soon, so unexpire the plugins that build.
Original commitRevision:350730 
Sunday, 23 Mar 2014
21:59 antoine search for other commits by this committer
Chase multimedia/xmms deprecation and expiration date

With hat:	portmgr
Original commitRevision:348894 
Tuesday, 18 Mar 2014
14:26 ehaupt search for other commits by this committer
Quiesce mkdir
Original commitRevision:348550 
Tuesday, 12 Nov 2013
16:04 ehaupt search for other commits by this committer
Support staging.
Original commitRevision:333584 
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 
Wednesday, 24 Jul 2013
08:19 ehaupt search for other commits by this committer
Remove MAKE_JOBS_SAFE which is now default.
Original commitRevision:323578 
Monday, 8 Jul 2013
18:42 ehaupt search for other commits by this committer
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
  It accidentally slipped in during the original introduction
- Trim header
Original commitRevision:322530 
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
Wednesday, 2 Sep 2009
15:01 amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
Original commit
Friday, 27 Mar 2009
09:53 ehaupt search for other commits by this committer
Mark MAKE_JOBS_SAFE
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
Monday, 17 Mar 2008
15:00 ehaupt search for other commits by this committer
Get rid of USE_X_PREFIX.
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
10:36 ehaupt search for other commits by this committer
- Cleanup objformat-removal fallout [1]
- Use USE_LDCONFIG

Notified by:    kris (via pointyhat) [1]
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
Sunday, 19 Feb 2006
11:39 ehaupt search for other commits by this committer
Remove deprecated USE_REINPLACE
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
Thursday, 6 Oct 2005
11:57 ehaupt search for other commits by this committer
Change MAINTAINER address for my ports.

Approved by:    novel (mentor)
Original commit
Tuesday, 28 Jun 2005
19:41 jylefort search for other commits by this committer
Add xmms-xymms.

XymMS is an XMMS input plugin capable of playing Sega Genesis GYM files by
rendering FM, DAC, and PSG signals through emulation of the YM2612 and SN76496
sound chips found in the video game console. It supports zlib compression and
decompression, and other various settings for output quality, etc. You can
compress and decompress files along with updating ID tags using the File Info
window.

WWW: http://sourceforge.net/projects/xymms/

PR:             ports/82697
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Original commit

Number of commits found: 25