pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tcpdmerge strings.h -> string.h. Makes it build on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0afa0f64a2f
branches:  trunk
changeset: 394106:e0afa0f64a2f
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Fri Jun 05 10:10:07 2009 +0000

description:
strings.h -> string.h. Makes it build on DragonFly and probably some others.

diffstat:

 net/tcpdmerge/distinfo         |   3 ++-
 net/tcpdmerge/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r caf56f5a91f3 -r e0afa0f64a2f net/tcpdmerge/distinfo
--- a/net/tcpdmerge/distinfo    Fri Jun 05 09:49:53 2009 +0000
+++ b/net/tcpdmerge/distinfo    Fri Jun 05 10:10:07 2009 +0000
@@ -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 @@
 SHA1 (00README.TXT) = ee508be0ffc9004c3ef42d98cc3ce394081634be
 RMD160 (00README.TXT) = 8d7042c50beb9261acc33edfdb3f28d6886e8f76
 Size (00README.TXT) = 3388 bytes
+SHA1 (patch-aa) = 07d089acdf39fe1743f96afa3101c8a3f37e9174
diff -r caf56f5a91f3 -r e0afa0f64a2f net/tcpdmerge/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/tcpdmerge/patches/patch-aa    Fri Jun 05 10:10:07 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index