Commit Graph

26 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
Christian Weisgerber
9850fb94bc Shrink description and update to 2.4.0.
Notable changes in this release:
- Ability to play files that contain an ID3v2 tag.
- Seek table fixes.
2004-05-05 23:16:21 +00:00
Trevor Johnson
38069212cc Add size data, approved by maintainers. 2004-03-18 20:59:15 +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
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
Christian Weisgerber
e01e7fd879 Fix MASTER_SITES and WWW links.
Submitted by:	fenner	(distfiles survey)
2003-12-07 18:53:50 +00:00
Sergey A. Osokin
253384a218 Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 11:24:02 +00:00
Christian Weisgerber
a908b57769 Maintenance update to 2.2.8. 2003-08-27 15:14:46 +00:00
Joe Marcus Clarke
5aba753137 Remove the USE_GNOMENG macro. 2003-04-08 00:40:09 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +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
Christian Weisgerber
45ea149a59 * Update to 2.2.7. Minor build changes only.
* Take MAINTAINER.

Approved by:	fenner
2002-11-02 17:18:09 +00:00
Christian Weisgerber
6c0f968dc3 * Update to 2.2.6.
* Home page and master site have moved.
* Use standard way of not installing .la library wrapper.

Approved by:	fenner
2002-10-05 18:05:17 +00:00
Joe Marcus Clarke
8a609be531 Use USE_GNOMENG.
PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-31 00:13:25 +00:00
Christian Weisgerber
740bce094f * Update master site and homepage.
* autoconf -> configure
* Update to release 2.2.5.  Notable changes in this version:
  + added configuration window option to swap bytes on audio output

Approved by:	fenner
2002-01-31 21:20:24 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +00:00
David W. Chapman Jr.
673676fffc - Update to 2.2.4
- delete patch-a{a,b}
- add patch-ltmain.sh
- Remove useless .a and .la from pkg-plist and from being installed
- Add Author: tag to pkg-descr
- Add post-install target to install README to ${DOCSDIR} and support NOPORTDOCS

PR:		29815
Submitted by:	pat@databits.net
No Response:	maintainer
2001-09-03 22:40:46 +00:00
Bill Fenner
1321aac119 Stick a distfile copy in ${MASTER_SITE_LOCAL} until shnutils.freeshell.org
comes back.

Noticed by:	Trevor Johnson <trevor@jpj.net>
2001-06-04 15:46:36 +00:00
Bill Fenner
1bb837be40 Update to version 2.2.3 2001-04-22 05:10:42 +00:00
Vanilla I. Shu
9edf2e2b52 Use "USE_GTK" & "USE_GNOME" forever. 2001-03-14 19:33:30 +00:00
Bill Fenner
1540cc61a5 Use X Prefix, like xmms itself. 2001-03-10 01:28:49 +00:00
Will Andrews
272b15896e Fix violations of COMMENT files.
PR:		22986
Submitted by:	Ports Fury
2000-12-21 08:54:25 +00:00
Bill Fenner
70fc58e0ad BUILD_DEPENDS on xmms_config. 2000-11-12 01:42:08 +00:00
Bill Fenner
73167ecdd3 Add xmms-shn, an xmms plugin that allows playing of shorten-compressed
audio.
2000-11-03 17:08:19 +00:00