summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-02 23:26:47 +0000
committerjoerg <joerg>2006-01-02 23:26:47 +0000
commit5c055e54d3e65231c99c1bc966e774d486b1f2a1 (patch)
tree2993f0a519690733ff2a7cc39b3ad49e31da282b /news
parent4b7b94d720793bb69b4e86846e5d8240c0bda29d (diff)
downloadpkgsrc-5c055e54d3e65231c99c1bc966e774d486b1f2a1.tar.gz
Don't declare strnstr in a conflicting way for DragonFly.
Diffstat (limited to 'news')
-rw-r--r--news/suck/distinfo3
-rw-r--r--news/suck/patches/patch-ab14
2 files changed, 16 insertions, 1 deletions
diff --git a/news/suck/distinfo b/news/suck/distinfo
index 0ed68a89bfa..7e7afe93e09 100644
--- a/news/suck/distinfo
+++ b/news/suck/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 12:19:55 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/01/02 23:26:47 joerg Exp $
SHA1 (suck-4.3.2.tar.gz) = 8c48889e407473ab565a3d8ba5cda969862d216a
RMD160 (suck-4.3.2.tar.gz) = bbe952cc1dc8c76fad6651b3530cb87daeb6bb1a
Size (suck-4.3.2.tar.gz) = 187560 bytes
SHA1 (patch-aa) = 970ffa385a2b2b3f95944ba9a4321452bb247319
+SHA1 (patch-ab) = 45441177cbff243327bab0ad8f7c7f7eec0a89c8
diff --git a/news/suck/patches/patch-ab b/news/suck/patches/patch-ab
new file mode 100644
index 00000000000..cb7569e8458
--- /dev/null
+++ b/news/suck/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2006/01/02 23:26:47 joerg Exp $
+
+--- killfile.c.orig 2006-01-02 23:24:47.000000000 +0000
++++ killfile.c
+@@ -55,7 +55,9 @@ int check_a_group(PMaster, POneKill, cha
+ void print_debug(PKillStruct, const char *);
+ void debug_one_kill(POneKill);
+ void add_to_linkedlist(pmy_regex *, pmy_regex);
++#if !definedr(__DragonFly__)
+ const char *strnstr(const char *, const char *);
++#endif
+ pmy_regex regex_scan(char *, char, int, int, char);
+ int regex_check(char *, pmy_regex, int);
+