pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/autoconf Update to 2.69:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4de9023f502
branches:  trunk
changeset: 603031:c4de9023f502
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 26 20:40:51 2012 +0000

description:
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:

 devel/autoconf/Makefile |  5 ++---
 devel/autoconf/PLIST    |  5 +++--
 devel/autoconf/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 2b5a8afe5dd7 -r c4de9023f502 devel/autoconf/Makefile
--- a/devel/autoconf/Makefile   Thu Apr 26 19:38:25 2012 +0000
+++ b/devel/autoconf/Makefile   Thu Apr 26 20:40:51 2012 +0000
@@ -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 -r 2b5a8afe5dd7 -r c4de9023f502 devel/autoconf/PLIST
--- a/devel/autoconf/PLIST      Thu Apr 26 19:38:25 2012 +0000
+++ b/devel/autoconf/PLIST      Thu Apr 26 20:40:51 2012 +0000
@@ -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/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/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 -r 2b5a8afe5dd7 -r c4de9023f502 devel/autoconf/distinfo
--- a/devel/autoconf/distinfo   Thu Apr 26 19:38:25 2012 +0000
+++ b/devel/autoconf/distinfo   Thu Apr 26 20:40:51 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index