Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.4_6 09 Nov 2020 08:27:08
![Revision:554685 Revision:554685](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove swfdec
It depends on the expired gstreamer 0.10 and is actually not being
depended on anymore by anything |
0.8.4_6 08 Nov 2019 14:36:06
![Revision:517071 Revision:517071](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
graphics: Add missing USES={gl,gnome,sdl} |
0.8.4_6 01 Apr 2016 14:00:57
![Revision:412346 Revision:412346](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.8.4_6 02 Aug 2015 15:03:20
![Revision:393429 Revision:393429](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
0.8.4_5 02 Jul 2015 17:51:13
![Revision:391174 Revision:391174](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Release swfdec ports. |
0.8.4_5 20 Oct 2014 17:04:21
![Revision:371283 Revision:371283](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
0.8.4_5 23 Jul 2014 17:12:14
![Revision:362713 Revision:362713](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove quotes that surrounded entire _DESC strings.
Approved by: portmgr (not really, but touches unstaged ports) |
0.8.4_5 23 Jul 2014 10:28:04
![Revision:362656 Revision:362656](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.8.4_5 22 Jun 2014 10:44:30
![Revision:358784 Revision:358784](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
0.8.4_5 18 May 2014 17:25:19
![Revision:354444 Revision:354444](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- USES=libtool.
- INSTALL_TARGET=install-strip. |
0.8.4_4 20 Feb 2014 08:43:55
![Revision:345191 Revision:345191](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mandree ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to staging. Modernize.
Approved by: portmgr (blanket) |
0.8.4_4 20 Sep 2013 18:35:46
![Revision:327733 Revision:327733](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.8.4_4 03 Sep 2013 10:23:55
![Revision:326133 Revision:326133](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add an explicit dependency on pkgconf |
0.8.4_4 12 Jun 2012 18:49:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
OptionsNG my ports. |
0.8.4_4 01 Jun 2012 05:26:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update png to 1.5.10 |
0.8.4_3 23 Sep 2011 22:26:39
![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
0.8.4_3 03 Jul 2011 14:12:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-remove MD5 |
0.8.4_3 04 Dec 2010 07:34:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Sync to new bsd.autotools.mk |
0.8.4_3 28 Mar 2010 06:47:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.4_2 05 Feb 2010 11:46:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to jpeg-8 |
0.8.4_1 02 Aug 2009 19:36:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-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 |
0.8.4_1 31 Jul 2009 13:57:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.8.4 10 Jan 2009 05:22:13
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
0.6.8 01 Jan 2009 13:35:39
![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Pick up maintainership. |
0.6.8 12 Dec 2008 09:48:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Drop maintainership |
0.6.8 20 Aug 2008 00:57:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.6.8 10 Aug 2008 23:06:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Only add the ffmpeg CPPFLAGS if not building with gstreamer. |
0.6.8 10 Aug 2008 19:47:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix the build now that ffmpeg installs libswscale. |
0.6.8 06 Aug 2008 17:11:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 0.6.8 |
0.6.6_1 06 Jun 2008 13:35:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.6.6 08 May 2008 18:12:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
brix ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
0.6.0_1 24 Mar 2008 03:50:55
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
0.5.5 23 Mar 2008 11:11:33
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.5.5 20 Mar 2008 09:46:38
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.5.5 20 Dec 2007 00:17:00
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- add a missing + so that new libraries are appended instead of
overriding the depends list
Spotted by: pointhat (via pav) |
0.5.5 18 Dec 2007 21:08:51
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- enable ffmpeg and mad when not using gstreamer
- fix an icon plist issue |
0.5.5 18 Dec 2007 20:40:39
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 0.5.5 |
0.5.3 26 Oct 2007 03:08:33
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- add a missing file to the pllist
Noticed by: linimon@ (via pointyhat) |
0.5.3 23 Oct 2007 04:04:07
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update swfdec and swfdec-mozilla to 0.5.3 |
0.5.2 07 Sep 2007 10:24:49
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 0.5.2 |
0.5.1 06 Aug 2007 19:04:52
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- bump LIBVERSION [1]
- appease portlint
Noted by: anholt |
0.5.1 06 Aug 2007 16:53:03
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- remove unnecessary USE_GSTREAMER
Spotted by: Henrik Brix Andersen |
0.5.1 06 Aug 2007 14:18:31
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
alexbl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 0.5.1 which adds support for OSS
- make gstreamer OPTIONal
- take maintainership
Requested by: Roman Divacky |
0.5.0 14 Jul 2007 15:33:18
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
0.4.5 29 Jun 2007 19:33:25
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD. |
0.4.5 20 Jun 2007 20:08:40
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.4.5 and fix packaging. |
0.4.4 29 May 2007 18:35:37
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add missing dependency on gnomevfs2.
Reported by: krismail |
0.4.4 25 May 2007 20:05:10
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update swfdec's dependencies for ffmpeg-devel -> ffmpeg merge. |
0.4.4 25 May 2007 18:15:33
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
0.4.2_1 19 May 2007 20:32:57
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
flz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.4.2 09 Mar 2007 20:15:12
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Unbreak from my previous update.
Additionally, unbreak when our stale ffmpeg-devel happens to be installed. |
0.4.2 27 Feb 2007 04:55:27
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
BROKEN: Incomplete pkg-plist |
0.4.2 13 Feb 2007 20:48:57
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.4.2. This update improves correctness in many ways.
Approved by: maintainer |
0.3.6_4 11 Feb 2007 17:52:16
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ahze ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use gstreamer 0.10 instead of 0.8
PR: 107148
Submitted by: ahze
Approved by: maintainer timeout |
0.3.6_3 14 Oct 2006 08:54:54
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.3.6_2 20 Sep 2006 11:21:59
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
stas ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
0.3.6_1 29 Apr 2006 23:03:03
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ahze ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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] |
0.3.6 15 Apr 2006 15:24:16
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.3.6
- Take maintainership
PR: ports/95795
Submitted by: Rainer Alves <rainer.alves@gmail.com> |
0.3.5_1 14 Apr 2006 23:25:09
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset kwm due to no response about email.
Hat: portmgr |
0.3.5_1 22 Jan 2006 12:35:18
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
0.3.5_1 05 Nov 2005 05:22:06
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION to chase the glib20 shared library update. |
0.3.5 26 May 2005 19:02:55
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.3.5. |
0.3.4 20 Mar 2005 18:41:26
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
update to 0.3.4.
teach configure how we call sdl-config (forgotten in last commit) |
0.3.3 20 Mar 2005 16:07:42
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.3.3.
Submitted by: anholt |
0.3.2_4 12 Mar 2005 10:54:27
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.3.2_3 22 Feb 2005 10:12:32
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Correct gimp lib name.
Only create gimp plugin dir when compiling gimp support [1].
Extra large pointyhat for me.
Submitted by: [1] Pointyhat |
0.3.2_2 14 Feb 2005 20:57:32
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix plist en register optional gimp dependencie.
Pointed out by: pointyhat via kris |
0.3.2_1 09 Jan 2005 18:33:25
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
fix plist, clean up some empty dirs.
Submitted by: pointyhat via kris |
0.3.2 15 Dec 2004 18:50:49
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to version 0.3.2 [1].
Grab maintainership
PR: 74362 [1]
Submitted by: ijliao |
0.2.2_6 07 Nov 2004 22:37:47
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.2.2_5 09 Jul 2004 17:43:11
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
0.2.2_4 05 Apr 2004 03:35:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Adjust the gtk20 path for modules, themes, and input methods to catch up
with gtk+-2.4. |
0.2.2_4 02 Apr 2004 18:36:32
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use an appropriate GLib type which should fix the build on both 32 and 64-bit
platforms.
Reported by: Sven Esbjerg <esbjerg@sifira.dk> |
0.2.2_4 29 Mar 2004 09:49:23
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
arved ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build on 64bit platforms |
0.2.2_4 16 Mar 2004 04:23:56
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
0.2.2_3 13 Mar 2004 10:02:22
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
BROKEN on !i386: Does not compile |
0.2.2_3 08 Mar 2004 01:01:31
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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> |
0.2.2_3 04 Feb 2004 05:21:48
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.2.2_2 29 Jan 2004 07:24:56
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify. |
0.2.2_2 08 Dec 2003 01:46:13
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bland ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Switch dependency mad -> libmad as more apropriate. |
0.2.2_1 07 Dec 2003 01:27:06
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase the libmad/libid3tag shared lib version. |
0.2.2 17 Nov 2003 12:03:17
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
USE_REINPLACE must be defined before REINPLACE_CMD may be used. |
0.2.2 31 Jul 2003 07:21:13
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
daichi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
update graphics/swfdec:
- Utilize USE_SDL
- PERL -> REINPLACE_CMD
PR: 55060
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.2.2 01 Jun 2003 19:14:04
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
petef ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.2.2.
PR: 52665
Submitted by: Ports Fury |
0.2.1_1 01 Jun 2003 13:36:25
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
petef ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix a typo in the Makefile; this fixes the build on alpha 5.1.
Submitted by: Ports Fury
Noticed by: bento |
0.2.1_1 19 May 2003 00:14:18
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
petef ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- install .pc file to the correct place
- use USE_GETOPT_LONG
- sort pkg-plist correctly
- bump PORTREVISION
PR: 52136
Submitted by: Ports Fury |
0.2.1 12 Apr 2003 08:38:11
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ijliao ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
add missing dependence |
0.2.1 06 Apr 2003 07:45:30
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ijliao ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
add swfdec 0.2.1
Flash Rendering Library |