diff options
author | obache <obache@pkgsrc.org> | 2011-01-03 07:38:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-03 07:38:57 +0000 |
commit | 951f2e9702f2cb6acf9b16fea3b3576567d3719b (patch) | |
tree | 29a67fa2e8df86f236540f6d22f39ebcd9c37884 /net/wistumbler | |
parent | 38d0b0d639fee8be9ae971b86d7d323f34721c10 (diff) | |
download | pkgsrc-951f2e9702f2cb6acf9b16fea3b3576567d3719b.tar.gz |
Fixes patch for DragonFly BSD for if_wavelan_ieee.h's path.
PR#44321 by Sascha Wildner.
Still broken for 2.8.2, because `struct wi_req' is disabled in
the include file, but it was changed in DragonFly master.
Diffstat (limited to 'net/wistumbler')
-rw-r--r-- | net/wistumbler/distinfo | 6 | ||||
-rw-r--r-- | net/wistumbler/patches/patch-ab | 4 | ||||
-rw-r--r-- | net/wistumbler/patches/patch-ac | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/wistumbler/distinfo b/net/wistumbler/distinfo index f7a2b96b322..29d197e6d90 100644 --- a/net/wistumbler/distinfo +++ b/net/wistumbler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2006/03/23 17:20:22 joerg Exp $ +$NetBSD: distinfo,v 1.11 2011/01/03 07:38:58 obache Exp $ SHA1 (wistumbler-20020816.tar.gz) = fe980cdd4934dbb70411e4ce0394adef56e21999 RMD160 (wistumbler-20020816.tar.gz) = df6744ac26dc498063834da5475a70ecc0f34ab2 Size (wistumbler-20020816.tar.gz) = 9327 bytes SHA1 (patch-aa) = 662f467fbf9f51c83843f88ec4d854fb19fd2a43 -SHA1 (patch-ab) = f2ebb7a7bb0b23aa917bd5134e1249084b5317b3 -SHA1 (patch-ac) = 901ddc023805973beb2ea2086487b91b8de1f769 +SHA1 (patch-ab) = 71fac9af69d0167960dc9a1c482899aec9d6a882 +SHA1 (patch-ac) = ebbe0bec6e3ae3cb456e09e78bd1b7b7a9f4ed3c diff --git a/net/wistumbler/patches/patch-ab b/net/wistumbler/patches/patch-ab index 2b8d0295b8c..500f5946128 100644 --- a/net/wistumbler/patches/patch-ab +++ b/net/wistumbler/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 2006/03/23 17:20:22 joerg Exp $ +$NetBSD: patch-ab,v 1.3 2011/01/03 07:38:59 obache Exp $ --- stumbler.c.orig 2002-08-16 14:27:13.000000000 +0000 +++ stumbler.c @@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.2 2006/03/23 17:20:22 joerg Exp $ +#include <dev/ic/wi_ieee.h> +#elif defined(__DragonFly__) +#include <netproto/802_11/ieee80211.h> -+#include <netproto/802_11/if_wavelan_ieee.h> ++#include <dev/netif/wi/if_wavelan_ieee.h> +#else #include <net/if_ieee80211.h> #include <dev/ic/wi_ieee.h> diff --git a/net/wistumbler/patches/patch-ac b/net/wistumbler/patches/patch-ac index c58bcb67ffb..4a228a19e9c 100644 --- a/net/wistumbler/patches/patch-ac +++ b/net/wistumbler/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2006/03/23 17:20:22 joerg Exp $ +$NetBSD: patch-ac,v 1.3 2011/01/03 07:38:59 obache Exp $ --- wicontrol.c.orig 2002-08-11 14:18:51.000000000 +0000 +++ wicontrol.c @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.2 2006/03/23 17:20:22 joerg Exp $ +#include <net/ethernet.h> + +#include <netproto/802_11/ieee80211.h> -+#include <netproto/802_11/if_wavelan_ieee.h> ++#include <dev/netif/wi/if_wavelan_ieee.h> #else #include <netinet/in.h> #include <netinet/if_ether.h> |