summaryrefslogtreecommitdiff
path: root/devel/automake
diff options
context:
space:
mode:
authorwiz <wiz>2012-12-09 15:06:48 +0000
committerwiz <wiz>2012-12-09 15:06:48 +0000
commit3611abe03d702d81c8747ba25c3248db66606be2 (patch)
treef1055dc41202514f3b371511774255b5a7daa0aa /devel/automake
parentff9d70dd554b1102f617ec7ee4202e6ecd9ce070 (diff)
downloadpkgsrc-3611abe03d702d81c8747ba25c3248db66606be2.tar.gz
Update to 1.12.5:
New in 1.12.5: * WARNING: Future backward-incompatibilities! - Future versions of Automake will likely drop support for the long-deprecated 'configure.in' name for the Autoconf input file. You are advised to use the recommended name 'configure.ac' instead. - Support for the "Cygnus-style" trees (as enabled by the 'cygnus' option) will be removed in the next major Automake release (1.13). - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will be removed in Automake 1.13. The $(mkdir_p) make variable and the @mkdir_p@ substitution will still remain available (as aliases of $(MKDIR_P)) for the moment, for better backward compatibility. - Autoconf 2.65 or later will be required by the next major Automake version (1.13). Until now, Automake has required Autoconf version 2.62 or later. - Starting from the next major Automake version (1.13), the rules to build pdf, ps and dvi output from Texinfo input will use the '--build-dir' option by default. Since such an option was only introduced in Texinfo 4.9, this means that Makefiles generated by future Automake versions will require at least that version of Texinfo. - Starting from the next major Automake version (1.13), the parallel testsuite harness (previously only enabled by the 'parallel-tests' option) will become the default one; the older serial testsuite harness will still be available through the use of the 'serial-tests' option. - The following long-obsolete m4 macros will be removed in the next major Automake version (1.13): AM_PROG_CC_STDC: superseded by AC_PROG_CC since October 2002 fp_PROG_CC_STDC: broken alias for AM_PROG_CC_STDC fp_WITH_DMALLOC: old alias for AM_WITH_DMALLOC AM_CONFIG_HEADER: superseded by AC_CONFIG_HEADERS since July 2002 ud_PATH_LISPDIR: old alias for AM_PATH_LISPDIR jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE ud_GNU_GETTEXT: old alias for AM_GNU_GETTEXT gm_PROG_LIBTOOL: old alias for AC_PROG_LIBTOOL fp_C_PROTOTYPES: old alias for AM_C_PROTOTYPES (which was part of the now-removed automatic de-ANSI-fication support of Automake) - All the "old alias" macros in 'm4/obsolete.m4' will be removed in the next major Automake version (1.13). - The '--acdir' option of aclocal is deprecated, and will probably be removed in the next major Automake release (1.13). You should use the options '--automake-acdir' and '--system-acdir' instead (which have been introduced in Automake 1.11.2). - The 'missing' script will no longer try to update the timestamp of out-of-date files that require a maintainer-specific tool to be remade, in case the user lacks such a tool (or has a too-old version of it). In fact, starting from Automake 1.13, all it'll do will be giving more useful warnings than a bare "command not found" from a make recipe would. * Vala support: - The AM_PROG_VALAC macro has been enhanced to takes two further optional arguments; it's signature now being AM_PROG_VALAC([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) - By default, AM_PROG_VALAC no longer aborts the configure invocation if the Vala compiler found is too old, but simply prints a warning messages (as it did when the Vala compiler was not found). This should avoid unnecessary difficulties for end users that just want to compile the unmodified, distributed Vala-generated C sources, but happens to have an old Vala compiler in their PATH. This fixes automake bug#12688. - If no proper Vala compiler is found at configure runtime, AM_PROG_VALAC will set the AC_SUBST'd variable 'VALAC' to 'valac' rather than to ':'. This is a better default, because with it a triggered makefile rule invoking a Vala compilation will clearly fail with an informative error message like "valac: command not found", rather than silently, with the error possibly going unnoticed or triggering harder-to-diagnose fallout failures in later steps. * Miscellaneous changes: - automake and aclocal no longer honours the 'perllibdir' environment variable. That had always been intended only as an hack required in the testsuite, not meant for any use beyond that. Bugs fixed in 1.12.5: * Long-standing bugs: - Automake no longer generates spurious remake rules invoking autoheader to regenerate the template corresponding to header files specified after the first one in AC_CONFIG_HEADERS (automake bug#12495). - When wrapping Microsoft tools, the 'compile' script falls back to finding classic 'libname.a' style libraries when 'name.lib' and 'name.dll.lib' aren't available.
Diffstat (limited to 'devel/automake')
-rw-r--r--devel/automake/Makefile5
-rw-r--r--devel/automake/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index bb05dda8677..c31773e87e1 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2012/10/31 11:16:39 asau Exp $
+# $NetBSD: Makefile,v 1.89 2012/12/09 15:06:48 wiz Exp $
#
# Note: when the minor version changes (e.g. 1.11 -> 1.12)
@@ -6,8 +6,7 @@
# Please do so when updating automake as otherwise pbulk will choke.
# (It should be safe to make the change blindly.)
-DISTNAME= automake-1.12.4
-PKGREVISION= 1
+DISTNAME= automake-1.12.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
ftp://sources.redhat.com/pub/automake/
diff --git a/devel/automake/distinfo b/devel/automake/distinfo
index 87b54e47740..3cd26140e77 100644
--- a/devel/automake/distinfo
+++ b/devel/automake/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2012/10/02 17:15:11 wiz Exp $
+$NetBSD: distinfo,v 1.41 2012/12/09 15:06:48 wiz Exp $
-SHA1 (automake-1.12.4.tar.xz) = 35ecd1cfccf4ff608f7801401979f316d9ed15bf
-RMD160 (automake-1.12.4.tar.xz) = a8919e18365925d35077224c6a3485f58d27b3b5
-Size (automake-1.12.4.tar.xz) = 1381908 bytes
+SHA1 (automake-1.12.5.tar.xz) = a9ded26fd58ca7fec7b2e4b3a7f9a12b18ef5bcc
+RMD160 (automake-1.12.5.tar.xz) = aabd1c5f7b9c42f5f9ced8589968c3c2a6d47b52
+Size (automake-1.12.5.tar.xz) = 1388492 bytes