summaryrefslogtreecommitdiff
path: root/devel/autoconf/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2012-05-11 20:38:09 +0000
committerAde Lovett <ade@FreeBSD.org>2012-05-11 20:38:09 +0000
commit6d726b6c09094afd97f1528cfff8b27850279b0d (patch)
treeef9d4da0741b49a6a207e85f9ad78b89c296fdf5 /devel/autoconf/files
parentTweak COMMENT lines to indicate the legacy nature of these two ports. (diff)
Update autoconf to 2.69 and automake to 1.12
PR: 166836 Tested by: Multiple -exp runs (pav)
Notes
Notes: svn path=/head/; revision=296454
Diffstat (limited to 'devel/autoconf/files')
-rw-r--r--devel/autoconf/files/patch-autoconf.texi24
-rw-r--r--devel/autoconf/files/patch-doc-Makefile.in17
2 files changed, 10 insertions, 31 deletions
diff --git a/devel/autoconf/files/patch-autoconf.texi b/devel/autoconf/files/patch-autoconf.texi
index d37b7fbbedab..a7e1f2637b53 100644
--- a/devel/autoconf/files/patch-autoconf.texi
+++ b/devel/autoconf/files/patch-autoconf.texi
@@ -1,21 +1,12 @@
---- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700
-+++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700
-@@ -3,5 +3,5 @@
- @comment %**start of header
--@setfilename autoconf.info
-+@setfilename autoconf-2.68.info
- @include version.texi
--@settitle Autoconf
-+@settitle Autoconf-2.68
- @setchapternewpage odd
-@@ -205,25 +205,5 @@
+--- doc/autoconf.texi.orig 2012-04-24 19:14:19.000000000 -0700
++++ doc/autoconf.texi 2012-04-26 10:52:26.000000000 -0700
+@@ -219,3 +219,3 @@
-@dircategory Software development
+@dircategory Programming & development tools
@direntry
--* Autoconf: (autoconf). Create source code configuration scripts.
--@end direntry
--
+@@ -224,22 +224,2 @@
+
-@dircategory Individual utilities
-@direntry
-* autoscan: (autoconf)autoscan Invocation.
@@ -34,5 +25,6 @@
- Automatic update of @file{configure.ac}
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
-+* Autoconf-2.68: (autoconf-2.68). Create source code configuration scripts.
- @end direntry
+-@end direntry
+-
+ @titlepage
diff --git a/devel/autoconf/files/patch-doc-Makefile.in b/devel/autoconf/files/patch-doc-Makefile.in
index ba8a63bbcb84..1cba4ecf6f6f 100644
--- a/devel/autoconf/files/patch-doc-Makefile.in
+++ b/devel/autoconf/files/patch-doc-Makefile.in
@@ -3,23 +3,10 @@
@@ -44,3 +44,3 @@
DIST_SOURCES =
-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info
-+INFO_DEPS = $(srcdir)/autoconf-2.68.info
++INFO_DEPS = $(srcdir)/autoconf.info
TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
@@ -51,3 +51,3 @@
HTMLS = autoconf.html standards.html
-TEXINFOS = autoconf.texi standards.texi
-+TEXINFOS = autoconf-2.68.texi
++TEXINFOS = autoconf.texi
TEXI2PDF = $(TEXI2DVI) --pdf --batch
-@@ -241,3 +241,3 @@
- fi
--$(srcdir)/autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
-+$(srcdir)/autoconf-2.68.info: autoconf-2.68.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
- autoconf.dvi: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
-@@ -246,5 +246,5 @@
- $(srcdir)/version.texi: $(srcdir)/stamp-vti
--$(srcdir)/stamp-vti: autoconf.texi $(top_srcdir)/configure
-+$(srcdir)/stamp-vti: autoconf-2.68.texi $(top_srcdir)/configure
- @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \
-- set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/autoconf.texi`; \
-+ set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/autoconf-2.68.texi`; \
- echo "@set UPDATED $$1 $$2 $$3"; \