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

Number of commits found: 29

Wednesday, 9 May 2018
01:44 swills search for other commits by this committer
Bump PORTREVISION on opencv consumers due to opencv update
Original commitRevision:469421 
Sunday, 19 Nov 2017
11:37 riggs search for other commits by this committer
Chase audio/faac update (ABI incompatible to previous version 1.28)

PR:		223416
Submitted by:	riggs
Original commitRevision:454488 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
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 
Saturday, 26 Jul 2014
07:23 riggs search for other commits by this committer
- Make gstreamer{,1}-plugins-{good,bad,ugly} respect MAKE_JOBS during build

PR:		189096
Submitted by:	jiashiun@gmail.com
Approved by:	mentors (implicit)
Original commitRevision:362958 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Friday, 25 Apr 2014
12:46 bapt search for other commits by this committer
Bump portrevision after changes in gstreamer-plugins master port
Fix gstreamer-plugins-bad after changes in the master port
Original commitRevision:352119 
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 
Sunday, 10 Mar 2013
10:00 kwm search for other commits by this committer
Fix build with glib 2.34.
Update Makefile header
Original commitRevision:313820 
Monday, 13 Sep 2010
16:05 kwm search for other commits by this committer
Update gstreamer-plugins-bad to 0.10.20.

- Reorder the plugin list in bsd.gstreamer.mk so it its inside 80 chars.
- Enable the dvb and shm plugin in the -bad package.
- New plugins:
   resindvd:            Dvd navigation plugin
   schroedinger:        Dirac high speed video codec plugin
   vdpau:               Nvidia vdpau extention plugin [1]
   vp8:                 Google vp8 codec plugin

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html

PR:             ports/15077 (borrowed some ideas)
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Saturday, 24 Jul 2010
16:08 kwm search for other commits by this committer
gst-plug-bad still needs liboil.
Original commit
Wednesday, 31 Mar 2010
10:33 kwm search for other commits by this committer
Update to 0.10.18.

Ivorbis plugin got merged with the vorbis plugin.
Depend on neon29 instead of neon28 if it is found.
Original commit
Monday, 21 Dec 2009
11:30 kwm search for other commits by this committer
Fix plist.

Submitted by:   QAT
Original commit
Tuesday, 27 Jan 2009
23:16 kwm search for other commits by this committer
Update to 0.10.10.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.10.html
Original commit
Monday, 11 Aug 2008
20:18 ahze search for other commits by this committer
Readd i386 only plist files

Reported by:    erwin
Original commit
Sunday, 10 Aug 2008
19:50 ahze search for other commits by this committer
Update good to 0.10.9 and bad to 0.10.8
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
Monday, 24 Mar 2008
03:50 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Original commit
Tuesday, 26 Jun 2007
12:37 ahze search for other commits by this committer
Add a missing dirrm

Reported by:    pav and tmclaugh
Original commit
Friday, 22 Jun 2007
05:36 ahze search for other commits by this committer
Fix plist on !i386

Reported by:    kris mail
Original commit
Tuesday, 19 Jun 2007
12:55 ahze search for other commits by this committer
- Update good plugins to 0.10.6
- Update bad plugins to 0.10.5
- Update ugly plugins 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
Friday, 22 Dec 2006
22:11 ahze search for other commits by this committer
- Update gstreamer-plugins-bad (and slave ports) to 0.10.4
- Update gstreamer-plugins-good (and slave ports) to 0.10.5
Original commit
Saturday, 14 Oct 2006
08:35 marcus search for other commits by this committer
Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:    portmgr (implicit, kris)
Original commit
Friday, 9 Jun 2006
20:24 ahze search for other commits by this committer
- Update to 0.10.8 (base plugins)
- Set right PORTVERSION on good, bad, and ugly plugins. Bump PORTEPOCH since
  these PORTREVERSION's will go backwards
- Remove USE_GNOME=gnomeprefix
Original commit
Tuesday, 16 May 2006
01:43 ahze search for other commits by this committer
- Update gstreamer-plugins to 0.10.7
- Update bad to 0.10.3
- Update good to 0.10.3
- Readd dvd and dts plugins
Original commit
Sunday, 30 Apr 2006
23:28 ahze search for other commits by this committer
- Fix plist

Reported by:    kris mail
Original commit
Saturday, 29 Apr 2006
23:03 ahze search for other commits by this committer
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
Original commit

Number of commits found: 29