diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-24 20:33:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-24 20:33:47 +0000 |
commit | c39b22a3326c1e1a1530bd76dc5f519ce8751099 (patch) | |
tree | 06bbb54323934d6005ca97e8110b02c143037564 /net | |
parent | 0e5cfdf26717f71cc172a60a3acab3c369dcc941 (diff) | |
download | pkgsrc-c39b22a3326c1e1a1530bd76dc5f519ce8751099.tar.gz |
Add DragonFly support.
Diffstat (limited to 'net')
-rw-r--r-- | net/flodo/distinfo | 4 | ||||
-rw-r--r-- | net/flodo/patches/patch-aa | 17 |
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__) |