diff options
author | wiz <wiz> | 2005-07-14 02:24:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-14 02:24:22 +0000 |
commit | 2102b6a62d481a38f6aaad205d8cca7999812417 (patch) | |
tree | 921f4bbb8c19d2c681950cb6a288573b921911b5 /devel/automake | |
parent | c48b1ca5de2027bce1f043724e8d322cdc387b86 (diff) | |
download | pkgsrc-2102b6a62d481a38f6aaad205d8cca7999812417.tar.gz |
Update to 1.9.6:
Bugs fixed in 1.9.6:
* Longstanding bugs:
- Correctly diagnose `#' comments following trailing backslash.
- Preserve backslashes preceding `##' lines.
- Preserve the order of items conditionally appended (+=) to variables.
- Fix support of installation directory names with spaces on systems
where mkinstalldirs cannot use `mkdir -p'.
- Avoid infinite loop in mdate-sh when TIME_STYLE is set.
- Do not output two definitions of SOURCES (an internal variable).
One was not formatted and could exceed the maximum line length of
some third-party tools (e.g., AIX 5.1 grep, breaking dependency
tracking).
- Do not empty info files when attempting to rebuild them without makeinfo.
- Be smarter when a Makefile.am references files in both "./dir" and
"dir": do not output two rules to create these directories.
(PR/461)
- Do not attempt to recover a missing *.elc file if it cannot be
created because emacs does not exist.
- Several aclocal fixes for issues occuring when configure.ac
includes some other m4 files explicitely with m4_include or m4_sinclude.
(PR/450)
- depcomp's cpp mode now understands preprocessors that output either
`#line 42 file' or `# 42 file'. (Only the latter was supported.)
* Other miscellaneous changes:
- Update the GPL, and the FSF postal address.
- Anticipate for python2.5 in AM_PATH_PYTHON.
- The manual should now compile without any warning from TeX.
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 4 | ||||
-rw-r--r-- | devel/automake/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index db5adb1cdb9..5f618b1ecf7 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2005/05/22 20:51:45 jlam Exp $ +# $NetBSD: Makefile,v 1.65 2005/07/14 02:24:22 wiz Exp $ # -DISTNAME= automake-1.9.5 +DISTNAME= automake-1.9.6 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 cae541afd2e..16b5b3a1fd0 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2005/02/23 22:24:10 agc Exp $ +$NetBSD: distinfo,v 1.27 2005/07/14 02:24:22 wiz Exp $ -SHA1 (automake-1.9.5.tar.bz2) = 2c0d217aa1cc8a79753c0619bdbae24af3ee7186 -RMD160 (automake-1.9.5.tar.bz2) = 7de44c9efc1bf2f3102e1336a1450c8dbc550b21 -Size (automake-1.9.5.tar.bz2) = 758119 bytes +SHA1 (automake-1.9.6.tar.bz2) = d205dbb274d3ff5be1cf6734f27fb452c7131866 +RMD160 (automake-1.9.6.tar.bz2) = ad93e095056f41f0369ac6a06fed3904d8e3514f +Size (automake-1.9.6.tar.bz2) = 765505 bytes SHA1 (patch-aa) = 5faa883609df5432dd0516e472587f191bc58ba4 |