update to 0.4.0, use new net80211 headers

This commit is contained in:
jolan 2004-11-30 06:00:46 +00:00
parent 2a8dc51604
commit 1398143543
3 changed files with 19 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.6 2004/08/10 11:06:43 xsa Exp $
# $OpenBSD: Makefile,v 1.7 2004/11/30 06:00:46 jolan Exp $
COMMENT= "displays stats from a WLAN interface"
DISTNAME= xfce4-wavelan-plugin-0.3.2
DISTNAME= xfce4-wavelan-plugin-0.4.0
MASTER_SITES= ${MASTER_SITE_GOODIES}
HOMEPAGE= ${HOMEPAGE_GOODIES}
@ -12,4 +12,6 @@ LIB_DEPENDS= ${GTK2} \
${XML2} \
${GUI}
USE_LIBTOOL= Yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (xfce4/xfce4-wavelan-plugin-0.3.2.tar.gz) = 22d9b0fe28fb74222b04e23afb47c4f7
RMD160 (xfce4/xfce4-wavelan-plugin-0.3.2.tar.gz) = 12646c228246d16f9163431820f80b2d8971a0f9
SHA1 (xfce4/xfce4-wavelan-plugin-0.3.2.tar.gz) = 33c82e47e6f3d93e2ee0ad44fee0715be0c7dac0
MD5 (xfce4/xfce4-wavelan-plugin-0.4.0.tar.gz) = ef10846b21996a9f420b06ed2cb38e4c
RMD160 (xfce4/xfce4-wavelan-plugin-0.4.0.tar.gz) = b47c9f995fd0977401b42b55398eeace41e51bcb
SHA1 (xfce4/xfce4-wavelan-plugin-0.4.0.tar.gz) = f25d23aa8d0fae5f0c068b74731ee3ad3ec70d01

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-panel-plugin_wi_bsd_c,v 1.3 2004/11/30 06:00:47 jolan Exp $
--- panel-plugin/wi_bsd.c.orig Mon Feb 9 15:20:54 2004
+++ panel-plugin/wi_bsd.c Mon Nov 29 23:56:41 2004
@@ -56,7 +56,7 @@
#endif
#endif
#ifdef __OpenBSD__
-#include <net/if_ieee80211.h>
+#include <net80211/ieee80211.h>
#include <dev/ic/if_wi_ieee.h>
#define le16toh(x) letoh16(x)
#endif