diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-06 16:30:46 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-06 16:30:46 +0000 |
commit | 84d26f8a40934f1531efa45a2c581f856b33cff3 (patch) | |
tree | aea25bf68d2297a598d0b689aa536f1add6a0bf3 /devel | |
parent | d75caace0d6e84bf1bb53e81272c6ccb5d5a999c (diff) | |
download | pkgsrc-84d26f8a40934f1531efa45a2c581f856b33cff3.tar.gz |
Update autoconf to 2.13.
To cite announce on freshmeat for Changes:
Various bugfixes and enhancements collected during the past two years
since the last release. Way too many to mention them all here. The
ChangeLog is included in the package.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 6 | ||||
-rw-r--r-- | devel/autoconf/patches/patch-aa | 18 | ||||
-rw-r--r-- | devel/autoconf/patches/patch-ab | 8 | ||||
-rw-r--r-- | devel/autoconf/patches/patch-ac | 19 |
4 files changed, 24 insertions, 27 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index bc89cf23335..45d2b21a07a 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 1998/11/19 15:40:45 agc Exp $ +# $NetBSD: Makefile,v 1.19 1999/01/06 16:30:46 frueauf Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # -DISTNAME= autoconf-2.12 +DISTNAME= autoconf-2.13 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} @@ -11,6 +11,8 @@ HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html DEPENDS= m4-1.4:../../devel/m4 +CONFLICTS= autoconf-* + USE_PERL5= yes GNU_CONFIGURE= yes diff --git a/devel/autoconf/patches/patch-aa b/devel/autoconf/patches/patch-aa index 4121ff86ae6..8b977460b14 100644 --- a/devel/autoconf/patches/patch-aa +++ b/devel/autoconf/patches/patch-aa @@ -1,16 +1,18 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:19 agc Exp $ +$NetBSD: patch-aa,v 1.3 1999/01/06 16:30:46 frueauf Exp $ ---- ./Makefile.in.org Wed Nov 22 10:09:44 1995 -+++ ./Makefile.in Thu Mar 28 23:02:49 1996 -@@ -131,15 +131,15 @@ - *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \ - esac +--- Makefile.in-orig Tue Jan 5 14:27:16 1999 ++++ Makefile.in Wed Jan 6 17:10:56 1999 +@@ -141,7 +141,7 @@ + + install: all $(M4FILES) acconfig.h installdirs install-info for p in $(ASCRIPTS); do \ - $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ + $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ done - for i in $(M4FILES) acconfig.h; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + for i in $(M4FROZEN); do \ + $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ +@@ -150,9 +150,9 @@ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ done -if test -f autoscan; then \ - $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ diff --git a/devel/autoconf/patches/patch-ab b/devel/autoconf/patches/patch-ab index 6c319a5771a..c5a06aed678 100644 --- a/devel/autoconf/patches/patch-ab +++ b/devel/autoconf/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:19 agc Exp $ +$NetBSD: patch-ab,v 1.3 1999/01/06 16:30:46 frueauf Exp $ ---- autoconf.texi.orig Wed Nov 27 03:09:46 1996 -+++ autoconf.texi Fri Jun 13 16:29:42 1997 +--- autoconf.texi-orig Tue Jan 5 14:28:37 1999 ++++ autoconf.texi Wed Jan 6 16:36:16 1999 @@ -4,6 +4,7 @@ @settitle Autoconf @c For double-sided printing, uncomment: @@ -9,4 +9,4 @@ $NetBSD: patch-ab,v 1.2 1998/08/07 10:40:19 agc Exp $ +@dircategory Programming & development tools @c %**end of header - @set EDITION 2.12 + @set EDITION 2.13 diff --git a/devel/autoconf/patches/patch-ac b/devel/autoconf/patches/patch-ac index f6772ca9d15..98521d2a205 100644 --- a/devel/autoconf/patches/patch-ac +++ b/devel/autoconf/patches/patch-ac @@ -1,19 +1,12 @@ -$NetBSD: patch-ac,v 1.2 1998/08/07 10:40:20 agc Exp $ +$NetBSD: patch-ac,v 1.3 1999/01/06 16:30:46 frueauf Exp $ ---- standards.texi.orig Fri Oct 11 11:32:48 1996 -+++ standards.texi Fri Jun 13 16:26:11 1997 -@@ -4,12 +4,13 @@ +--- standards.texi-orig Tue Jan 5 14:29:22 1999 ++++ standards.texi Wed Jan 6 16:39:21 1999 +@@ -4,6 +4,7 @@ @settitle GNU Coding Standards - @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! - @set lastupdate 9 September 1996 + @c This date is automagically updated when you save this file: + @set lastupdate August 26, 1998 +@dircategory Programming & development tools @c %**end of header @ifinfo - @format - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards: (standards). GNU coding standards. - END-INFO-DIR-ENTRY - @end format - @end ifinfo |