diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-26 20:40:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-26 20:40:51 +0000 |
commit | d0721be8a5ba5d269c968b6aca3d18950c657964 (patch) | |
tree | 12b3544499dadc6320027110ada260282b5be863 /devel/autoconf | |
parent | dc6fcf06ef6c24ee1d51c34035f3f19b8a0dec3a (diff) | |
download | pkgsrc-d0721be8a5ba5d269c968b6aca3d18950c657964.tar.gz |
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
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 5 | ||||
-rw-r--r-- | devel/autoconf/PLIST | 5 | ||||
-rw-r--r-- | devel/autoconf/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index d36bb243263..7ba8e263731 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2012/01/23 20:50:13 joerg Exp $ +# $NetBSD: Makefile,v 1.81 2012/04/26 20:40:51 wiz Exp $ -DISTNAME= autoconf-2.68 -PKGREVISION= 2 +DISTNAME= autoconf-2.69 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} diff --git a/devel/autoconf/PLIST b/devel/autoconf/PLIST index e06dc3c70db..3db3520def0 100644 --- a/devel/autoconf/PLIST +++ b/devel/autoconf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2009/11/23 13:56:33 tnn Exp $ +@comment $NetBSD: PLIST,v 1.15 2012/04/26 20:40:51 wiz Exp $ bin/autoconf bin/autoheader bin/autom4te @@ -23,8 +23,8 @@ share/autoconf/Autom4te/Channels.pm share/autoconf/Autom4te/Configure_ac.pm share/autoconf/Autom4te/FileUtils.pm share/autoconf/Autom4te/General.pm +share/autoconf/Autom4te/Getopt.pm share/autoconf/Autom4te/Request.pm -share/autoconf/Autom4te/Struct.pm share/autoconf/Autom4te/XFile.pm share/autoconf/INSTALL share/autoconf/autoconf/autoconf.m4 @@ -38,6 +38,7 @@ share/autoconf/autoconf/erlang.m4 share/autoconf/autoconf/fortran.m4 share/autoconf/autoconf/functions.m4 share/autoconf/autoconf/general.m4 +share/autoconf/autoconf/go.m4 share/autoconf/autoconf/headers.m4 share/autoconf/autoconf/lang.m4 share/autoconf/autoconf/libs.m4 diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo index 878bc9a63be..6faa062d5ff 100644 --- a/devel/autoconf/distinfo +++ b/devel/autoconf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2010/09/24 09:46:42 wiz Exp $ +$NetBSD: distinfo,v 1.27 2012/04/26 20:40:51 wiz Exp $ -SHA1 (autoconf-2.68.tar.gz) = 843f7dfcc6addf129dc2c8b12f7d72d371478f42 -RMD160 (autoconf-2.68.tar.gz) = 7df267df967a973a7b31e8dae2a9d6e90097c739 -Size (autoconf-2.68.tar.gz) = 1860672 bytes +SHA1 (autoconf-2.69.tar.gz) = 562471cbcb0dd0fa42a76665acf0dbb68479b78a +RMD160 (autoconf-2.69.tar.gz) = 7b7d711535827826f32f5847095233e1e9925a29 +Size (autoconf-2.69.tar.gz) = 1927468 bytes SHA1 (patch-aa) = 481aec3f9d8c4b523ff27db50fccf6d219f36ffe |