diff options
author | skrll <skrll@pkgsrc.org> | 2001-08-26 10:32:18 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-08-26 10:32:18 +0000 |
commit | ec3aee670c1cf560cceb843f28236eb94684cf6a (patch) | |
tree | dbe1614ef3af298b3ecf46c5a18a28d7ca2fcabc /audio | |
parent | d2e77887868612aa0a01d5f9b272ec618eb893b8 (diff) | |
download | pkgsrc-ec3aee670c1cf560cceb843f28236eb94684cf6a.tar.gz |
Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao/Makefile | 4 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 4 | ||||
-rw-r--r-- | audio/rio500/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 20055bb483a..1db329e4905 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/08/23 16:42:31 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:18 skrll Exp $ DISTNAME= libao-0.8.0 CATEGORIES= devel @@ -7,7 +7,7 @@ MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ MAINTAINER= lukem@netbsd.org COMMENT= cross-platform audio library -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf PLIST_SUBST+= VERSION="${DISTNAME}" diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 6995c0f7d33..637778ddbd1 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/08/14 14:53:20 lukem Exp $ +# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:18 skrll Exp $ DISTNAME= libvorbis-1.0rc2 PKGNAME= libvorbis-1.0.0.6 @@ -11,7 +11,7 @@ COMMENT= Library for the Ogg Vorbis audio encoding format USE_BUILDLINK_ONLY= YES BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index a8a3e94cf97..dcd876d61dc 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/15 15:44:29 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2001/08/26 10:32:19 skrll Exp $ # DISTNAME= rio500-0.7 @@ -9,7 +9,7 @@ MAINTAINER= ad@netbsd.org HOMEPAGE= http://rio500.sourceforge.net/ COMMENT= Utilities to manage your Diamond Rio 500 MP3 player -BUILD_DEPENDS+= automake-*:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake DEPENDS+= glib>=1.2.0:../../devel/glib USE_GMAKE= yes |