summaryrefslogtreecommitdiff
path: root/net/tcpdmerge
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-06-05 10:10:07 +0000
committerhasso <hasso@pkgsrc.org>2009-06-05 10:10:07 +0000
commit4c8feeb6602762cf361f3241dafa557f5e722f82 (patch)
tree76fa7f96fa1e5d56556cf484f7410b718f680b22 /net/tcpdmerge
parent141cd0bf1849aa3e0685bb3399ce8fcfd3f39e58 (diff)
downloadpkgsrc-4c8feeb6602762cf361f3241dafa557f5e722f82.tar.gz
strings.h -> string.h. Makes it build on DragonFly and probably some others.
Diffstat (limited to 'net/tcpdmerge')
-rw-r--r--net/tcpdmerge/distinfo3
-rw-r--r--net/tcpdmerge/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/tcpdmerge/distinfo b/net/tcpdmerge/distinfo
index 4ff45387a29..64e6a797654 100644
--- a/net/tcpdmerge/distinfo
+++ b/net/tcpdmerge/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:14:05 agc Exp $
+$NetBSD: distinfo,v 1.4 2009/06/05 10:10:07 hasso Exp $
SHA1 (tcpdmerge.c) = 6cf440a4f4802c28ab1cdbc71a6b1845efe062d6
RMD160 (tcpdmerge.c) = 27c46ae47f4b3a80bdbb7eb098ae0d96a3ac02d8
@@ -6,3 +6,4 @@ Size (tcpdmerge.c) = 9944 bytes
SHA1 (00README.TXT) = ee508be0ffc9004c3ef42d98cc3ce394081634be
RMD160 (00README.TXT) = 8d7042c50beb9261acc33edfdb3f28d6886e8f76
Size (00README.TXT) = 3388 bytes
+SHA1 (patch-aa) = 07d089acdf39fe1743f96afa3101c8a3f37e9174
diff --git a/net/tcpdmerge/patches/patch-aa b/net/tcpdmerge/patches/patch-aa
new file mode 100644
index 00000000000..8b3bfcb21af
--- /dev/null
+++ b/net/tcpdmerge/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2009/06/05 10:10:07 hasso Exp $
+
+--- tcpdmerge.c.orig 2009-06-05 12:48:50 +0300
++++ tcpdmerge.c 2009-06-05 12:49:00 +0300
+@@ -45,7 +45,7 @@
+ #include <stdlib.h>
+ #include <sys/types.h>
+ #include <pcap.h>
+-#include <strings.h>
++#include <string.h>
+ #ifdef __STDC__
+ #include <stdarg.h>
+ #else