summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-11-26 21:58:15 +0000
committermycroft <mycroft@pkgsrc.org>2000-11-26 21:58:15 +0000
commit8c8d432519ce6221d6dd2bd3ef06b3626f87731c (patch)
treee05f17ff58957215825fea24866831245aad0bc6 /math
parent528407f9bbfde6b2fe8f234ebc497ef40dc505e4 (diff)
downloadpkgsrc-8c8d432519ce6221d6dd2bd3ef06b3626f87731c.tar.gz
Remove a patch that is no longer correct after renaming the modules.
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric/files/patch-sum3
-rw-r--r--math/gnumeric/patches/patch-ab17
2 files changed, 1 insertions, 19 deletions
diff --git a/math/gnumeric/files/patch-sum b/math/gnumeric/files/patch-sum
index be5feeea614..83c89e3dec6 100644
--- a/math/gnumeric/files/patch-sum
+++ b/math/gnumeric/files/patch-sum
@@ -1,5 +1,4 @@
-$NetBSD: patch-sum,v 1.13 2000/11/25 14:21:24 rh Exp $
+$NetBSD: patch-sum,v 1.14 2000/11/26 21:58:15 mycroft Exp $
MD5 (patch-aa) = 1e4e64f5230a0d430551ba410823458e
-MD5 (patch-ab) = 27dded2423bab4880f320794918b88ca
MD5 (patch-ac) = 72007c8796b213bded2eda47d24fdef8
diff --git a/math/gnumeric/patches/patch-ab b/math/gnumeric/patches/patch-ab
deleted file mode 100644
index 8b0424844ec..00000000000
--- a/math/gnumeric/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2000/06/26 21:55:50 rh Exp $
-
---- src/plugin.c.orig Sat May 27 04:18:47 2000
-+++ src/plugin.c Mon Jun 26 22:42:10 2000
-@@ -206,10 +206,10 @@
- len = strlen (e->d_name);
- /*
- * Install all files in the directory with the name
-- * gnum_*.so
-+ * libgnum_*.so
- */
- if (len > 8 &&
-- strncmp (e->d_name, "gnum_", 3) == 0 &&
-+ strncmp (e->d_name, "libgnum_", 8) == 0 &&
- strncmp (e->d_name + len - 3, ".so", 3) == 0){
- char *plugin_name;
-