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
This commit is contained in:
parent
b85a54c951
commit
e7f7dbe23a
2 changed files with 18 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue