diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-06-29 01:45:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-06-29 01:45:09 +0000 |
commit | 85e8ed21ea7377174b1d691dff4eeee35ce53dd8 (patch) | |
tree | e9f8ae4728153410277c9669c8b7e415090712f8 /devel/autoconf259/files | |
parent | 0e17c510f205b8416af0ac0103fb81c67629a5c8 (diff) |
Notes
Diffstat (limited to 'devel/autoconf259/files')
-rw-r--r-- | devel/autoconf259/files/manpages.mk | 7 | ||||
-rw-r--r-- | devel/autoconf259/files/patch-autoconf.texi | 23 | ||||
-rw-r--r-- | devel/autoconf259/files/patch-configure | 11 | ||||
-rw-r--r-- | devel/autoconf259/files/patch-doc:Makefile.in | 23 | ||||
-rw-r--r-- | devel/autoconf259/files/patch-standards.texi | 19 |
5 files changed, 42 insertions, 41 deletions
diff --git a/devel/autoconf259/files/manpages.mk b/devel/autoconf259/files/manpages.mk deleted file mode 100644 index 89f0c821598b..000000000000 --- a/devel/autoconf259/files/manpages.mk +++ /dev/null @@ -1,7 +0,0 @@ -MAN1= autoconf257.1 \ - autoreconf257.1 \ - autoheader257.1 \ - autoupdate257.1 \ - ifnames257.1 \ - autoscan257.1 \ - autom4te257.1 diff --git a/devel/autoconf259/files/patch-autoconf.texi b/devel/autoconf259/files/patch-autoconf.texi new file mode 100644 index 000000000000..50e1e8e7acab --- /dev/null +++ b/devel/autoconf259/files/patch-autoconf.texi @@ -0,0 +1,23 @@ +--- doc/autoconf.texi.orig Tue Dec 3 07:16:32 2002 ++++ doc/autoconf.texi Sun Jun 1 19:17:51 2003 +@@ -1,9 +1,9 @@ + \input texinfo @c -*-texinfo-*- + @comment ======================================================== + @comment %**start of header +-@setfilename autoconf.info ++@setfilename autoconf257.info + @include version.texi +-@settitle Autoconf ++@settitle Autoconf257 + @setchapternewpage odd + @setcontentsaftertitlepage + @finalout +@@ -97,7 +97,7 @@ + + @dircategory GNU programming tools + @direntry +-* Autoconf: (autoconf). Create source code configuration scripts ++* Autoconf257: (autoconf257). Create source code configuration scripts + @end direntry + + @dircategory Individual utilities diff --git a/devel/autoconf259/files/patch-configure b/devel/autoconf259/files/patch-configure deleted file mode 100644 index 9318d22ab266..000000000000 --- a/devel/autoconf259/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Jun 18 21:54:44 2003 -+++ configure Wed Jun 18 21:55:06 2003 -@@ -1475,7 +1475,7 @@ - - - # Define the identity of the package. -- PACKAGE=autoconf -+ PACKAGE=autoconf257 - VERSION=2.57 - - diff --git a/devel/autoconf259/files/patch-doc:Makefile.in b/devel/autoconf259/files/patch-doc:Makefile.in deleted file mode 100644 index 18587ebe9d36..000000000000 --- a/devel/autoconf259/files/patch-doc:Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ ---- doc/Makefile.in.orig Wed Jun 18 22:18:17 2003 -+++ doc/Makefile.in Wed Jun 18 22:19:32 2003 -@@ -113,7 +113,7 @@ - DIST_SOURCES = - TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex - am__TEXINFO_TEX_DIR = $(top_srcdir)/config --INFO_DEPS = autoconf.info standards.info -+INFO_DEPS = - DVIS = autoconf.dvi standards.dvi - PDFS = autoconf.pdf standards.pdf - PSS = autoconf.ps standards.ps -@@ -121,6 +121,11 @@ - DIST_COMMON = $(autoconf_TEXINFOS) $(standards_TEXINFOS) Makefile.am \ - Makefile.in stamp-vti version.texi - all: all-am -+ -+autoconf257.info: autoconf.info -+ cp autoconf.info autoconf257.info -+standards257.info: standards.info -+ cp standards.info standards257.info - - .SUFFIXES: - .SUFFIXES: .dvi .info .pdf .ps .texi diff --git a/devel/autoconf259/files/patch-standards.texi b/devel/autoconf259/files/patch-standards.texi new file mode 100644 index 000000000000..51c669fafb1b --- /dev/null +++ b/devel/autoconf259/files/patch-standards.texi @@ -0,0 +1,19 @@ +--- doc/standards.texi.orig Sun Jun 1 18:52:56 2003 ++++ doc/standards.texi Sun Jun 1 18:54:00 2003 +@@ -1,6 +1,6 @@ + \input texinfo @c -*-texinfo-*- + @c %**start of header +-@setfilename standards.info ++@setfilename standards257.info + @settitle GNU Coding Standards + @c This date is automagically updated when you save this file: + @set lastupdate November 23, 2002 +@@ -8,7 +8,7 @@ + + @dircategory GNU organization + @direntry +-* Standards: (standards). GNU coding standards. ++* Standards257: (standards257). GNU coding standards. + @end direntry + + @c @setchapternewpage odd |