diff options
Diffstat (limited to 'net/xfce4-wavelan-plugin')
-rw-r--r-- | net/xfce4-wavelan-plugin/Makefile | 3 | ||||
-rw-r--r-- | net/xfce4-wavelan-plugin/distinfo | 3 | ||||
-rw-r--r-- | net/xfce4-wavelan-plugin/patches/patch-aa | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/net/xfce4-wavelan-plugin/Makefile b/net/xfce4-wavelan-plugin/Makefile index 858c818bc25..da1759fa776 100644 --- a/net/xfce4-wavelan-plugin/Makefile +++ b/net/xfce4-wavelan-plugin/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2005/01/20 17:41:25 martti Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/10 12:22:29 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 0.4.1 DISTNAME= xfce4-wavelan-plugin-${XFCE4_VERSION} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/xfce-goodies/ COMMENT= XFce4 WLAN plugin diff --git a/net/xfce4-wavelan-plugin/distinfo b/net/xfce4-wavelan-plugin/distinfo index fb144ac6656..3603a0e8c4d 100644 --- a/net/xfce4-wavelan-plugin/distinfo +++ b/net/xfce4-wavelan-plugin/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/01/17 13:15:55 martti Exp $ +$NetBSD: distinfo,v 1.4 2005/02/10 12:22:29 martti Exp $ SHA1 (xfce4-wavelan-plugin-0.4.1.tar.gz) = 01dc3b0fda236c5a55cd69ddb9ddddea57b04ea9 Size (xfce4-wavelan-plugin-0.4.1.tar.gz) = 528911 bytes +SHA1 (patch-aa) = 6005151b620377f0db44dd4ac812f6f0d04dbf3a diff --git a/net/xfce4-wavelan-plugin/patches/patch-aa b/net/xfce4-wavelan-plugin/patches/patch-aa new file mode 100644 index 00000000000..3663f3ec884 --- /dev/null +++ b/net/xfce4-wavelan-plugin/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/02/10 12:22:29 martti Exp $ + +--- panel-plugin/wi_bsd.c.orig 2005-02-10 14:08:46.000000000 +0200 ++++ panel-plugin/wi_bsd.c 2005-02-10 14:16:01.000000000 +0200 +@@ -49,4 +49,8 @@ + #ifdef __NetBSD__ ++#if __NetBSD_Version__ > 106250000 + #include <net80211/ieee80211.h> + #include <net80211/ieee80211_ioctl.h> ++#else ++#include <net/if_ieee80211.h> ++#endif + #include <dev/ic/wi_ieee.h> |