pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/automake Update to 1.8.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/23dacf232a28
branches: trunk
changeset: 474426:23dacf232a28
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Apr 29 13:15:03 2004 +0000
description:
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:
devel/automake/Makefile | 4 ++--
devel/automake/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 8c95229b11ef -r 23dacf232a28 devel/automake/Makefile
--- a/devel/automake/Makefile Thu Apr 29 13:08:59 2004 +0000
+++ b/devel/automake/Makefile Thu Apr 29 13:15:03 2004 +0000
@@ -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 -r 8c95229b11ef -r 23dacf232a28 devel/automake/distinfo
--- a/devel/automake/distinfo Thu Apr 29 13:08:59 2004 +0000
+++ b/devel/automake/distinfo Thu Apr 29 13:15:03 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index