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

Number of commits found: 80

Friday, 8 Nov 2019
14:36 tobik search for other commits by this committer
graphics: Add missing USES={gl,gnome,sdl}
Original commitRevision:517071 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
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 
Thursday, 2 Jul 2015
17:51 kwm search for other commits by this committer
Release swfdec ports.
Original commitRevision:391174 
Wednesday, 23 Jul 2014
17:12 adamw search for other commits by this committer
Remove quotes that surrounded entire _DESC strings.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:362713 
10:28 tijl search for other commits by this committer
Remove two libtool fixes from Mk/Uses/libtool.mk.  They don't always work
when an older version of a package is installed.  This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries.  For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries.  Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.

With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.

This partially reverts r358784.

PR:		191611
Approved by:	portmgr (bapt)
Original commitRevision:362656 
Sunday, 22 Jun 2014
10:44 tijl search for other commits by this committer
Add 4 new sed commands to USES=libtool.  The first two apply some of the
changes that Debian made to their libtool.  The first command applies to
libtool versions 1.4 and up.  The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down.  It applies to 2.x.  Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).

The third and fourth command fix relinking.  During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory.  This allows running an
executable that links to libA from within the work directory.  The relink
removes this extra runpath.

When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead.  The two sed commands make relink the same as a
normal link.  This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up.  Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)

Fix all ports with missing libraries.

Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
   instead of disabling optimisations.
net/libnetdude: disable static plugins.

PR:		190941
Exp-run:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:358784 
Sunday, 18 May 2014
17:25 tijl search for other commits by this committer
- USES=libtool.
- INSTALL_TARGET=install-strip.
Original commitRevision:354444 
Thursday, 20 Feb 2014
08:43 mandree search for other commits by this committer
Convert to staging.  Modernize.

Approved by:	portmgr (blanket)
Original commitRevision:345191 
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 
Tuesday, 3 Sep 2013
10:23 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326133 
Tuesday, 12 Jun 2012
18:49 kwm search for other commits by this committer
OptionsNG my ports.
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
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
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 10 Jan 2009
05:22 marcus search for other commits by this committer
Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:             125857 [1]
                126993 [2]
                130031 [3]
                127399 [4]
                127661 [5]
                124302 [6]
                129570 [7]
                129936
                123790
Original commit
Thursday, 1 Jan 2009
13:35 kwm search for other commits by this committer
Pick up maintainership.
Original commit
Friday, 12 Dec 2008
09:48 alexbl search for other commits by this committer
Drop maintainership
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Sunday, 10 Aug 2008
23:06 marcus search for other commits by this committer
Only add the ffmpeg CPPFLAGS if not building with gstreamer.
Original commit
19:47 marcus search for other commits by this committer
Fix the build now that ffmpeg installs libswscale.
Original commit
Wednesday, 6 Aug 2008
17:11 alexbl search for other commits by this committer
 - update to 0.6.8
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
Thursday, 8 May 2008
18:12 brix search for other commits by this committer
- Update to version 0.6.6 (security update)
- Fix problem with inclusion of bsd.port.*.mk (.pre.mk must be
  included prior to testing OPTIONS)

PR:             ports/123373
Submitted by:   myself
Approved by:    maintainer-timeout, linimon (portmgr), erwin (mentor)
Security:      
http://www.vuxml.org/freebsd/5ef12755-1c6c-11dd-851d-0016d325a0ed.html
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
Sunday, 23 Mar 2008
11:11 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Thursday, 20 Mar 2008
09:46 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Thursday, 20 Dec 2007
00:17 alexbl search for other commits by this committer
 - add a missing + so that new libraries are appended instead of
   overriding the depends list

Spotted by:     pointhat (via pav)
Original commit
Tuesday, 18 Dec 2007
21:08 alexbl search for other commits by this committer
 - enable ffmpeg and mad when not using gstreamer
 - fix an icon plist issue
Original commit
20:40 alexbl search for other commits by this committer
 - update to 0.5.5
Original commit
Tuesday, 23 Oct 2007
04:04 alexbl search for other commits by this committer
 - update swfdec and swfdec-mozilla to 0.5.3
Original commit
Friday, 7 Sep 2007
10:24 alexbl search for other commits by this committer
 - update to 0.5.2
Original commit
Monday, 6 Aug 2007
19:04 alexbl search for other commits by this committer
 - bump LIBVERSION [1]
 - appease portlint

Noted by:       anholt
Original commit
16:53 alexbl search for other commits by this committer
 - remove unnecessary USE_GSTREAMER

Spotted by: Henrik Brix Andersen
Original commit
14:18 alexbl search for other commits by this committer
 - update to 0.5.1 which adds support for OSS
 - make gstreamer OPTIONal
 - take maintainership

Requested by:   Roman Divacky
Original commit
Saturday, 14 Jul 2007
15:33 anholt search for other commits by this committer
Update swfdec and swfdec-plugin to 0.5.0.

The primary feature of this release is a rewrite of the scripting engine for
better correctness.  The ports are also improved to remove dependencies that
haven't existed since the 0.4 series.
Original commit
Friday, 29 Jun 2007
19:33 linimon search for other commits by this committer
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.
Original commit
Wednesday, 20 Jun 2007
20:08 anholt search for other commits by this committer
Update to 0.4.5 and fix packaging.
Original commit
Tuesday, 29 May 2007
18:35 anholt search for other commits by this committer
Add missing dependency on gnomevfs2.

