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.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fd0b1af6aed
branches:  trunk
changeset: 496830:7fd0b1af6aed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 14 02:24:22 2005 +0000

description:
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:

 devel/automake/Makefile |  4 ++--
 devel/automake/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 5cc0d6712157 -r 7fd0b1af6aed devel/automake/Makefile
--- a/devel/automake/Makefile   Thu Jul 14 00:29:16 2005 +0000
+++ b/devel/automake/Makefile   Thu Jul 14 02:24:22 2005 +0000
@@ -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 -r 5cc0d6712157 -r 7fd0b1af6aed devel/automake/distinfo
--- a/devel/automake/distinfo   Thu Jul 14 00:29:16 2005 +0000
+++ b/devel/automake/distinfo   Thu Jul 14 02:24:22 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index