aboutsummaryrefslogtreecommitdiff
path: root/devel/automake/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-09-19 07:13:31 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-09-19 07:13:31 +0000
commitb93837e1255d8e7e75a852abfbbf67019aaa6783 (patch)
tree1e96c93a24f2601c72de206ca945071bb049fa3b /devel/automake/files
parentd9fd0143eb7e06f68a17f44b1f930e242aec9c7f (diff)
downloadports-b93837e1255d8e7e75a852abfbbf67019aaa6783.tar.gz
ports-b93837e1255d8e7e75a852abfbbf67019aaa6783.zip
Upgrade to 1.2.
PR: 4577 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Notes
Notes: svn path=/head/; revision=7961
Diffstat (limited to 'devel/automake/files')
-rw-r--r--devel/automake/files/patch-aa26
-rw-r--r--devel/automake/files/patch-ab38
2 files changed, 51 insertions, 13 deletions
diff --git a/devel/automake/files/patch-aa b/devel/automake/files/patch-aa
index f1913a9348ae..321fdf9ef4af 100644
--- a/devel/automake/files/patch-aa
+++ b/devel/automake/files/patch-aa
@@ -1,5 +1,5 @@
---- automake.texi.orig Sun May 26 01:43:17 1996
-+++ automake.texi Fri Jun 13 16:15:48 1997
+--- automake.texi.orig Fri Sep 19 06:13:10 1997
++++ automake.texi Fri Sep 19 06:17:06 1997
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -8,12 +8,18 @@
@settitle automake
@setchapternewpage off
@c %**end of header
-@@ -18,7 +19,7 @@
- @ifinfo
- @format
- START-INFO-DIR-ENTRY
+@@ -9,12 +10,12 @@
+
+ @dircategory GNU admin
+ @direntry
-* automake: (automake). Making Makefile.in's
-+* Automake: (automake). Making Makefile.in's.
- END-INFO-DIR-ENTRY
- @end format
- @end ifinfo
++* Automake: (automake). Making Makefile.in's
+ @end direntry
+
+ @dircategory Individual utilities
+ @direntry
+-* aclocal: (automake)Invoking aclocal Generating aclocal.m4
++* Aclocal: (automake)Invoking aclocal Generating aclocal.m4
+ @end direntry
+
+ @ifinfo
diff --git a/devel/automake/files/patch-ab b/devel/automake/files/patch-ab
index 0dab08bfa450..00b7a640a19e 100644
--- a/devel/automake/files/patch-ab
+++ b/devel/automake/files/patch-ab
@@ -1,6 +1,38 @@
---- Makefile.in.orig Sat Jun 1 11:37:37 1996
-+++ Makefile.in Thu Jun 12 21:47:10 1997
-@@ -449,3 +449,5 @@
+--- Makefile.in.orig Fri Sep 19 06:13:16 1997
++++ Makefile.in Fri Sep 19 06:15:31 1997
+@@ -131,11 +131,11 @@
+ $(mkinstalldirs) $(bindir)
+ @list='$(bin_SCRIPTS)'; for p in $$list; do \
+ if test -f $$p; then \
+- echo " $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
+- $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
++ echo " $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
++ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+ else if test -f $(srcdir)/$$p; then \
+- echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
+- $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`; \
++ echo " $(INSTALL) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
++ $(INSTALL) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+ else :; fi; fi; \
+ done
+
+@@ -150,11 +150,11 @@
+ $(mkinstalldirs) $(pkgdatadir)
+ @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \
+ if test -f $$p; then \
+- echo " $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
+- $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
++ echo " $(INSTALL) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
++ $(INSTALL) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
+ else if test -f $(srcdir)/$$p; then \
+- echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
+- $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
++ echo " $(INSTALL) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
++ $(INSTALL) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
+ else :; fi; fi; \
+ done
+
+@@ -569,3 +569,5 @@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: