summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authorwiz <wiz>2009-11-23 11:09:36 +0000
committerwiz <wiz>2009-11-23 11:09:36 +0000
commite69ae690d65876b6ff25d8613fc153cc2e4241bc (patch)
tree2a371dab46c4a899ea79f19386ec2a84807b7448 /devel/autoconf
parent9b805511dac683f925d4b3bca20be125a658abaa (diff)
downloadpkgsrc-e69ae690d65876b6ff25d8613fc153cc2e4241bc.tar.gz
Update to 2.65:
* Major changes in Autoconf 2.65 (2009-11-21) [stable] Released by Eric Blake, based on git versions 2.64.*. ** Autoconf is now licensed under the General Public License version 3 or later (GPLv3+). As with earlier versions, the license includes an exception clause so that you may release a configure script generated by autoconf under the license of your own program. ** New macros to support Objective C++. AC_PROG_OBJCXX AC_PROG_OBJCXXCPP ** The following undocumented autoconf macros, removed in Autoconf 2.64, have been reinstated: AH_CHECK_HEADERS These macros are present only for backwards compatibility purposes. ** The macro AC_LANG_COMPILER no longer fails on embedded systems that lack fopen in the C library, such as AVR or RTEMS (regression introduced in 2.64). ** The AC_FC_FREEFORM macro no longer suffers from a whitespace bug that made it fail with some Fortran compilers (regression introduced in 2.64). ** The AC_TYPE_UINT64_T and AC_TYPE_INT64_T macros have been fixed to no longer mistakenly select a 32-bit type on some compilers (bug present since macros were introduced in 2.59c). ** The AC_FUNC_MMAP macro has been fixed to be portable to systems like Cygwin (bug present since macro was introduced in 2.0). ** The following documented autotest macros are new: AT_CHECK_EUNIT ** The following m4sugar macros now quote their expansion: m4_toupper m4_tolower ** The following m4sugar macros are new: m4_escape ** The m4sugar macro m4_text_wrap now copes with embedded quoting without requiring quadrigraphs. For uses like AC_ARG_VAR([a], [[b c]]), this gives the intuitive behavior of "[b c]" in the output (2.63 gave the output of "[b], [c]", and 2.64 encountered a failure). ** The `$tmp' temporary directory used in config.status is documented for public use now. ** config.status now provides a --config option to produce the configuration. ** Many cache variables used by Autoconf's macros are now documented. ** Configure scripts work better on DJGPP by avoiding a bug present in the DJGPP port of bash 2.04 in handling 'return' in a shell function (regression introduced in 2.64).
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile8
-rw-r--r--devel/autoconf/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 0d75f618954..952993a7d66 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.69 2009/09/09 12:52:04 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2009/11/23 11:09:36 wiz Exp $
-DISTNAME= autoconf-2.64
+DISTNAME= autoconf-2.65
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
COMMENT= Generates automatic source code configuration scripts
-LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.3 # AND gnu-gpl-v3 for building
+LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.3
# XXX: needs m4>1.4.6; wants m4>1.4.13
USE_TOOLS+= gm4:run perl:run
diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo
index 5ef686da7c7..c283c1f0a11 100644
--- a/devel/autoconf/distinfo
+++ b/devel/autoconf/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2009/08/09 21:13:23 wiz Exp $
+$NetBSD: distinfo,v 1.20 2009/11/23 11:09:36 wiz Exp $
-SHA1 (autoconf-2.64.tar.bz2) = dfbcdbd7dd74a52130dda324e9d94ee0b8551466
-RMD160 (autoconf-2.64.tar.bz2) = cf498949b3cc0a6bc465a50114c98750871bcf49
-Size (autoconf-2.64.tar.bz2) = 1313833 bytes
+SHA1 (autoconf-2.65.tar.xz) = 348db555467d0eb8a16e4511b5f93cf0ca1d6c86
+RMD160 (autoconf-2.65.tar.xz) = 820f1dac7d87af917178ddc5a8d21a0da89b438d
+Size (autoconf-2.65.tar.xz) = 1132092 bytes