summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2010-07-24 20:46:16 +0000
committertron <tron>2010-07-24 20:46:16 +0000
commit915b6feedda6de66d7bfb80d88c69817135dad4a (patch)
tree686a8117272245a3ea05c30828d65b0c90797770
parent4ddca9fa2583dc5f8828798a2bac3d450eec06bc (diff)
downloadpkgsrc-915b6feedda6de66d7bfb80d88c69817135dad4a.tar.gz
Downgrade "autoconf" package to version 2.65nb1 as version 2.66 is
seriously broken. Please read this thread for further details: http://lists.gnu.org/archive/html/autoconf/2010-07/msg00004.html
-rw-r--r--devel/autoconf/Makefile16
-rw-r--r--devel/autoconf/distinfo8
2 files changed, 18 insertions, 6 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index a652d5b6c2d..2768024ba52 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2010/07/21 11:18:26 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2010/07/24 20:46:16 tron Exp $
-DISTNAME= autoconf-2.66
+DISTNAME= autoconf-2.65
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
@@ -38,4 +39,15 @@ CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/autotest/autotest.m4f
CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/m4sugar/m4sugar.m4f
CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/m4sugar/m4sh.m4f
+# wiz 20090809: next section commented out because it seems not to be needed.
+# re-enable if it is; otherwise it will be removed during the next
+# update:
+# pkgsrc symlinks config/config.guess and config.sub to mk/gnu-config
+# when you do not preserve timestamps in mk, this can cause
+# config.guess and config.sub to be newer than config.guess.1 and
+# config.sub.1. In that case, the man pages need to be rebuilt, and
+# build fails because pkgsrc lacks help2man. Work around this situation.
+#pre-build:
+# ${TOUCH} ${WRKSRC}/man/config.sub.1 ${WRKSRC}/man/config.guess.1
+
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo
index 86690193045..168a60271d2 100644
--- a/devel/autoconf/distinfo
+++ b/devel/autoconf/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2010/07/21 11:18:26 wiz Exp $
+$NetBSD: distinfo,v 1.23 2010/07/24 20:46:16 tron Exp $
-SHA1 (autoconf-2.66.tar.gz) = b58569c49f26ab1e0846078fe915bdaffad5a463
-RMD160 (autoconf-2.66.tar.gz) = a32d25a9adfc687a2085f2f161fdcc9ab64c4f56
-Size (autoconf-2.66.tar.gz) = 1829980 bytes
+SHA1 (autoconf-2.65.tar.gz) = ae9e1ab046822007f25c88e1d8f2166e065da8c2
+RMD160 (autoconf-2.65.tar.gz) = 67cf709b61290b47255ccdb2c3113bcd04c42ecd
+Size (autoconf-2.65.tar.gz) = 1738880 bytes