summaryrefslogtreecommitdiff
path: root/devel/automake/patches
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-03 19:31:51 +0000
committerwiz <wiz>2002-10-03 19:31:51 +0000
commite8d759e5167d7a0bc8d3d3de2cf5026106e5d7e1 (patch)
treea92337be85d20a2f7b90ca79680e79785a1ed267 /devel/automake/patches
parent7488ea7e1b720c11648aad172b99ae91aea15122 (diff)
downloadpkgsrc-e8d759e5167d7a0bc8d3d3de2cf5026106e5d7e1.tar.gz
Update to automake 1.7 (from automake-devel package).
Does not conflict with automake14 package.
Diffstat (limited to 'devel/automake/patches')
-rw-r--r--devel/automake/patches/patch-aa8
-rw-r--r--devel/automake/patches/patch-ab13
2 files changed, 4 insertions, 17 deletions
diff --git a/devel/automake/patches/patch-aa b/devel/automake/patches/patch-aa
index 7b6ef62095c..f806aca9d86 100644
--- a/devel/automake/patches/patch-aa
+++ b/devel/automake/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 10:40:20 agc Exp $
+$NetBSD: patch-aa,v 1.4 2002/10/03 19:31:52 wiz Exp $
---- automake.texi.orig Fri Apr 3 22:04:07 1998
-+++ automake.texi Tue Apr 14 03:29:25 1998
+--- automake.texi.orig Tue Mar 5 13:57:24 2002
++++ automake.texi Thu May 2 23:24:44 2002
@@ -1,6 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 10:40:20 agc Exp $
@c %**end of header
@@ -9,12 +10,12 @@
- @dircategory GNU admin
+ @dircategory GNU programming tools
@direntry
-* automake: (automake). Making Makefile.in's
+* Automake: (automake). Making Makefile.in's
diff --git a/devel/automake/patches/patch-ab b/devel/automake/patches/patch-ab
deleted file mode 100644
index b70c08b82a1..00000000000
--- a/devel/automake/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1999/11/14 19:53:09 fredb Exp $
-
---- Makefile.in.orig Sun Nov 14 13:35:06 1999
-+++ Makefile.in Sun Nov 14 13:35:07 1999
-@@ -178,7 +178,7 @@
- .texi.info:
- @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
- cd $(srcdir) \
-- && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
-+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'`
-
- .texi.dvi:
- TEXINPUTS=.:$$TEXINPUTS \