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.9.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/906f7f5383b8
branches: trunk
changeset: 482696:906f7f5383b8
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 01 20:29:08 2004 +0000
description:
Update to 1.9.3:
Bugs fixed in 1.9.3:
* Bug introduced by 1.9:
- Dependency tracking using mode "dashmstdout" or "dashXmstdout" did
not work for libtool objects compiled with --tag (i.e., compiled
with Libtool 1.5 or later). The compilation would succeed, but
`depcomp' would emit a warning and not output any dependency
information.
* Long standing bugs:
- Ignore comments from augmented variables, so that
FOO = foo # bar
FOO += baz
no longer results in `FOO = foo # bar baz'.
- `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'.
- _PROGRAMS now always create programs. Before 1.9 it would
mistakenly create a libtool library if the name of the program
ended in `.la'. Between 1.9 and 1.9.2 a program with such a name
would fail to build because half the code was assuming a program
was being built, while the other half was considering a library...
- `compile' now handles `*.obj' objects.
- `aclocal' recognizes AC_DEFUN_ONCE.
* Noteworthy manual updates:
- LIBOBJS: more documentation and an example setup.
- Libtool Convenience Libraries: show how to force the linker selection.
- Extending: more comments about install-data-hook vs install-exec-hook.
- Clean: document -local targets.
diffstat:
devel/automake/Makefile | 4 ++--
devel/automake/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r b05b16372769 -r 906f7f5383b8 devel/automake/Makefile
--- a/devel/automake/Makefile Mon Nov 01 20:23:21 2004 +0000
+++ b/devel/automake/Makefile Mon Nov 01 20:29:08 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2004/09/28 09:38:17 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2004/11/01 20:29:08 wiz Exp $
#
-DISTNAME= automake-1.9.2
+DISTNAME= automake-1.9.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
ftp://sources.redhat.com/pub/automake/
diff -r b05b16372769 -r 906f7f5383b8 devel/automake/distinfo
--- a/devel/automake/distinfo Mon Nov 01 20:23:21 2004 +0000
+++ b/devel/automake/distinfo Mon Nov 01 20:29:08 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2004/09/28 09:38:17 wiz Exp $
+$NetBSD: distinfo,v 1.23 2004/11/01 20:29:08 wiz Exp $
-SHA1 (automake-1.9.2.tar.bz2) = 08ffd24981591d414089046aa14afe88e469f954
-Size (automake-1.9.2.tar.bz2) = 731007 bytes
+SHA1 (automake-1.9.3.tar.bz2) = d112217136632c0cdc73e27f4a4bea1a8af199aa
+Size (automake-1.9.3.tar.bz2) = 737543 bytes
SHA1 (patch-aa) = 5faa883609df5432dd0516e472587f191bc58ba4
Home |
Main Index |
Thread Index |
Old Index