Commit graph

14 commits

Author SHA1 Message Date
Christian Weisgerber
c658929967 new version of libFLAC 2005-03-16 14:50:13 +00:00
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
Pav Lucistnik
2841ba4329 - Fix build of gtk12 extension on gcc 3.3
PR:		ports/66190
Reported by:	User1001 <supraexpress@globaleyes.net>
2004-05-04 19:52:38 +00:00
Kris Kennaway
92c72c5a4a Add missing directory
# XXX This port detects and uses the jackit port if it is installed,
# but no dependency is registered
2004-04-15 08:12:37 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
89c5de7031 Catch up with libogg/libvorbis version bump. 2003-12-20 16:14:14 +00:00
Joe Marcus Clarke
c7ca0ba127 Chase the libmad/libid3tag shared lib version. 2003-12-07 01:27:06 +00:00
Joe Marcus Clarke
4792392901 Remove some whitespace to quite portlint. 2003-07-17 19:46:21 +00:00
Joe Marcus Clarke
bb5121745d * Fix build on Alpha
* Fix compilation issues with getopt

Submitted by:	maintainer
2003-07-17 05:56:22 +00:00
Joe Marcus Clarke
715b191398 Add a patch to check for AFMT_S16_NE which may not be defined on
older versions of -CURRENT and -STABLE.

Approved by:	maintainer
2003-07-03 15:29:10 +00:00
Joe Marcus Clarke
86c849c9a1 Fix the build on -CURRENT.
Reported by:	maintainer
2003-06-30 22:15:53 +00:00
Joe Marcus Clarke
1f8cd43b73 Add alsaplayer, an audio player with pitch control and a GTK+ GUI.
PR:		43142
Submitted by:	Robin Schilham <co9@xs4all.nl> (based on)
2003-06-30 17:15:20 +00:00