aboutsummaryrefslogtreecommitdiff
path: root/devel/automake/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-08 19:58:49 +0000
committerAde Lovett <ade@FreeBSD.org>2010-12-08 19:58:49 +0000
commitf584da22ee03bf55f4db7ffa79c61aa8ad827ad6 (patch)
treef7da82208d8de3376467178192bb0f8181f73280 /devel/automake/files
parentdeb6a6b36bfd8259bc9c372e4698cb7c7a8233ce (diff)
downloadports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.tar.gz
ports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.zip
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Notes
Notes: svn path=/head/; revision=265861
Diffstat (limited to 'devel/automake/files')
-rw-r--r--devel/automake/files/patch-Makefile.in6
-rw-r--r--devel/automake/files/patch-doc::Makefile.in26
-rw-r--r--devel/automake/files/patch-doc::automake.texi26
3 files changed, 58 insertions, 0 deletions
diff --git a/devel/automake/files/patch-Makefile.in b/devel/automake/files/patch-Makefile.in
new file mode 100644
index 000000000000..55d85c2ed5b9
--- /dev/null
+++ b/devel/automake/files/patch-Makefile.in
@@ -0,0 +1,6 @@
+--- Makefile.in.orig Sun Oct 15 10:25:23 2006
++++ Makefile.in Sat Apr 14 16:04:04 2007
+@@ -591,3 +591,2 @@
+ @$(NORMAL_INSTALL)
+- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
+
diff --git a/devel/automake/files/patch-doc::Makefile.in b/devel/automake/files/patch-doc::Makefile.in
new file mode 100644
index 000000000000..17a9dc7f012c
--- /dev/null
+++ b/devel/automake/files/patch-doc::Makefile.in
@@ -0,0 +1,26 @@
+--- doc/Makefile.in.orig Sun Mar 7 09:04:33 2004
++++ doc/Makefile.in Sun Mar 14 17:12:32 2004
+@@ -53,3 +53,3 @@
+ DIST_SOURCES =
+-INFO_DEPS = $(srcdir)/automake.info
++INFO_DEPS = $(srcdir)/automake-@APIVERSION@.info
+ TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
+@@ -135,3 +136,3 @@
+ target_alias = @target_alias@
+-info_TEXINFOS = automake.texi
++info_TEXINFOS = automake-@APIVERSION@.texi
+ automake_TEXINFOS = fdl.texi
+@@ -142,3 +143,3 @@
+
+-TAGS_DEPENDENCIES = automake.texi
++TAGS_DEPENDENCIES = automake-@APIVERSION@.texi
+ all: all-am
+@@ -222,5 +223,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/automake/files/patch-doc::automake.texi b/devel/automake/files/patch-doc::automake.texi
new file mode 100644
index 000000000000..3d9f61200a71
--- /dev/null
+++ b/devel/automake/files/patch-doc::automake.texi
@@ -0,0 +1,26 @@
+--- doc/automake.texi.orig Sun Oct 15 10:41:24 2006
++++ doc/automake.texi Sat Apr 14 15:32:49 2007
+@@ -2,4 +2,4 @@
+ @c %**start of header
+-@setfilename automake.info
+-@settitle automake
++@setfilename automake-1.11.info
++@settitle Automake-1.11
+ @setchapternewpage off
+@@ -34,14 +34,5 @@
+
+-@c info Automake points to the Automake package's documentation
+-@c info automake points to the automake script's documentation
+-@c (Autoconf has a similar setup.)
+-@dircategory Software development
++@dircategory Programming & development tools
+ @direntry
+-* Automake: (automake). Making GNU standards-compliant Makefiles.
+-@end direntry
+-
+-@dircategory Individual utilities
+-@direntry
+-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4.
+-* automake: (automake)Invoking Automake. Generating Makefile.in.
++* Automake-1.11: (automake-1.11). Making Makefile.in's.
+ @end direntry