diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-09 19:45:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-09 19:45:44 +0000 |
commit | e58a5712736c265a79297304157b2397b1c69256 (patch) | |
tree | e46f7dfbe114935a0930c64c2ad527a82f92d3b2 /devel | |
parent | c21bca35a46e7a1243bd52f362dc64febc73a802 (diff) | |
download | pkgsrc-e58a5712736c265a79297304157b2397b1c69256.tar.gz |
Update to 1.7.2. Bugs fixed in 1.7.2:
* Fix installation and uninstallation of Info files built in subdirectories.
* Do not run `./configure --with-included-gettext' during `make distcheck'
if AM_GNU_GETTEXT([external]) is used.
* Correctly uninstall renamed man pages.
* Do not strip escaped newline in variables defined in one condition
and augmented in another condition.
* Fix ansi2knr rules for LIBOBJS sources.
* Clean all known Texinfo index files, not only those which appear to
be used, because we cannot know wich indexes are used in included files.
(Debian Bug #168671)
* Honor only the first @setfilename seen in a Texinfo file.
* Treat "required file X not found" diagnostics as errors (exit status 1).
* Don't complain that a required file is not found when it is a Makefile
target.
* Don't use single suffix inference rules when building `.info'-less
Info files, for the sake of Solaris make.
* The `check' target now depends on `$(BUILT_SOURCES)'.
* Recognize multiple inference rules such as `.a.b .c.d:'.
* Warn about multiple inference rules when -Wportability is used.
* Fix building of deansified files from subdirectories.
* Add missing `fi' in the .c->.obj rules.
* Improve install-sh to work even when names contain spaces or certain
(but not all) shell metachars.
* Fix the following spurious failures in the test suite:
depcomp2.test, gnits2.test, gnits3.test, python3.test, texinfo13.test
* Noteworthy manual updates:
- Augment the section about BUILT_SOURCES.
- Mention that AM_PROG_CC_STDC is a relic that is beter avoided today.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/automake/Makefile | 4 | ||||
-rw-r--r-- | devel/automake/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index c5fcae9dd16..5c5bf914482 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2002/10/25 08:50:59 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2002/12/09 19:45:44 wiz Exp $ # -DISTNAME= automake-1.7.1 +DISTNAME= automake-1.7.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/automake/distinfo b/devel/automake/distinfo index 9c83020492c..9e52d7d0f54 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2002/10/25 08:50:59 wiz Exp $ +$NetBSD: distinfo,v 1.10 2002/12/09 19:45:44 wiz Exp $ -SHA1 (automake-1.7.1.tar.bz2) = b038e1ae4da2dcbebe59df9d40de433455087cdb -Size (automake-1.7.1.tar.bz2) = 519635 bytes +SHA1 (automake-1.7.2.tar.bz2) = 9abb129be50de896f18a9deb73b10cfa6092105d +Size (automake-1.7.2.tar.bz2) = 530429 bytes SHA1 (patch-aa) = 1c13380a46dc6c3bbd233164da547526c9cc5679 |