Sun Aug 15 12:08:59 2010 UTC ()
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.


(wiz)
diff -r1.76 -r1.77 pkgsrc/devel/autoconf/Makefile
diff -r1.24 -r1.25 pkgsrc/devel/autoconf/distinfo

cvs diff -r1.76 -r1.77 pkgsrc/devel/autoconf/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/autoconf/Makefile 2010/07/29 15:49:36 1.76
+++ pkgsrc/devel/autoconf/Makefile 2010/08/15 12:08:59 1.77
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.76 2010/07/29 15:49:36 joerg Exp $ 1# $NetBSD: Makefile,v 1.77 2010/08/15 12:08:59 wiz Exp $
2 2
3DISTNAME= autoconf-2.65 3DISTNAME= autoconf-2.67
4PKGREVISION= 2 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} 5MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
7 6
8MAINTAINER= wiz@NetBSD.org 7MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html 8HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
10COMMENT= Generates automatic source code configuration scripts 9COMMENT= Generates automatic source code configuration scripts
11LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3 10LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3
12 11
13# XXX: needs m4>1.4.6; wants m4>1.4.13 12# XXX: needs m4>1.4.6; wants m4>1.4.13
14USE_TOOLS+= gm4:run perl:run 13USE_TOOLS+= gm4:run perl:run
15 14
16# The next line is for conflicts with old versions of this package, 15# The next line is for conflicts with old versions of this package,
17# which had autoconf-devel as PKGNAME. 16# which had autoconf-devel as PKGNAME.
@@ -22,32 +21,24 @@ CONFLICTS+= gdb<6.2.1nb5 @@ -22,32 +21,24 @@ CONFLICTS+= gdb<6.2.1nb5
22PKG_INSTALLATION_TYPES= overwrite pkgviews 21PKG_INSTALLATION_TYPES= overwrite pkgviews
23PKG_DESTDIR_SUPPORT= user-destdir 22PKG_DESTDIR_SUPPORT= user-destdir
24 23
25USE_LANGUAGES= # empty 24USE_LANGUAGES= # empty
26GNU_CONFIGURE= YES 25GNU_CONFIGURE= YES
27CONFIGURE_ARGS+= --without-lispdir 26CONFIGURE_ARGS+= --without-lispdir
28CONFIGURE_ENV+= ac_cv_prog_TEST_EMACS=no 27CONFIGURE_ENV+= ac_cv_prog_TEST_EMACS=no
29 28
30TEXINFO_REQD= 4.0 29TEXINFO_REQD= 4.0
31INFO_FILES= YES 30INFO_FILES= YES
32 31
33AUTOMAKE_OVERRIDE= NO 32AUTOMAKE_OVERRIDE= NO
34 33
 34# [GNU Autoconf 2.67] testsuite: 213 268 269 failed
 35# 213?; other two ok because of buildlink
35TEST_TARGET= check 36TEST_TARGET= check
36 37
37CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/autoconf/autoconf.m4f 38CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/autoconf/autoconf.m4f
38CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/autotest/autotest.m4f 39CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/autotest/autotest.m4f
39CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/m4sugar/m4sugar.m4f 40CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/m4sugar/m4sugar.m4f
40CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/m4sugar/m4sh.m4f 41CHECK_WRKREF_SKIP+= ${PREFIX}/share/autoconf/m4sugar/m4sh.m4f
41 42
42# wiz 20090809: next section commented out because it seems not to be needed. 
43# re-enable if it is; otherwise it will be removed during the next 
44# update: 
45# pkgsrc symlinks config/config.guess and config.sub to mk/gnu-config 
46# when you do not preserve timestamps in mk, this can cause 
47# config.guess and config.sub to be newer than config.guess.1 and 
48# config.sub.1. In that case, the man pages need to be rebuilt, and 
49# build fails because pkgsrc lacks help2man. Work around this situation. 
50#pre-build: 
51# ${TOUCH} ${WRKSRC}/man/config.sub.1 ${WRKSRC}/man/config.guess.1 
52 43
53.include "../../mk/bsd.pkg.mk" 44.include "../../mk/bsd.pkg.mk"

cvs diff -r1.24 -r1.25 pkgsrc/devel/autoconf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/autoconf/distinfo 2010/07/29 15:49:36 1.24
+++ pkgsrc/devel/autoconf/distinfo 2010/08/15 12:08:59 1.25
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.24 2010/07/29 15:49:36 joerg Exp $ 1$NetBSD: distinfo,v 1.25 2010/08/15 12:08:59 wiz Exp $
2 2
3SHA1 (autoconf-2.65.tar.gz) = ae9e1ab046822007f25c88e1d8f2166e065da8c2 3SHA1 (autoconf-2.67.tar.gz) = 12e84642336a8d23fb8320d4027fc860f25c9b60
4RMD160 (autoconf-2.65.tar.gz) = 67cf709b61290b47255ccdb2c3113bcd04c42ecd 4RMD160 (autoconf-2.67.tar.gz) = 98c836d6b746a31c9c9626d3329f698a170ffc08
5Size (autoconf-2.65.tar.gz) = 1738880 bytes 5Size (autoconf-2.67.tar.gz) = 1837052 bytes
6SHA1 (patch-aa) = 481aec3f9d8c4b523ff27db50fccf6d219f36ffe 6SHA1 (patch-aa) = 481aec3f9d8c4b523ff27db50fccf6d219f36ffe