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: multimedia/gstreamer-plugins-fluendo-mpegdemux/Makefile

Number of commits found: 19

Saturday, 4 Nov 2017
11:43 dbaio search for other commits by this committer
Update license of ports using MPL (without version)

All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
Original commitRevision:453453 
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 
Friday, 18 Jul 2014
09:38 tijl search for other commits by this committer
Remove old CFLAGS defined with := instead of +=

Reported by:	des
Original commitRevision:362198 
Thursday, 17 Jul 2014
15:04 tijl search for other commits by this committer
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
Original commitRevision:362151 
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
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Friday, 6 Sep 2013
12:12 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326491 
Wednesday, 16 May 2012
15:40 bapt search for other commits by this committer
- update to 0.10.71
Original commit
Tuesday, 10 Apr 2012
00:19 bapt search for other commits by this committer
- update to 0.10.70
Original commit
Saturday, 29 Oct 2011
22:42 bapt search for other commits by this committer
- update to 0.10.69
Original commit
Tuesday, 12 Jul 2011
05:25 bapt search for other commits by this committer
- update to 0.10.68
- use bziped distfile
Original commit
Tuesday, 5 Apr 2011
22:04 bapt search for other commits by this committer
- update to 0.10.67
- add license
Original commit
Sunday, 15 Feb 2009
05:01 ahze search for other commits by this committer
Update to 0.10.23
Original commit
Friday, 6 Jun 2008
13:48 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
Wednesday, 27 Feb 2008
15:20 ahze search for other commits by this committer
Update to 0.10.15
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:28 ahze search for other commits by this committer
Update to 0.10.12
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
Monday, 26 Feb 2007
01:07 ahze search for other commits by this committer
Add gstreamer-plugins-fluendo-mpegdemux

MPEG2 demuxing gstreamer plugin from fluendo

WWW: http://www.fluendo.com/resources/source-plugins.php
Original commit

Number of commits found: 19