Thu Apr 26 20:40:51 2012 UTC ()
Update to 2.69:

* Noteworthy changes in release 2.69 (2012-04-24) [stable]

** Autoconf now requires perl 5.6 or better (but generated configure
   scripts continue to run without perl).

* Noteworthy changes in release 2.68b (2012-03-01) [beta]
  Released by Eric Blake, based on git versions 2.68.*.

** Autoconf-generated configure scripts now unconditionally re-execute
   themselves with $CONFIG_SHELL, if that's set in the environment.

** The texinfo documentation no longer specifies "front-cover" or
   "back-cover" texts, so that it may now be included in Debian's
   "main" section.

** Support for the Go programming language has been added.  The new macro
   AC_LANG_GO sets variables GOC and GOFLAGS.

** AS_LITERAL_IF again treats '=' as a literal.  Regression introduced in
   2.66.

** The macro AS_EXECUTABLE_P, present since 2.50, is now documented.

** Macros

- AC_PROG_LN_S and AS_LN_S now fall back on 'cp -pR' (not 'cp -p') if 'ln -s'
  does not work.  This works better for symlinks to directories.

- New macro AC_HEADER_CHECK_STDBOOL.

- New and updated macros for Fortran support:

    AC_FC_CHECK_BOUNDS to enable array bounds checking
    AC_F77_IMPLICIT_NONE and AC_FC_IMPLICIT_NONE to disable implicit integer
    AC_FC_MODULE_EXTENSION to compute the Fortran 90 module name extension
    AC_FC_MODULE_FLAG for the Fortran 90 module search path flag
    AC_FC_MODULE_OUTPUT_FLAG for the Fortran 90 module output directory flag
    AC_FC_PP_SRCEXT for preprocessed Fortran source files extensions
    AC_FC_PP_DEFINE for the Fortran preprocessor define flag


(wiz)
diff -r1.80 -r1.81 pkgsrc/devel/autoconf/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/autoconf/PLIST
diff -r1.26 -r1.27 pkgsrc/devel/autoconf/distinfo

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

--- pkgsrc/devel/autoconf/Makefile 2012/01/23 20:50:13 1.80
+++ pkgsrc/devel/autoconf/Makefile 2012/04/26 20:40:51 1.81
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.80 2012/01/23 20:50:13 joerg Exp $ 1# $NetBSD: Makefile,v 1.81 2012/04/26 20:40:51 wiz Exp $
2 2
3DISTNAME= autoconf-2.68 3DISTNAME= autoconf-2.69
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
13BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man 12BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
14 13
15# XXX: needs m4>1.4.6; wants m4>1.4.13 14# XXX: needs m4>1.4.6; wants m4>1.4.13
16USE_TOOLS+= gm4:run perl:run 15USE_TOOLS+= gm4:run perl:run
17 16

cvs diff -r1.14 -r1.15 pkgsrc/devel/autoconf/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/autoconf/PLIST 2009/11/23 13:56:33 1.14
+++ pkgsrc/devel/autoconf/PLIST 2012/04/26 20:40:51 1.15
@@ -1,53 +1,54 @@ @@ -1,53 +1,54 @@
1@comment $NetBSD: PLIST,v 1.14 2009/11/23 13:56:33 tnn Exp $ 1@comment $NetBSD: PLIST,v 1.15 2012/04/26 20:40:51 wiz Exp $
2bin/autoconf 2bin/autoconf
3bin/autoheader 3bin/autoheader
4bin/autom4te 4bin/autom4te
5bin/autoreconf 5bin/autoreconf
6bin/autoscan 6bin/autoscan
7bin/autoupdate 7bin/autoupdate
8bin/ifnames 8bin/ifnames
9info/autoconf.info 9info/autoconf.info
10info/standards.info 10info/standards.info
11man/man1/autoconf.1 11man/man1/autoconf.1
12man/man1/autoheader.1 12man/man1/autoheader.1
13man/man1/autom4te.1 13man/man1/autom4te.1
14man/man1/autoreconf.1 14man/man1/autoreconf.1
15man/man1/autoscan.1 15man/man1/autoscan.1
16man/man1/autoupdate.1 16man/man1/autoupdate.1
17man/man1/config.guess.1 17man/man1/config.guess.1
18man/man1/config.sub.1 18man/man1/config.sub.1
19man/man1/ifnames.1 19man/man1/ifnames.1
20share/autoconf/Autom4te/C4che.pm 20share/autoconf/Autom4te/C4che.pm
21share/autoconf/Autom4te/ChannelDefs.pm 21share/autoconf/Autom4te/ChannelDefs.pm
22share/autoconf/Autom4te/Channels.pm 22share/autoconf/Autom4te/Channels.pm
23share/autoconf/Autom4te/Configure_ac.pm 23share/autoconf/Autom4te/Configure_ac.pm
24share/autoconf/Autom4te/FileUtils.pm 24share/autoconf/Autom4te/FileUtils.pm
25share/autoconf/Autom4te/General.pm 25share/autoconf/Autom4te/General.pm
 26share/autoconf/Autom4te/Getopt.pm
