summaryrefslogtreecommitdiff
path: root/devel/automake
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-04-29 13:15:03 +0000
committerwiz <wiz@pkgsrc.org>2004-04-29 13:15:03 +0000
commit0a6c45c89c7f979eacf26866f63d314350fa109a (patch)
tree8754b765cd93269efa2feb5cf3b40600af4b1fa6 /devel/automake
parent0233a86e34ff27bc54c6da29c699f5d0f7625dad (diff)
downloadpkgsrc-0a6c45c89c7f979eacf26866f63d314350fa109a.tar.gz
Update to 1.8.4:
Known issue not fixed in 1.8.4: Historically Automake has always tried to generate V7 format tarballs during `make dist'. This format is quite antiquated, but is portable. It supports filenames with up to 99 characters. When given longer filenames some tar implementations will diagnose the problem while other will generate broken or non-V7 tarballs. For instance GNU tar 1.13.25 will produce an archive with GNU extensions, while the latest GNU tar beta (1.13.93) will silently truncate filenames. Automake 1.9 will have options to select newer tar formats, and diagnose long filenames. In the meantime we recommand that people who cannot avoid long filenames in their packages stick to GNU tar 1.13.25. Bugs fixed in 1.8.4: * Long standing bugs: - Fix AM_PATH_PYTHON to correctly display $PYTHON when it has been overridden by the user. - Honor PATH_SEPARATOR in various places of the Automake package, for the sake of OS/2. - Adjust dependency tracking mode detection to ICC 8.0's new output. (PR/416) - Fix install-sh so it can install the `mv' binary... using `mv'. - Fix tru64 dependency tracking for libtool objects. - Work around Exuberant Ctags when creating a TAGS files in a directory without files to scan but with subdirectories to include. * Bugs introduced by 1.8: - Fix an "internal error" when @LIBOBJS@ is used in a variable that is not defined in the same conditions as the _LDADD that uses it. - Do not warn when JAVAROOT is overridden, this is legitimate.
Diffstat (limited to 'devel/automake')
-rw-r--r--devel/automake/Makefile4
-rw-r--r--devel/automake/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index e1a7ccfab72..64ffae4357f 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2004/03/19 10:41:48 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2004/04/29 13:15:03 wiz Exp $
#
-DISTNAME= automake-1.8.3
+DISTNAME= automake-1.8.4
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 5518ae6e74d..bd9560dc974 100644
--- a/devel/automake/distinfo
+++ b/devel/automake/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2004/03/08 20:42:17 wiz Exp $
+$NetBSD: distinfo,v 1.18 2004/04/29 13:15:03 wiz Exp $
-SHA1 (automake-1.8.3.tar.bz2) = 966ba209e769167e52a080c8c1eb7eef16596655
-Size (automake-1.8.3.tar.bz2) = 658156 bytes
+SHA1 (automake-1.8.4.tar.bz2) = 1fba2ddc458af7c08ab05c752b1e865eb7642818
+Size (automake-1.8.4.tar.bz2) = 659063 bytes