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.65:
details: https://anonhg.NetBSD.org/pkgsrc/rev/640f711a979c
branches: trunk
changeset: 567663:640f711a979c
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 23 11:09:36 2009 +0000
description:
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:
devel/autoconf/Makefile | 8 ++++----
devel/autoconf/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (35 lines):
diff -r 282900d14e76 -r 640f711a979c devel/autoconf/Makefile
--- a/devel/autoconf/Makefile Mon Nov 23 10:43:36 2009 +0000
+++ b/devel/autoconf/Makefile Mon Nov 23 11:09:36 2009 +0000
@@ -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@localhost
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 -r 282900d14e76 -r 640f711a979c devel/autoconf/distinfo
--- a/devel/autoconf/distinfo Mon Nov 23 10:43:36 2009 +0000
+++ b/devel/autoconf/distinfo Mon Nov 23 11:09:36 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index