Update to 2.67:
* Major changes in Autoconf 2.67 (2010-07-21) [stable] Released by Eric Blake, based on git versions 2.66.*. ** AC_CONFIG_SUBDIRS with more than one subdirectory at a time works again. Regression introduced in 2.66. ** AC_CHECK_SIZEOF of a pointer type works again. Regression introduced in 2.66. ** New macro AC_FC_LINE_LENGTH to accept long Fortran source code lines. ** AC_PREPROC_IFELSE now keeps the preprocessed output in the conftest.i file for inspection by the commands in the ACTION-IF-TRUE argument. ** AC_INIT again allows parentheses and other characters that are literal in single- or double-quoted strings, and in quoted and unquoted here-documents, for its PACKAGE and VERSION arguments. Regression introduced in 2.66. ** autoreconf passes warning flags to new enough versions of aclocal. ** Running an Autotest testsuite in parallel mode no longer triggers a race condition that could cause the testsuite run to end early, fixing a sporadic failure in autoconf's own testsuite. Bug present since introduction of parallel tests in 2.63b. * Major changes in Autoconf 2.66 (2010-07-02) [stable] Released by Eric Blake, based on git versions 2.65.*. ** AC_FUNC_MMAP works in C++ mode again. Regression introduced in 2.65. ** Use of m4_divert without a named diversion now issues a syntax warning, since it is seldom right to change diversions behind autoconf's back. ** The macros AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, and AC_TYPE_INT64_T work again. Regression introduced in 2.65. ** AC_PROG_INSTALL correctly uses `shtool' again. Regression introduced in 2.64. ** Autoconf should work on EBCDIC hosts. ** AC_CHECK_DECL and AC_CHECK_DECLS accept optional function argument types for overloaded C++ functions. ** AS_SET_CATFILE accepts nonliterals in its variable name argument now. ** Autotest testsuites accept an option --recheck to rerun tests that failed or passed unexpectedly during the last non-debug testsuite run. ** AC_ARG_ENABLE and AC_ARG_WITH now also accept `+' signs in `--enable-*' and `--with-*' arguments, converting them to underscores for the variable names. ** In configure scripts, loading CONFIG_SITE no longer searches PATH, and problems in loading the configuration site files are diagnosed. ** Autotest testsuites may optionally provide colored test results. ** The previously undocumented Autotest macros AT_ARG_OPTION and AT_ARG_OPTION_ARG have seen bug fixes and are documented now. AT_ARG_OPTION has been changed in that the negative of a long option --OPTION is now --no-OPTION rather than --noOPTION. ** The macro AS_LITERAL_IF is slightly more conservative; text containing shell quotes are no longer treated as literals. Furthermore, a new macro, AS_LITERAL_WORD_IF, adds an additional level of checking that no whitespace occurs in literals. ** The macros AS_TR_SH and AS_TR_CPP no longer expand their results. ** The following macros are now documented: AS_BOX ** New macro AC_FC_FIXEDFORM to accept fixed-form Fortran.
This commit is contained in:
parent
a158da8b4c
commit
190593b8e6
2 changed files with 8 additions and 17 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.76 2010/07/29 15:49:36 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.77 2010/08/15 12:08:59 wiz Exp $
|
||||
|
||||
DISTNAME= autoconf-2.65
|
||||
PKGREVISION= 2
|
||||
DISTNAME= autoconf-2.67
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
||||
|
||||
|
@ -32,6 +31,8 @@ INFO_FILES= YES
|
|||
|
||||
AUTOMAKE_OVERRIDE= NO
|
||||
|
||||
# [GNU Autoconf 2.67] testsuite: 213 268 269 failed
|
||||
# 213?; other two ok because of buildlink
|
||||
TEST_TARGET= check
|
||||
|
||||
CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/autoconf/autoconf.m4f
|
||||
|
@ -39,15 +40,5 @@ 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,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.24 2010/07/29 15:49:36 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.25 2010/08/15 12:08:59 wiz Exp $
|
||||
|
||||
SHA1 (autoconf-2.65.tar.gz) = ae9e1ab046822007f25c88e1d8f2166e065da8c2
|
||||
RMD160 (autoconf-2.65.tar.gz) = 67cf709b61290b47255ccdb2c3113bcd04c42ecd
|
||||
Size (autoconf-2.65.tar.gz) = 1738880 bytes
|
||||
SHA1 (autoconf-2.67.tar.gz) = 12e84642336a8d23fb8320d4027fc860f25c9b60
|
||||
RMD160 (autoconf-2.67.tar.gz) = 98c836d6b746a31c9c9626d3329f698a170ffc08
|
||||
Size (autoconf-2.67.tar.gz) = 1837052 bytes
|
||||
SHA1 (patch-aa) = 481aec3f9d8c4b523ff27db50fccf6d219f36ffe
|
||||
|
|
Loading…
Reference in a new issue