summaryrefslogtreecommitdiff
path: root/devel/automake18/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
committerAde Lovett <ade@FreeBSD.org>2007-07-28 06:33:59 +0000
commit3b3128196e8706c3616c88df7206b4a27f7b8959 (patch)
tree31433c1d06ed5be6756933b97f6d80a77f17b710 /devel/automake18/files
parentUpdate to SRC680_m222. (diff)
Update to the autotools new world order.
Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
Notes
Notes: svn path=/head/; revision=196437
Diffstat (limited to 'devel/automake18/files')
-rw-r--r--devel/automake18/files/patch-Makefile.in6
-rw-r--r--devel/automake18/files/patch-doc-Makefile.in26
-rw-r--r--devel/automake18/files/patch-doc-automake.texi22
3 files changed, 54 insertions, 0 deletions
diff --git a/devel/automake18/files/patch-Makefile.in b/devel/automake18/files/patch-Makefile.in
new file mode 100644
index 000000000000..5e589e9c1da9
--- /dev/null
+++ b/devel/automake18/files/patch-Makefile.in
@@ -0,0 +1,6 @@
+--- Makefile.in.orig Sun May 16 14:05:23 2004
++++ Makefile.in Sat Apr 14 15:56:53 2007
+@@ -544,3 +544,2 @@
+ @$(NORMAL_INSTALL)
+- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
+
diff --git a/devel/automake18/files/patch-doc-Makefile.in b/devel/automake18/files/patch-doc-Makefile.in
new file mode 100644
index 000000000000..248932363432
--- /dev/null
+++ b/devel/automake18/files/patch-doc-Makefile.in
@@ -0,0 +1,26 @@
+--- doc/Makefile.in.orig Sun Jul 10 11:14:53 2005
++++ doc/Makefile.in Thu Apr 5 03:30:20 2007
+@@ -54,3 +54,3 @@
+ DIST_SOURCES =
+-INFO_DEPS = $(srcdir)/automake.info
++INFO_DEPS = $(srcdir)/automake-@APIVERSION@.info
+ TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
+@@ -146,3 +146,3 @@
+ target_alias = @target_alias@
+-info_TEXINFOS = automake.texi
++info_TEXINFOS = automake-@APIVERSION@.texi
+ automake_TEXINFOS = fdl.texi
+@@ -153,3 +153,3 @@
+
+-TAGS_DEPENDENCIES = automake.texi
++TAGS_DEPENDENCIES = automake-@APIVERSION@.texi
+ all: all-am
+@@ -238,5 +238,5 @@
+ $(srcdir)/version.texi: $(srcdir)/stamp-vti
+-$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure
+- @(dir=.; test -f ./automake.texi || dir=$(srcdir); \
+- set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake.texi`; \
++$(srcdir)/stamp-vti: automake-@APIVERSION@.texi $(top_srcdir)/configure
++ @(dir=.; test -f ./automake-@APIVERSION@.texi || dir=$(srcdir); \
++ set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake-@APIVERSION@.texi`; \
+ echo "@set UPDATED $$1 $$2 $$3"; \
diff --git a/devel/automake18/files/patch-doc-automake.texi b/devel/automake18/files/patch-doc-automake.texi
new file mode 100644
index 000000000000..b08baefef5bb
--- /dev/null
+++ b/devel/automake18/files/patch-doc-automake.texi
@@ -0,0 +1,22 @@
+--- doc/automake.texi.orig Sun Nov 9 10:57:13 2003
++++ doc/automake.texi Sat Apr 14 15:12:09 2007
+@@ -2,4 +2,4 @@
+ @c %**start of header
+-@setfilename automake.info
+-@settitle automake
++@setfilename automake-1.8.info
++@settitle Automake-1.8
+ @setchapternewpage off
+@@ -9,10 +9,5 @@
+
+-@dircategory Software development
++@dircategory Programming & development tools
+ @direntry
+-* automake: (automake). Making Makefile.in's.
+-@end direntry
+-
+-@dircategory Individual utilities
+-@direntry
+-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4.
++* Automake-1.8: (automake-1.8). Making Makefile.in's.
+ @end direntry