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: audio/gstreamer-plugins-fluendo-mp3/Makefile

Number of commits found: 16

Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Sunday, 31 Aug 2014
18:41 tijl search for other commits by this committer
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove default CFLAGS
Original commitRevision:366810 
Friday, 1 Nov 2013
22:14 kwm search for other commits by this committer
Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.

Obtained from:	Gstreamer upstream [1]
Original commitRevision:332416 
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 
Friday, 6 Sep 2013
12:12 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326491 
Monday, 17 Sep 2012
06:53 bapt search for other commits by this committer
- update to 0.10.20
Original commitRevision:304388 
Monday, 16 Jul 2012
22:44 bapt search for other commits by this committer
- update to 0.10.19
Original commit
Tuesday, 15 May 2012
21:13 bapt search for other commits by this committer
- update to 0.10.18
Original commit
Tuesday, 6 Dec 2011
12:42 bapt search for other commits by this committer
- update to 0.10.16
- update WWW

Feature safe:   yes
Original commit
Tuesday, 5 Apr 2011
21:56 bapt search for other commits by this committer
- update to 0.10.15
- add license
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, 25 Feb 2008
18:20 ahze search for other commits by this committer
Update to 0.10.7
Original commit
Thursday, 5 Jul 2007
12:21 ahze search for other commits by this committer
Force -O2 in CFLAGS to fix runtime in -CURRENT
Original commit
Monday, 25 Jun 2007
18:10 ahze search for other commits by this committer
Update to 0.10.6
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
Sunday, 25 Feb 2007
22:35 ahze search for other commits by this committer
- Add gstreamer-plugins-fluendo-mp3

Mp3 gstreamer plugin from fluendo

This is a drop-in replacement for gstreamer-plugins-mad
Original commit

Number of commits found: 16