Reported by:    krismail
Original commit
Friday, 25 May 2007
20:05 anholt search for other commits by this committer
Update swfdec's dependencies for ffmpeg-devel -> ffmpeg merge.
Original commit
18:15 anholt search for other commits by this committer
Update swfdec to 0.4.4.

Also, add dependency on ffmpeg now that our version is new enough.  Most
importantly, fix linking so that the mozilla plugin resolves swfdec's js
calls into the local hacked spidermonkey instead of  mozilla's. This greatly
improves the stability of swfdec-mozilla.
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, 9 Mar 2007
20:15 anholt search for other commits by this committer
Unbreak from my previous update.

Additionally, unbreak when our stale ffmpeg-devel happens to be installed.
Original commit
Tuesday, 27 Feb 2007
04:55 kris search for other commits by this committer
BROKEN: Incomplete pkg-plist
Original commit
Tuesday, 13 Feb 2007
20:48 anholt search for other commits by this committer
Update to 0.4.2.  This update improves correctness in many ways.

Approved by:    maintainer
Original commit
Sunday, 11 Feb 2007
17:52 ahze search for other commits by this committer
Use gstreamer 0.10 instead of 0.8

PR:             107148
Submitted by:   ahze
Approved by:    maintainer timeout
Original commit
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Wednesday, 20 Sep 2006
11:21 stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
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
Saturday, 15 Apr 2006
15:24 pav search for other commits by this committer
- Update to 0.3.6
- Take maintainership

PR:             ports/95795
Submitted by:   Rainer Alves <rainer.alves@gmail.com>
Original commit
Friday, 14 Apr 2006
23:25 linimon search for other commits by this committer
Reset kwm due to no response about email.

Hat:    portmgr
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Thursday, 26 May 2005
19:02 kwm search for other commits by this committer
Update to 0.3.5.
Original commit
Sunday, 20 Mar 2005
18:41 kwm search for other commits by this committer
update to 0.3.4.
teach configure how we call sdl-config (forgotten in last commit)
Original commit
16:07 kwm search for other commits by this committer
Update to 0.3.3.

Submitted by:   anholt
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Tuesday, 22 Feb 2005
10:12 kwm search for other commits by this committer
Correct gimp lib name.
Only create gimp plugin dir when compiling gimp support [1].
Extra large pointyhat for me.

Submitted by:   [1] Pointyhat
Original commit
Monday, 14 Feb 2005
20:57 kwm search for other commits by this committer
Fix plist en register optional gimp dependencie.

Pointed out by: pointyhat via kris
Original commit
Sunday, 9 Jan 2005
18:33 kwm search for other commits by this committer
fix plist, clean up some empty dirs.

Submitted by:   pointyhat via kris
Original commit
Wednesday, 15 Dec 2004
18:50 kwm search for other commits by this committer
Update to version 0.3.2 [1].
Grab maintainership

PR:             74362 [1]
Submitted by:   ijliao
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Monday, 29 Mar 2004
09:49 arved search for other commits by this committer
Fix build on 64bit platforms
Original commit
Tuesday, 16 Mar 2004
04:23 edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Original commit
Saturday, 13 Mar 2004
10:02 kris search for other commits by this committer
BROKEN on !i386: Does not compile
Original commit
Monday, 8 Mar 2004
01:01 edwin search for other commits by this committer
Properly use SDL everywhere:
        USE_SDL=yes     -> USE_SDL=sdl  (good examles everywhere)
        WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:             follow-ups of ports/55494, ports/61877
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
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
Monday, 8 Dec 2003
01:46 bland search for other commits by this committer
Switch dependency mad -> libmad as more apropriate.
Original commit
Sunday, 7 Dec 2003
01:27 marcus search for other commits by this committer
Chase the libmad/libid3tag shared lib version.
Original commit
Monday, 17 Nov 2003
12:03 trevor search for other commits by this committer
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Original commit
Thursday, 31 Jul 2003
07:21 daichi search for other commits by this committer
update graphics/swfdec:
  - Utilize USE_SDL
  - PERL -> REINPLACE_CMD

PR:             55060
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Sunday, 1 Jun 2003
19:14 petef search for other commits by this committer
Update to 0.2.2.

PR:             52665
Submitted by:   Ports Fury
Original commit
13:36 petef search for other commits by this committer
Fix a typo in the Makefile; this fixes the build on alpha 5.1.

Submitted by:   Ports Fury
Noticed by:     bento
Original commit
Monday, 19 May 2003
00:14 petef search for other commits by this committer
- install .pc file to the correct place
- use USE_GETOPT_LONG
- sort pkg-plist correctly
- bump PORTREVISION

PR:             52136
Submitted by:   Ports Fury
Original commit
Saturday, 12 Apr 2003
08:38 ijliao search for other commits by this committer
add missing dependence
Original commit
Sunday, 6 Apr 2003
07:45 ijliao search for other commits by this committer
add swfdec 0.2.1
Flash Rendering Library
Original commit

Number of commits found: 80