summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-24 20:33:47 +0000
committerjoerg <joerg>2006-02-24 20:33:47 +0000
commitc2e2313102494117a25da5d6c303af72cff67c80 (patch)
tree06bbb54323934d6005ca97e8110b02c143037564 /net
parente4bca336e8ccc43fa65ac958cdc756b68ef2731e (diff)
downloadpkgsrc-c2e2313102494117a25da5d6c303af72cff67c80.tar.gz
Add DragonFly support.
Diffstat (limited to 'net')
-rw-r--r--net/flodo/distinfo4
-rw-r--r--net/flodo/patches/patch-aa17
2 files changed, 15 insertions, 6 deletions
diff --git a/net/flodo/distinfo b/net/flodo/distinfo
index 0459a9103f9..1ebb382be35 100644
--- a/net/flodo/distinfo
+++ b/net/flodo/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:13:46 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/02/24 20:33:47 joerg Exp $
SHA1 (flodo-v4.tar.bz2) = 66e800e0dd3b817ea0c5ac1befe17aeb39d12165
RMD160 (flodo-v4.tar.bz2) = 75c9c9146ae36007228497692e993dfd1605a322
Size (flodo-v4.tar.bz2) = 9508 bytes
-SHA1 (patch-aa) = 94e1ed1bfc311c5d761182df2e085afdc4ca5c9c
+SHA1 (patch-aa) = 14d347f23fcb524cca132dc42012baa1d45c5cd0
diff --git a/net/flodo/patches/patch-aa b/net/flodo/patches/patch-aa
index 3cfef70ad0b..a5efdea4aa4 100644
--- a/net/flodo/patches/patch-aa
+++ b/net/flodo/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.1 2004/10/09 16:15:07 kristerw Exp $
+$NetBSD: patch-aa,v 1.2 2006/02/24 20:33:47 joerg Exp $
---- flodo.c.orig Sat Oct 9 18:05:45 2004
-+++ flodo.c Sat Oct 9 18:05:59 2004
-@@ -59,6 +59,8 @@
+--- flodo.c.orig 2004-11-08 04:05:14.000000000 +0000
++++ flodo.c
+@@ -51,7 +51,7 @@
+ #include <errno.h>
+ #include <sysexits.h>
+ #include <pcap.h>
+-#if defined(__linux__) || defined(__FreeBSD__)
++#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)
+ #include <net/ethernet.h>
+ #endif
+ #include <netinet/in.h>
+@@ -60,6 +60,8 @@
#include <netinet/tcp.h>
#include <netinet/udp.h>
#if defined(__NetBSD__)