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 /games | |
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 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/xpuyopuyo/Makefile | 4 | ||||
-rw-r--r-- | games/xracer/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 17414e459f1..f82f4f034aa 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/08/13 17:37:24 rh Exp $ +# $NetBSD: Makefile,v 1.26 2001/08/26 10:32:20 skrll Exp $ DISTNAME= gnome-games-1.4.0.2 CATEGORIES= games gnome @@ -9,7 +9,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME games collection BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core # Required for ports which don't build "libgtop". DEPENDS+= guile-[0-9]*:../../lang/guile diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 0e55c960a18..e38fc528cdd 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/27 03:19:58 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/08/26 10:32:20 skrll Exp $ DISTNAME= xpuyopuyo-0.9.1 CATEGORIES= games x11 @@ -10,7 +10,7 @@ HOMEPAGE= http://chaos2.org/xpuyopuyo/ COMMENT= Tetris-like puzzle game BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod diff --git a/games/xracer/Makefile b/games/xracer/Makefile index c4d8f12143e..d50a8e1b36f 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/06/28 22:40:56 zuntum Exp $ +# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:21 skrll Exp $ # DISTNAME= xracer-0.96.9 @@ -10,7 +10,7 @@ HOMEPAGE= http://xracer.annexia.org/ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= YES |