summaryrefslogtreecommitdiff
path: root/net/wimon
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-08 21:22:58 +0000
committerjoerg <joerg>2006-01-08 21:22:58 +0000
commite5a95308f15be354c363475ec961f876f5c69792 (patch)
treedc32d907c95fddb190eed043e268e9814bf930ea /net/wimon
parenteb166e12d48089f6158453f2aa613b122f696c91 (diff)
downloadpkgsrc-e5a95308f15be354c363475ec961f876f5c69792.tar.gz
Add DragonFly support.
Diffstat (limited to 'net/wimon')
-rw-r--r--net/wimon/distinfo3
-rw-r--r--net/wimon/patches/patch-aa18
2 files changed, 20 insertions, 1 deletions
diff --git a/net/wimon/distinfo b/net/wimon/distinfo
index 32cfffa3b86..aac30eed790 100644
--- a/net/wimon/distinfo
+++ b/net/wimon/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:14:07 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/01/08 21:29:50 joerg Exp $
SHA1 (wimon-0.3.tar.gz) = 8be1bc6d4917adee5641310258fe77f8b265013f
RMD160 (wimon-0.3.tar.gz) = d8670b1ceb1fde0c0001b2e6ca39a82909cd42d4
Size (wimon-0.3.tar.gz) = 8103 bytes
+SHA1 (patch-aa) = 5edbd8bbebf8aa31f6a95d4c1c5370a7d61f0e1a
diff --git a/net/wimon/patches/patch-aa b/net/wimon/patches/patch-aa
new file mode 100644
index 00000000000..4f9a4991f00
--- /dev/null
+++ b/net/wimon/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1 2006/01/08 21:29:50 joerg Exp $
+
+--- showi.c.orig 2006-01-08 21:26:47.000000000 +0000
++++ showi.c
+@@ -51,6 +51,13 @@
+ #include <net/if_var.h>
+ #include <net/ethernet.h>
+ #include <dev/wi/if_wavelan_ieee.h>
++
++#elif defined(__DragonFly__)
++#include <net/if_var.h>
++#include <net/ethernet.h>
++#include <netproto/802_11/if_wavelan_ieee.h>
++#include <sys/endian.h>
++
+ #else
+
+ #include <netinet/in.h>