summaryrefslogtreecommitdiff
path: root/textproc/wdiff
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-20 18:09:52 +0000
committerjlam <jlam>2006-03-20 18:09:52 +0000
commit2cacc7f60d1cd4785e4584dcedbf9e14e4404415 (patch)
treedd3f4c1514cf67914a507a797839ec359261acc8 /textproc/wdiff
parentefca199cc2faf0502a071d1ebc7c4bf18564a6e5 (diff)
downloadpkgsrc-2cacc7f60d1cd4785e4584dcedbf9e14e4404415.tar.gz
Remove patch made unnecessary because the tools framework hides the
GNU auto* tools automatically.
Diffstat (limited to 'textproc/wdiff')
-rw-r--r--textproc/wdiff/distinfo3
-rw-r--r--textproc/wdiff/patches/patch-ad27
2 files changed, 1 insertions, 29 deletions
diff --git a/textproc/wdiff/distinfo b/textproc/wdiff/distinfo
index 0505166e8af..0c8716bf38f 100644
--- a/textproc/wdiff/distinfo
+++ b/textproc/wdiff/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:48:50 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/03/20 18:09:52 jlam Exp $
SHA1 (wdiff-0.5.tar.gz) = 44e18850e16518633139cf24a83165e62e3baa95
RMD160 (wdiff-0.5.tar.gz) = 7b313cfaca2ec3759048888bbdba0be1cd88a5e1
@@ -6,5 +6,4 @@ Size (wdiff-0.5.tar.gz) = 129267 bytes
SHA1 (patch-aa) = ae9ed3d3f993f5ee2ed22599b9ce5ac7b47be0ab
SHA1 (patch-ab) = 9c969894e3a5ef8f9454c6577e230ca9d1e06a06
SHA1 (patch-ac) = 97311dd14a9a47688463ba325aec7874f69887a9
-SHA1 (patch-ad) = 57c285a1fa9d79c543cdc7811255446dba6eaaa1
SHA1 (patch-ae) = 8889518350ee790575bf24b02ba5c01e6ee76f9e
diff --git a/textproc/wdiff/patches/patch-ad b/textproc/wdiff/patches/patch-ad
deleted file mode 100644
index 814131b9e26..00000000000
--- a/textproc/wdiff/patches/patch-ad
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2003/01/24 14:12:04 itohy Exp $
-
---- Makefile.in.orig Sun Nov 6 16:45:13 1994
-+++ Makefile.in Fri Jan 24 22:33:44 2003
-@@ -194,17 +194,17 @@
- CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
- config.status: configure
- ./config.status --recheck
--configure: configure.in aclocal.m4
-- cd $(srcdir) && autoconf
-+#configure: configure.in aclocal.m4
-+# cd $(srcdir) && autoconf
-
- config.h: stamp-h
- stamp-h: config.h.in config.status
- CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status
- date > stamp-h
- config.h.in: stamp-h.in
--stamp-h.in: configure.in aclocal.m4 acconfig.h
-- cd $(srcdir) && autoheader
-- date > $(srcdir)/stamp-h.in
-+#stamp-h.in: configure.in aclocal.m4 acconfig.h
-+# cd $(srcdir) && autoheader
-+# date > $(srcdir)/stamp-h.in
-
- # Tell versions [3.59,3.63) of GNU make not to export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.