diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-26 22:16:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-26 22:16:18 +0000 |
commit | 2ca5dd5dbdcd514ccd7477cf0f7bac6ce4b579b8 (patch) | |
tree | ca6c045b1d5cfc875c2a73968e8a8ca15219bdbd | |
parent | 03c77570ef01ad100c288354bf6ecb9247c1dd1d (diff) | |
download | pkgsrc-2ca5dd5dbdcd514ccd7477cf0f7bac6ce4b579b8.tar.gz |
automake-1.13 compat.
-rw-r--r-- | audio/ices-mp3/distinfo | 4 | ||||
-rw-r--r-- | audio/ices-mp3/patches/patch-aa | 20 | ||||
-rw-r--r-- | games/xpuyopuyo/distinfo | 4 | ||||
-rw-r--r-- | games/xpuyopuyo/patches/patch-aa | 12 |
4 files changed, 29 insertions, 11 deletions
diff --git a/audio/ices-mp3/distinfo b/audio/ices-mp3/distinfo index 2b11c36aff8..d91152dcb81 100644 --- a/audio/ices-mp3/distinfo +++ b/audio/ices-mp3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 20:39:46 agc Exp $ +$NetBSD: distinfo,v 1.4 2013/01/26 22:16:18 wiz Exp $ SHA1 (ices-0.4.tar.gz) = 427f39d3ac4a45e84222c8f8a4007767a754749c RMD160 (ices-0.4.tar.gz) = 2a40856c8dbcef8558c7a85bf247c2c7cdf97c22 Size (ices-0.4.tar.gz) = 372837 bytes -SHA1 (patch-aa) = 39818857ea23f620e8d85e36a1c9225a3787c490 +SHA1 (patch-aa) = 4b1734579176a76dc3de27985b505d631c140ee4 diff --git a/audio/ices-mp3/patches/patch-aa b/audio/ices-mp3/patches/patch-aa index a3dadf434fb..cc88bfde17b 100644 --- a/audio/ices-mp3/patches/patch-aa +++ b/audio/ices-mp3/patches/patch-aa @@ -1,8 +1,20 @@ -$NetBSD: patch-aa,v 1.2 2004/09/24 01:39:30 kim Exp $ +$NetBSD: patch-aa,v 1.3 2013/01/26 22:16:18 wiz Exp $ ---- configure.ac.orig 2004-08-28 14:54:44.000000000 -0400 -+++ configure.ac 2004-09-23 21:28:38.000000000 -0400 -@@ -367,7 +367,7 @@ +First chunk: automake-1.13 compat. +Rest: ? + +--- configure.ac.orig 2004-08-28 18:54:44.000000000 +0000 ++++ configure.ac +@@ -73,7 +73,7 @@ dnl -- Build system init -- + + AM_INIT_AUTOMAKE([1.6 foreign]) + AM_MAINTAINER_MODE +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AC_PROG_LIBTOOL + AC_SUBST(LIBTOOL_DEPS) + +@@ -367,7 +367,7 @@ then LDFLAGS="$LDFLAGS -L$with_flac/lib" fi diff --git a/games/xpuyopuyo/distinfo b/games/xpuyopuyo/distinfo index 6dd36bc48b8..cad8b0ce620 100644 --- a/games/xpuyopuyo/distinfo +++ b/games/xpuyopuyo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 23:12:05 agc Exp $ +$NetBSD: distinfo,v 1.4 2013/01/26 22:18:20 wiz Exp $ SHA1 (xpuyopuyo-0.9.1.tar.gz) = deadbd3171be68e5684a099a4f27cd68fd7c5bd6 RMD160 (xpuyopuyo-0.9.1.tar.gz) = 4ec08df617414f2c95d22b8c50b4499742cfffd3 Size (xpuyopuyo-0.9.1.tar.gz) = 577373 bytes -SHA1 (patch-aa) = b25bd262eff6b21d4a5f2a28fd529426cceb4263 +SHA1 (patch-aa) = fd64333ae4f71e34f8e4907b83ba847ea22a63f8 SHA1 (patch-ab) = 76e9d2d3da387e49f87525bc0218cc90faffa92d SHA1 (patch-ac) = ab7ec69a6e90bf6821e4fc5ff527b9ec025df081 diff --git a/games/xpuyopuyo/patches/patch-aa b/games/xpuyopuyo/patches/patch-aa index 5db109b7cfe..b236cfd08e9 100644 --- a/games/xpuyopuyo/patches/patch-aa +++ b/games/xpuyopuyo/patches/patch-aa @@ -1,8 +1,14 @@ -$NetBSD: patch-aa,v 1.4 2000/08/25 06:22:28 jlam Exp $ +$NetBSD: patch-aa,v 1.5 2013/01/26 22:18:20 wiz Exp $ ---- configure.in.orig Tue Aug 1 13:19:42 2000 +--- configure.in.orig 2000-08-01 17:19:42.000000000 +0000 +++ configure.in -@@ -7,7 +7,7 @@ +@@ -2,12 +2,12 @@ dnl Process this file with autoconf to p + AC_PREREQ(2.12) + AC_INIT(xpuyopuyo.c) + AM_INIT_AUTOMAKE(xpuyopuyo, 0.9.1) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AM_MAINTAINER_MODE dnl Watch out for problems with prefix, datadir |