diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-02 11:33:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-02 11:33:06 +0000 |
commit | 01e90f85f25322b49231d21f2a43d41c52ad9e5d (patch) | |
tree | 7dc0a14ecb53747a3c265657d842f546da09967f /devel/automake | |
parent | 2ab20b9350da0b45023f3b344dcd4f958d6e6815 (diff) | |
download | pkgsrc-01e90f85f25322b49231d21f2a43d41c52ad9e5d.tar.gz |
Update to 1.10.1:
New in 1.10.1:
- Automake development is done in a git repository on Savannah now, see
http://git.sv.gnu.org/gitweb/?p=automake.git
A read-only CVS mirror is provided at
cvs -d :pserver:anonymous@pserver.git.sv.gnu.org:/automake.git \
checkout -d automake HEAD
- "make dist" can now create lzma-compressed tarballs.
- `automake --add-missing' will by default install the GPLv3 file as
COPYING if it is missing. Note that Automake will never overwrite
an existing COPYING file, even when the `--force-missing' option is
used. Further note that Automake 1.10.1 is still licensed under GPLv2+.
- Libtool generic flags are now passed to the install and uninstall
modes as well.
- Files with extension .sx are also treated as preprocessed assembler.
- install-sh now has an BSD-like option `-C' to preserve modification
times of unchanged files upon installation.
Bugs fixed in 1.10.1:
* Long standing bugs:
- Fix aix dependency tracking for libtool objects.
- The signal handling of aclocal has been improved.
- Targets beginning with a digit are now recognized correctly.
- All directories `.libs'/`_libs' used by libtool are cleaned now,
not only those in which libraries are built.
* Bugs introduced by 1.10:
- Fix output of dummy dependency files in presence of post-processed
Makefile.in's again, but also cope with long lines.
- $(EXEEXT) is automatically appended to filenames of XFAIL_TESTS
that have been declared as programs in the same Makefile.
This is for consistency with the analogous change to TESTS in 1.10.
- The autoconf version check implemented by aclocal in aclocal.m4
(and new in Automake 1.10) is degraded to a warning. This helps
in the common case where the Autoconf versions used are compatible.
- Fix order of standard includes to again be `-I. -I$(srcdir)',
followed by directories containing config headers.
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 dca6133aefa..ca197a6c102 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2006/11/02 18:17:22 joerg Exp $ +# $NetBSD: Makefile,v 1.73 2008/03/02 11:33:06 wiz Exp $ # -DISTNAME= automake-1.10 +DISTNAME= automake-1.10.1 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 cb7a26bd71f..8dd21010efc 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2006/10/26 14:37:55 wiz Exp $ +$NetBSD: distinfo,v 1.29 2008/03/02 11:33:06 wiz Exp $ -SHA1 (automake-1.10.tar.bz2) = 966008107cc1fdb099f65de6496147ef05522fec -RMD160 (automake-1.10.tar.bz2) = ebae948c33dbe4a579cf1fbeba32ed14a9d0f89b -Size (automake-1.10.tar.bz2) = 893866 bytes +SHA1 (automake-1.10.1.tar.bz2) = cd2e0f7054d4edc75cbf87cd8a92962b3b417b74 +RMD160 (automake-1.10.1.tar.bz2) = d65cf27438dc2a2040dee37851a5cc4eecaa956f +Size (automake-1.10.1.tar.bz2) = 918341 bytes SHA1 (patch-aa) = 5faa883609df5432dd0516e472587f191bc58ba4 |