26share/autoconf/Autom4te/Request.pm 27share/autoconf/Autom4te/Request.pm
27share/autoconf/Autom4te/Struct.pm 
28share/autoconf/Autom4te/XFile.pm 28share/autoconf/Autom4te/XFile.pm
29share/autoconf/INSTALL 29share/autoconf/INSTALL
30share/autoconf/autoconf/autoconf.m4 30share/autoconf/autoconf/autoconf.m4
31share/autoconf/autoconf/autoconf.m4f 31share/autoconf/autoconf/autoconf.m4f
32share/autoconf/autoconf/autoheader.m4 32share/autoconf/autoconf/autoheader.m4
33share/autoconf/autoconf/autoscan.m4 33share/autoconf/autoconf/autoscan.m4
34share/autoconf/autoconf/autotest.m4 34share/autoconf/autoconf/autotest.m4
35share/autoconf/autoconf/autoupdate.m4 35share/autoconf/autoconf/autoupdate.m4
36share/autoconf/autoconf/c.m4 36share/autoconf/autoconf/c.m4
37share/autoconf/autoconf/erlang.m4 37share/autoconf/autoconf/erlang.m4
38share/autoconf/autoconf/fortran.m4 38share/autoconf/autoconf/fortran.m4
39share/autoconf/autoconf/functions.m4 39share/autoconf/autoconf/functions.m4
40share/autoconf/autoconf/general.m4 40share/autoconf/autoconf/general.m4
 41share/autoconf/autoconf/go.m4
41share/autoconf/autoconf/headers.m4 42share/autoconf/autoconf/headers.m4
42share/autoconf/autoconf/lang.m4 43share/autoconf/autoconf/lang.m4
43share/autoconf/autoconf/libs.m4 44share/autoconf/autoconf/libs.m4
44share/autoconf/autoconf/oldnames.m4 45share/autoconf/autoconf/oldnames.m4
45share/autoconf/autoconf/programs.m4 46share/autoconf/autoconf/programs.m4
46share/autoconf/autoconf/specific.m4 47share/autoconf/autoconf/specific.m4
47share/autoconf/autoconf/status.m4 48share/autoconf/autoconf/status.m4
48share/autoconf/autoconf/types.m4 49share/autoconf/autoconf/types.m4
49share/autoconf/autom4te.cfg 50share/autoconf/autom4te.cfg
50share/autoconf/autoscan/autoscan.list 51share/autoconf/autoscan/autoscan.list
51share/autoconf/autotest/autotest.m4 52share/autoconf/autotest/autotest.m4
52share/autoconf/autotest/autotest.m4f 53share/autoconf/autotest/autotest.m4f
53share/autoconf/autotest/general.m4 54share/autoconf/autotest/general.m4

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

--- pkgsrc/devel/autoconf/distinfo 2010/09/24 09:46:42 1.26
+++ pkgsrc/devel/autoconf/distinfo 2012/04/26 20:40:51 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2010/09/24 09:46:42 wiz Exp $ 1$NetBSD: distinfo,v 1.27 2012/04/26 20:40:51 wiz Exp $
2 2
3SHA1 (autoconf-2.68.tar.gz) = 843f7dfcc6addf129dc2c8b12f7d72d371478f42 3SHA1 (autoconf-2.69.tar.gz) = 562471cbcb0dd0fa42a76665acf0dbb68479b78a
4RMD160 (autoconf-2.68.tar.gz) = 7df267df967a973a7b31e8dae2a9d6e90097c739 4RMD160 (autoconf-2.69.tar.gz) = 7b7d711535827826f32f5847095233e1e9925a29
5Size (autoconf-2.68.tar.gz) = 1860672 bytes 5Size (autoconf-2.69.tar.gz) = 1927468 bytes
6SHA1 (patch-aa) = 481aec3f9d8c4b523ff27db50fccf6d219f36ffe 6SHA1 (patch-aa) = 481aec3f9d8c4b523ff27db50fccf6d219f36ffe