Commit graph

21 commits

Author SHA1 Message Date
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Pav Lucistnik
2d906a76b1 - Remove post-install: completely, it's being done by the software anyway.
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-04-04 12:18:39 +00:00
Pav Lucistnik
d838585edf - Flip ln -sf arguments, they were in wrong order
PR:		ports/65121
Reported by:	Kay Lehmann <kay_lehmann@web.de>
2004-04-03 22:03:16 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Erwin Lansing
a3ffbe178c Drop maintainership
PR:		63448
Submitted by:	Jan Jungnickel <me@jungnickel.com> (maintainer)
2004-02-27 15:42:59 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Sean Chittenden
f834f97cd5 Remove leading slash that crept into the plist.
Submitted by:	 Kent Stewart <kstewart@owt.com>
2003-12-10 09:04:09 +00:00
Sean Chittenden
e485a7a3be Update to 3.1. This release seems to behave more friendly on my machine
than the previous version.

Approved by:	maintainer timeout
2003-12-09 07:21:17 +00:00
Edwin Groothuis
c91c8e8e4d chase lib version change of multimedia/xmms
PR:		ports/56505
Submitted by:	Espen Skoglund <esk@ira.uka.de>
2003-09-08 00:10:16 +00:00
Joe Marcus Clarke
5aba753137 Remove the USE_GNOMENG macro. 2003-04-08 00:40:09 +00:00
Jun Kuriyama
380e69877c Plist cleanup.
No response from:	maintainer
2003-02-22 08:01:37 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Mario Sergio Fujikawa Ferreira
bdbf1030b2 After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms			-->	multimedia/xmms
graphics/avifile		-->	multimedia/avifile
graphics/divx4linux		-->	multimedia/divx4linux
graphics/ffmpeg			-->	multimedia/ffmpeg
graphics/libdv			-->	multimedia/libdv
graphics/libdvdcss		-->	multimedia/libdvdcss
graphics/libdvdread		-->	multimedia/libdvdread
graphics/libmpeg2		-->	multimedia/libmpeg2
graphics/linux-realplayer	-->	multimedia/linux-realplayer
graphics/mjpegtools		-->	multimedia/mjpegtools
graphics/mplayer		-->	multimedia/mplayer
graphics/mplayer-fonts		-->	multimedia/mplayer-fonts
graphics/openquicktime		-->	multimedia/openquicktime
graphics/win32-codecs		-->	multimedia/win32-codecs

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 16:37:35 +00:00
Alan Eldridge
9e3c4e64a9 Fix comment/description to say KDE3, not KDE2. 2002-10-12 05:55:49 +00:00
Alan Eldridge
1e1283ed6a Update to kde3. It still has a bad dependency installed on libmikmod when
it isn't even installed, but that's minor.
2002-09-20 22:50:46 +00:00
Maxim Sobolev
1827e477d5 Chase xmms shared library version bump. 2002-01-14 13:41:32 +00:00
Tom Hukins
90720db25a Add missing pkg-plist entries
PR:		ports/31021
Submitted by:	Patrick Li <pat@databits.net>
2001-10-07 19:25:48 +00:00
Maxim Sobolev
2f3bb8957e Chase increased version number of libxmms. 2001-06-21 15:35:23 +00:00
Akinori MUSHA
762eab6890 Add xmms-kde, which integrates XMMS into the KDE2 Panel.
PR:		ports/26902
Submitted by:	Jan Jungnickel <Jan@Jungnickel.com>
2001-05-04 19:52:40 +00:00