diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-07-09 22:50:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-07-09 22:50:27 +0000 |
commit | 5fd894bc2945fac66c7eb9cc67f84288f499eb8c (patch) | |
tree | 57f576d5b2a8752c7ee3e6e8d85692fff7fbb635 /devel/autoconf213/files | |
parent | b7f1abe7beaa571ed5f2fab53f73f6a6b2f8457e (diff) | |
download | ports-5fd894bc2945fac66c7eb9cc67f84288f499eb8c.tar.gz ports-5fd894bc2945fac66c7eb9cc67f84288f499eb8c.zip |
Notes
Diffstat (limited to 'devel/autoconf213/files')
-rw-r--r-- | devel/autoconf213/files/patch-aa | 45 | ||||
-rw-r--r-- | devel/autoconf213/files/patch-ab | 22 |
2 files changed, 60 insertions, 7 deletions
diff --git a/devel/autoconf213/files/patch-aa b/devel/autoconf213/files/patch-aa index eefb2438ca51..f4209996cb78 100644 --- a/devel/autoconf213/files/patch-aa +++ b/devel/autoconf213/files/patch-aa @@ -1,5 +1,27 @@ ---- Makefile.in.orig Tue Jan 5 08:27:16 1999 -+++ Makefile.in Sat Jan 23 23:29:33 1999 +--- Makefile.in.orig Sun Feb 27 11:18:10 2000 ++++ Makefile.in Mon Mar 18 21:10:20 2002 +@@ -68,7 +68,7 @@ + DISTFILES = AUTHORS COPYING ChangeLog ChangeLog.1 INSTALL \ + Makefile.in NEWS README TODO $(M4FILES) \ + acconfig.h acfunctions acheaders acidentifiers \ +- acmakevars acprograms autoconf.info* \ ++ acmakevars acprograms autoconf213.info* \ + autoconf.sh autoconf.texi install.texi \ + autoheader.sh autoscan.pl autoreconf.sh autoupdate.sh ifnames.sh \ + config.guess config.sub configure configure.in \ +@@ -106,10 +106,10 @@ + autoconf.m4f: autoconf.m4 acgeneral.m4 acspecific.m4 acoldnames.m4 + autoheader.m4f: autoheader.m4 acgeneral.m4 acspecific.m4 acoldnames.m4 + +-info: autoconf.info @standards_info@ INSTALL ++info: autoconf213.info + + # Use --no-split to avoid creating filenames > 14 chars. +-autoconf.info: autoconf.texi install.texi ++autoconf213.info: autoconf.texi install.texi + $(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf.texi --no-split --output=$@ + + INSTALL: install.texi @@ -141,7 +141,7 @@ install: all $(M4FILES) acconfig.h installdirs install-info @@ -9,7 +31,7 @@ done for i in $(M4FROZEN); do \ $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ -@@ -150,9 +150,9 @@ +@@ -150,16 +150,16 @@ $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ done -if test -f autoscan; then \ @@ -21,3 +43,20 @@ $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ done; \ else :; fi + + # Don't cd, to avoid breaking install-sh references. + install-info: info installdirs +- if test -f autoconf.info; then \ ++ if test -f autoconf213.info; then \ + for i in *.info*; do \ + $(INSTALL_DATA) $$i $(infodir)/$$i; \ + done; \ +@@ -174,7 +174,7 @@ + rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \ + done + rm -fr $(acdatadir) +- cd $(infodir) && rm -f autoconf.info* ++ cd $(infodir) && rm -f autoconf213.info* + if test -f standards.info || test -f $(srcdir)/standards.info; \ + then cd $(infodir) && rm -f standards.info*; fi + diff --git a/devel/autoconf213/files/patch-ab b/devel/autoconf213/files/patch-ab index d15dbdf44250..7f621a6e827e 100644 --- a/devel/autoconf213/files/patch-ab +++ b/devel/autoconf213/files/patch-ab @@ -1,10 +1,24 @@ ---- autoconf.texi.orig Tue Jan 5 08:28:37 1999 -+++ autoconf.texi Sat Jan 23 23:34:43 1999 -@@ -4,6 +4,7 @@ - @settitle Autoconf +--- autoconf.texi.orig Sun Feb 27 11:18:10 2000 ++++ autoconf.texi Mon Mar 18 21:30:10 2002 +@@ -1,9 +1,10 @@ + \input texinfo @c -*-texinfo-*- + @c %**start of header +-@setfilename autoconf.info +-@settitle Autoconf ++@setfilename autoconf213.info ++@settitle Autoconf213 @c For double-sided printing, uncomment: @c @setchapternewpage odd +@dircategory Programming & development tools @c %**end of header @set EDITION 2.13 +@@ -17,7 +18,7 @@ + @ifinfo + @format + START-INFO-DIR-ENTRY +-* Autoconf: (autoconf). Create source code configuration scripts. ++* Autoconf213: (autoconf213). Create source code configuration scripts. + END-INFO-DIR-ENTRY + @end format + |