diff options
author | wiz <wiz> | 2003-12-06 18:28:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-06 18:28:13 +0000 |
commit | fc8517c029e585e6eb7379de4411226a99529610 (patch) | |
tree | 1535ea0b853eef2403f20ea872fe00ff02c5c299 /devel | |
parent | 64d75dc0f3c5de26081e0208ab76d53f7bc56144 (diff) | |
download | pkgsrc-fc8517c029e585e6eb7379de4411226a99529610.tar.gz |
Update to 1.7.9:
Bugs fixed in 1.7.9:
* Fix install-strip to work with nobase_ binaries.
* Fix renaming of #line directives in ylwrap.
* Rebuild with Autoconf 2.59. (1.7.8 was not installable with pdksh.)
Bugs fixed in 1.7.8:
* Remove spurious blank lines in cleaning rules introduced in 1.7.7.
* Fix detection of Debian's install-info, broken since version 1.5.
(Debian bug #213524).
* Honor -module if it appears in AM_LDFLAGS (i.e., relax name checking)
This was only done for libfoo_LDFLAGS and LDFLAGS in previous versions.
Bugs fixed in 1.7.7:
* The implementation of automake's --no-force option is unreliable,
so this option is ignored in this version. A real fix will appear in
Automake 1.8. (Debian Bug #206299)
* AM_PATH_PYTHON: really check the whole list of interpreters if no
argument is given. (Bug #399)
* Do not warn about leading `_' in variable names, even with -Wportability.
* Support user redefinitions of TEXINFO_TEX.
* depcomp: support AIX Compiler version 6.
* Fix missing rebuilds during `make dist' with BSD make.
(Could produce tarballs containing out-of-date files.)
* Resurrect multilib support.
* Noteworthy manual updates:
- Extending aclocal: how to write m4 macros that won't trigger warnings
with Automake 1.8.
- A Shared Library: Rewrite and split into subsections.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/automake/Makefile | 4 | ||||
-rw-r--r-- | devel/automake/PLIST | 24 | ||||
-rw-r--r-- | devel/automake/distinfo | 6 |
3 files changed, 18 insertions, 16 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 2585b1e2d39..b6cb8e0ad24 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2003/10/19 01:41:59 heinz Exp $ +# $NetBSD: Makefile,v 1.42 2003/12/06 18:28:13 wiz Exp $ # -DISTNAME= automake-1.7.6 +DISTNAME= automake-1.7.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/automake/PLIST b/devel/automake/PLIST index 921039a2589..33e0df80236 100644 --- a/devel/automake/PLIST +++ b/devel/automake/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/06/19 23:46:44 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/12/06 18:28:13 wiz Exp $ bin/aclocal bin/aclocal-${PKG_DIR_VERSION} bin/automake @@ -35,9 +35,12 @@ share/aclocal-${PKG_DIR_VERSION}/runlog.m4 share/aclocal-${PKG_DIR_VERSION}/sanity.m4 share/aclocal-${PKG_DIR_VERSION}/strip.m4 share/automake-${PKG_DIR_VERSION}/Automake/Channels.pm -share/automake-${PKG_DIR_VERSION}/Automake/Struct.pm share/automake-${PKG_DIR_VERSION}/Automake/General.pm +share/automake-${PKG_DIR_VERSION}/Automake/Struct.pm share/automake-${PKG_DIR_VERSION}/Automake/XFile.pm +share/automake-${PKG_DIR_VERSION}/COPYING +share/automake-${PKG_DIR_VERSION}/INSTALL +share/automake-${PKG_DIR_VERSION}/acinstall share/automake-${PKG_DIR_VERSION}/am/ansi2knr.am share/automake-${PKG_DIR_VERSION}/am/check.am share/automake-${PKG_DIR_VERSION}/am/clean-hdr.am @@ -76,23 +79,22 @@ share/automake-${PKG_DIR_VERSION}/am/texi-vers.am share/automake-${PKG_DIR_VERSION}/am/texibuild.am share/automake-${PKG_DIR_VERSION}/am/texinfos.am share/automake-${PKG_DIR_VERSION}/am/yacc.am -share/automake-${PKG_DIR_VERSION}/COPYING -share/automake-${PKG_DIR_VERSION}/INSTALL -share/automake-${PKG_DIR_VERSION}/texinfo.tex -share/automake-${PKG_DIR_VERSION}/ansi2knr.c share/automake-${PKG_DIR_VERSION}/ansi2knr.1 +share/automake-${PKG_DIR_VERSION}/ansi2knr.c +share/automake-${PKG_DIR_VERSION}/compile +share/automake-${PKG_DIR_VERSION}/config-ml.in share/automake-${PKG_DIR_VERSION}/config.guess share/automake-${PKG_DIR_VERSION}/config.sub +share/automake-${PKG_DIR_VERSION}/depcomp +share/automake-${PKG_DIR_VERSION}/elisp-comp share/automake-${PKG_DIR_VERSION}/install-sh share/automake-${PKG_DIR_VERSION}/mdate-sh share/automake-${PKG_DIR_VERSION}/missing share/automake-${PKG_DIR_VERSION}/mkinstalldirs -share/automake-${PKG_DIR_VERSION}/elisp-comp -share/automake-${PKG_DIR_VERSION}/ylwrap -share/automake-${PKG_DIR_VERSION}/acinstall -share/automake-${PKG_DIR_VERSION}/depcomp -share/automake-${PKG_DIR_VERSION}/compile share/automake-${PKG_DIR_VERSION}/py-compile +share/automake-${PKG_DIR_VERSION}/symlink-tree +share/automake-${PKG_DIR_VERSION}/texinfo.tex +share/automake-${PKG_DIR_VERSION}/ylwrap @dirrm share/aclocal-${PKG_DIR_VERSION} @dirrm share/automake-${PKG_DIR_VERSION}/Automake @dirrm share/automake-${PKG_DIR_VERSION}/am diff --git a/devel/automake/distinfo b/devel/automake/distinfo index 7923b44f2ea..e64a7b50456 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2003/07/12 08:42:35 wiz Exp $ +$NetBSD: distinfo,v 1.14 2003/12/06 18:28:13 wiz Exp $ -SHA1 (automake-1.7.6.tar.bz2) = 60456379e73fc91ea96144dbe95cdb38c61cf285 -Size (automake-1.7.6.tar.bz2) = 558354 bytes +SHA1 (automake-1.7.9.tar.bz2) = da96734fa972a22cfbc4118dcd222871272e4d96 +Size (automake-1.7.9.tar.bz2) = 577705 bytes SHA1 (patch-aa) = 534025f2b52b9292442275dd281b8683fcd9a75b |