pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/cia Fix DragonFly build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c9c74161794
branches:  trunk
changeset: 509746:2c9c74161794
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Mar 14 02:10:10 2006 +0000

description:
Fix DragonFly build.

diffstat:

 net/cia/distinfo         |   3 ++-
 net/cia/patches/patch-ad |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r eb43ed1b6f56 -r 2c9c74161794 net/cia/distinfo
--- a/net/cia/distinfo  Tue Mar 14 02:07:32 2006 +0000
+++ b/net/cia/distinfo  Tue Mar 14 02:10:10 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2006/01/23 18:46:00 tron Exp $
+$NetBSD: distinfo,v 1.9 2006/03/14 02:10:10 joerg Exp $
 
 SHA1 (cia-20030922.tar.bz2) = 9d0b06c99c6943493ff47412bcb36efde67e40ca
 RMD160 (cia-20030922.tar.bz2) = 9f41f8ff057b3f022f5678cca7401ac9e7fe478a
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 6b56f84481813df9dc0bd8044d51d2f857cbaf5a
 SHA1 (patch-ab) = da697a1a5222bd0241ea43e7ce5d071b7932af89
 SHA1 (patch-ac) = 17e2a2bc343a980149b26340a43994474473f186
+SHA1 (patch-ad) = 166b0b6c8c8167122ccab4c9b14dcb01bb1d7d21
diff -r eb43ed1b6f56 -r 2c9c74161794 net/cia/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/cia/patches/patch-ad  Tue Mar 14 02:10:10 2006 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ad,v 1.1 2006/03/14 02:10:10 joerg Exp $
+
+--- pcap2ipstat/pcap2ipstat.c.orig     2006-03-14 02:07:53.000000000 +0000
++++ pcap2ipstat/pcap2ipstat.c
+@@ -7,9 +7,14 @@
+ #include "checksum.h"
+ 
+ #include <net/if.h>
++#if defined(__DragonFly__)
++#include <net/ethernet.h>
++#include <net/ppp_layer/ppp_defs.h>
++#else
+ #include <net/if_ether.h>
+ #include <net/ethertypes.h>
+ #include <net/ppp_defs.h>
++#endif
+ #include <netinet/tcp.h>
+ #include <netinet/udp.h>
+ 



Home | Main Index | Thread Index | Old Index