summaryrefslogtreecommitdiff
path: root/devel/automake
diff options
context:
space:
mode:
authorwiz <wiz>2013-06-08 10:54:04 +0000
committerwiz <wiz>2013-06-08 10:54:04 +0000
commitccdf8b9d66d4feb7c538a4148bfc614583d0ef23 (patch)
tree611d223e3e05c0ddcde065484e08103b1dd793ff /devel/automake
parent84463ae1e3d751f23cef8542414fcd99bce99e90 (diff)
downloadpkgsrc-ccdf8b9d66d4feb7c538a4148bfc614583d0ef23.tar.gz
Update to 1.13.3:
New in 1.13.3: * Documentation fixes: - The documentation no longer mistakenly reports that the obsolete 'AM_MKDIR_PROG_P' macro and '$(mkdir_p)' make variable are going to be removed in Automake 2.0. * Bugs fixed: - Byte-compilation of Emacs lisp files could fail spuriously on Solaris, when /bin/ksh or /usr/xpg4/bin/sh were used as shell. - If the same user-defined suffixes were transformed into different Automake-known suffixes in different Makefile.am files in the same project, automake could get confused and generate inconsistent Makefiles (automake bug#14441). For example, if 'Makefile.am' contained a ".ext.cc:" suffix rule, and 'sub/Makefile.am' contained a ".ext.c:" suffix rule, automake would have mistakenly placed into 'Makefile.in' rules to compile "*.c" files into object files, and into 'sub/Makefile.in' rules to compile "*.cc" files into object files --- rather than the other way around. This is now fixed. * Testsuite work: - The test cases no longer have the executable bit set. This should make it clear that they are not meant to be run directly; as explained in t/README, they can only be run through the custom 'runtest' script, or by a "make check" invocation. - The testsuite has seen the introduction of a new helper function 'run_make', and several related changes. These serve a two-fold purpose: 1. Remove brittleness due to the use of "make -e" in test cases. 2. Seamlessly allow the use of parallel make ("make -j...") in the test cases, even where redirection of make output is involved (see automake bug#11413 for a description of the subtle issues in this area). - Several spurious failures have been fixed (they hit especially MinGW/MSYS builds). See automake bugs #14493, #14494, #14495, #14498, #14499, #14500, #14501, #14517 and #14528. - Some other minor miscellaneous changes and fixlets.
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 1c503bdec7e..748508f6e4f 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2013/05/31 12:39:57 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2013/06/08 10:54:04 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.13.2
-PKGREVISION= 1
+DISTNAME= automake-1.13.3
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 58088ec311b..b6749ebd8e4 100644
--- a/devel/automake/distinfo
+++ b/devel/automake/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2013/05/18 14:48:24 wiz Exp $
+$NetBSD: distinfo,v 1.45 2013/06/08 10:54:04 wiz Exp $
-SHA1 (automake-1.13.2.tar.xz) = c4112e241478a1959a430430ccbd73eb1422fa44
-RMD160 (automake-1.13.2.tar.xz) = 86cfc4620ea04872f0bf2e808a2c020018feb6d5
-Size (automake-1.13.2.tar.xz) = 1439596 bytes
+SHA1 (automake-1.13.3.tar.xz) = 0a16f3e33bbaafb0e98cec947a25a1d812e0890b
+RMD160 (automake-1.13.3.tar.xz) = efa1b61223cce65da062933b9c032602e61bc852
+Size (automake-1.13.3.tar.xz) = 1448176 bytes