pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wistumbler The location of the 802.11 header files...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1cc5f1491024
branches: trunk
changeset: 471303:1cc5f1491024
user: markd <markd%pkgsrc.org@localhost>
date: Thu Mar 25 20:29:36 2004 +0000
description:
The location of the 802.11 header files moved at approx 1.6Y, allow for
this. Fixes build on -current.
diffstat:
net/wistumbler/distinfo | 4 +++-
net/wistumbler/patches/patch-ab | 16 ++++++++++++++++
net/wistumbler/patches/patch-ac | 16 ++++++++++++++++
3 files changed, 35 insertions(+), 1 deletions(-)
diffs (52 lines):
diff -r 291d76edb2f3 -r 1cc5f1491024 net/wistumbler/distinfo
--- a/net/wistumbler/distinfo Thu Mar 25 16:57:48 2004 +0000
+++ b/net/wistumbler/distinfo Thu Mar 25 20:29:36 2004 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.7 2003/08/18 05:37:49 itojun Exp $
+$NetBSD: distinfo,v 1.8 2004/03/25 20:29:36 markd Exp $
SHA1 (wistumbler-20020816.tar.gz) = fe980cdd4934dbb70411e4ce0394adef56e21999
Size (wistumbler-20020816.tar.gz) = 9327 bytes
SHA1 (patch-aa) = 662f467fbf9f51c83843f88ec4d854fb19fd2a43
+SHA1 (patch-ab) = 3bb5345822142204b9d15dd7b9d3d6672ea8169e
+SHA1 (patch-ac) = d8fc05d67e57d9c650e8141a42181aef55b4ed33
diff -r 291d76edb2f3 -r 1cc5f1491024 net/wistumbler/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wistumbler/patches/patch-ab Thu Mar 25 20:29:36 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2004/03/25 20:29:36 markd Exp $
+
+--- stumbler.c.orig 2004-03-25 00:43:07.000000000 +1200
++++ stumbler.c
+@@ -40,7 +40,11 @@
+ #include <net/if.h>
+ #include <netinet/in.h>
+ #include <netinet/if_ether.h>
++#if defined(__NetBSD__) && (__NetBSD_Version__ >= 106250000)
++#include <net80211/ieee80211.h>
++#else
+ #include <net/if_ieee80211.h>
++#endif
+ #include <dev/ic/wi_ieee.h>
+ #include <stdio.h>
+ #include <string.h>
diff -r 291d76edb2f3 -r 1cc5f1491024 net/wistumbler/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wistumbler/patches/patch-ac Thu Mar 25 20:29:36 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2004/03/25 20:29:36 markd Exp $
+
+--- wicontrol.c.orig 2004-03-25 00:42:00.000000000 +1200
++++ wicontrol.c
+@@ -59,7 +59,11 @@
+ #include <netinet/in.h>
+ #include <netinet/if_ether.h>
+ #ifdef __NetBSD__
++#if __NetBSD_Version__ >= 106250000
++#include <net80211/ieee80211.h>
++#else
+ #include <net/if_ieee80211.h>
++#endif
+ #include <dev/ic/wi_ieee.h>
+ #else
+ #include <dev/pcmcia/if_wavelan_ieee.h>
Home |
Main Index |
Thread Index |
Old Index