notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: graphics/swfdec/Makefile
SVNWeb

Number of commits found: 80

Fri, 8 Nov 2019
[ 14:36 tobik search for other commits by this committer ] Original commit   Revision:517071 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
graphics: Add missing USES={gl,gnome,sdl}
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 2 Jul 2015
[ 17:51 kwm search for other commits by this committer ] Original commit   Revision:391174
Release swfdec ports.
Wed, 23 Jul 2014
[ 17:12 adamw search for other commits by this committer ] Original commit   Revision:362713
Remove quotes that surrounded entire _DESC strings.

Approved by:	portmgr (not really, but touches unstaged ports)
[ 10:28 tijl search for other commits by this committer ] Original commit   Revision:362656 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 22 Jun 2014
[ 10:44 tijl search for other commits by this committer ] Original commit   Revision:358784 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 18 May 2014
[ 17:25 tijl search for other commits by this committer ] Original commit   Revision:354444
- USES=libtool.
- INSTALL_TARGET=install-strip.
Thu, 20 Feb 2014
[ 08:43 mandree search for other commits by this committer ] Original commit   Revision:345191
Convert to staging.  Modernize.

Approved by:	portmgr (blanket)
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Tue, 3 Sep 2013
[ 10:23 bapt search for other commits by this committer ] Original commit   Revision:326133 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Tue, 12 Jun 2012
[ 18:49 kwm search for other commits by this committer ] Original commit 
OptionsNG my ports.
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Sat, 10 Jan 2009
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 1 Jan 2009
[ 13:35 kwm search for other commits by this committer ] Original commit 
Pick up maintainership.
Fri, 12 Dec 2008
[ 09:48 alexbl search for other commits by this committer ] Original commit 
Drop maintainership
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Sun, 10 Aug 2008
[ 23:06 marcus search for other commits by this committer ] Original commit 
Only add the ffmpeg CPPFLAGS if not building with gstreamer.
[ 19:47 marcus search for other commits by this committer ] Original commit 
Fix the build now that ffmpeg installs libswscale.
Wed, 6 Aug 2008
[ 17:11 alexbl search for other commits by this committer ] Original commit 
 - update to 0.6.8
Fri, 6 Jun 2008
[ 13:35 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 8 May 2008
[ 18:12 brix search for other commits by this committer ] Original commit 
- 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
Mon, 24 Mar 2008
[ 03:50 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 712 ports in this commit are shown above. View all ports for this commit)
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
Sun, 23 Mar 2008
[ 11:11 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Thu, 20 Mar 2008
[ 09:46 pav search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Thu, 20 Dec 2007
[ 00:17 alexbl search for other commits by this committer ] Original commit 
 - add a missing + so that new libraries are appended instead of
   overriding the depends list

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

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

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

Requested by:   Roman Divacky
Sat, 14 Jul 2007
[ 15:33 anholt search for other commits by this committer ] Original commit 
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.
Fri, 29 Jun 2007
[ 19:33 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.
Wed, 20 Jun 2007
[ 20:08 anholt search for other commits by this committer ] Original commit 
Update to 0.4.5 and fix packaging.
Tue, 29 May 2007
[ 18:35 anholt search for other commits by this committer ] Original commit 
Add missing dependency on gnomevfs2.

Reported by:    krismail
Fri, 25 May 2007
[ 20:05 anholt search for other commits by this committer ] Original commit 
Update swfdec's dependencies for ffmpeg-devel -> ffmpeg merge.
[ 18:15 anholt search for other commits by this committer ] Original commit 
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.
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Fri, 9 Mar 2007
[ 20:15 anholt search for other commits by this committer ] Original commit 
Unbreak from my previous update.

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

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

PR:             107148
Submitted by:   ahze
Approved by:    maintainer timeout
Sat, 14 Oct 2006
[ 08:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 893 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 20 Sep 2006
[ 11:21 stas search for other commits by this committer ] Original commit  (Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - 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)
Sat, 29 Apr 2006
[ 23:03 ahze search for other commits by this committer ] Original commit  (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
- 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]
Sat, 15 Apr 2006
[ 15:24 pav search for other commits by this committer ] Original commit 
- Update to 0.3.6
- Take maintainership

PR:             ports/95795
Submitted by:   Rainer Alves <rainer.alves@gmail.com>
Fri, 14 Apr 2006
[ 23:25 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Reset kwm due to no response about email.

Hat:    portmgr
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Thu, 26 May 2005
[ 19:02 kwm search for other commits by this committer ] Original commit 
Update to 0.3.5.
Sun, 20 Mar 2005
[ 18:41 kwm search for other commits by this committer ] Original commit 
update to 0.3.4.
teach configure how we call sdl-config (forgotten in last commit)
[ 16:07 kwm search for other commits by this committer ] Original commit 
Update to 0.3.3.

Submitted by:   anholt
Sat, 12 Mar 2005
[ 10:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 911 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared lib version change.
Tue, 22 Feb 2005
[ 10:12 kwm search for other commits by this committer ] Original commit 
Correct gimp lib name.
Only create gimp plugin dir when compiling gimp support [1].
Extra large pointyhat for me.

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

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

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

PR:             74362 [1]
Submitted by:   ijliao
Sun, 7 Nov 2004
[ 22:37 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 631 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
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
Mon, 29 Mar 2004
[ 09:49 arved search for other commits by this committer ] Original commit 
Fix build on 64bit platforms
Tue, 16 Mar 2004
[ 04:23 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Sat, 13 Mar 2004
[ 10:02 kris search for other commits by this committer ] Original commit 
BROKEN on !i386: Does not compile
Mon, 8 Mar 2004
[ 01:01 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
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>
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Mon, 8 Dec 2003
[ 01:46 bland search for other commits by this committer ] Original commit 
Switch dependency mad -> libmad as more apropriate.
Sun, 7 Dec 2003
[ 01:27 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Chase the libmad/libid3tag shared lib version.
Mon, 17 Nov 2003
[ 12:03 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Thu, 31 Jul 2003
[ 07:21 daichi search for other commits by this committer ] Original commit 
update graphics/swfdec:
  - Utilize USE_SDL
  - PERL -> REINPLACE_CMD

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

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

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

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

Number of commits found: 80