diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-01 10:38:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-01 10:38:43 +0000 |
commit | fb4b40cc4af596d7fdec4bf69020ecba37851b4a (patch) | |
tree | b8c72f7f6ccc1fac7f91b4bb8cb13a81182dbd88 /devel/automake | |
parent | 5c2bea2f181e489cf5f837406786cda1987747c3 (diff) | |
download | pkgsrc-fb4b40cc4af596d7fdec4bf69020ecba37851b4a.tar.gz |
Update to 1.9.4.
Bugs fixed in 1.9.4:
* Longstanding bugs:
- Portability nits in install-sh and mdata-sh.
- Don't let `make install' fails if a _JAVA primary becomes empty
because of conditionals.
- Do not confuse CHANGELOG with ChangeLog on case-insensitive
case-preserving file systems (likewise for all automatically
distributed files).
- Do not embed $DESTDIR in Python's byte-code files.
- Work around programs that read stdin when checking for --version
and --help options (when the `std-options' is used).
- Fix AM_PATH_PYTHON to correctly define PYTHON as `:' when no minimum
version was supplied and no interpreter is found.
* Noteworthy manual updates:
- Conditional Subdirectories: more comments about non-distributed
subdirectories.
- Flag Variables Ordering: new FAQ entry.
- Per-Object Flags: new FAQ entry.
Diffstat (limited to 'devel/automake')
-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 c181f94df39..644c98db4e9 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2004/11/01 20:29:08 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2005/01/01 10:38:43 wiz Exp $ # -DISTNAME= automake-1.9.3 +DISTNAME= automake-1.9.4 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 0db7dc32c80..78c54e632dc 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2004/11/01 20:29:08 wiz Exp $ +$NetBSD: distinfo,v 1.24 2005/01/01 10:38:44 wiz Exp $ -SHA1 (automake-1.9.3.tar.bz2) = d112217136632c0cdc73e27f4a4bea1a8af199aa -Size (automake-1.9.3.tar.bz2) = 737543 bytes +SHA1 (automake-1.9.4.tar.bz2) = 830b11678693297086b9ac0b09ed2bf7239d0584 +Size (automake-1.9.4.tar.bz2) = 751849 bytes SHA1 (patch-aa) = 5faa883609df5432dd0516e472587f191bc58ba4 |