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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab80339ed382
branches:  trunk
changeset: 489211:ab80339ed382
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 18 16:08:13 2005 +0000

description:
Update to 1.9.5:

Bugs fixed in 1.9.5:

* Longstanding bugs:

  - All m4 files have been relicensed under an all-permissive license.

    Previously they used a GPL license, and an all-permissive license
    was prepended when they were copied into aclocal.m4, leading to
    some confusion.

  - aclocal now recognizes AU_ALIAS.

  - Improve support for `make -k', it didn't work on cygwin.

  - Fix the definition of FCLINK for preprocessed Fortran.

  - Fixes for auxiliary scripts:

    - depcomp's tru64 mode did not work while compiling libtool libraries
      with static libraries disabled.

    - mdate-sh now copes with Darwin's non-standard ls output.

    - missing properly emulates makeinfo when neither -o nor
      @setfilename are used.

  - Don't output long variable definitions.  Automake normally tries
    to output variable definitions as they are input, bug very long
    lines in Makefile.in can break some sed and make implementations
    with a limited line length.  If a line in a variable definition is
    longer than 1000 characters, automake will wrap the definition
    around 80 columns.  Other definitions are still output untouched.

* Noteworthy manual updates:

  - Hard-Coded Install Paths: New FAQ entry.

  - How the Linker is Chosen: Rewritten.

diffstat:

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

diffs (25 lines):

diff -r 3b379398828c -r ab80339ed382 devel/automake/Makefile
--- a/devel/automake/Makefile   Fri Feb 18 15:56:44 2005 +0000
+++ b/devel/automake/Makefile   Fri Feb 18 16:08:13 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2005/01/01 10:38:43 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2005/02/18 16:08:13 wiz Exp $
 #
 
-DISTNAME=      automake-1.9.4
+DISTNAME=      automake-1.9.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=automake/} \
                ftp://sources.redhat.com/pub/automake/
diff -r 3b379398828c -r ab80339ed382 devel/automake/distinfo
--- a/devel/automake/distinfo   Fri Feb 18 15:56:44 2005 +0000
+++ b/devel/automake/distinfo   Fri Feb 18 16:08:13 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2005/01/01 10:38:44 wiz Exp $
+$NetBSD: distinfo,v 1.25 2005/02/18 16:08:13 wiz Exp $
 
-SHA1 (automake-1.9.4.tar.bz2) = 830b11678693297086b9ac0b09ed2bf7239d0584
-Size (automake-1.9.4.tar.bz2) = 751849 bytes
+SHA1 (automake-1.9.5.tar.bz2) = 2c0d217aa1cc8a79753c0619bdbae24af3ee7186
+Size (automake-1.9.5.tar.bz2) = 758119 bytes
 SHA1 (patch-aa) = 5faa883609df5432dd0516e472587f191bc58ba4



Home | Main Index | Thread Index | Old Index