summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-02-10 12:22:29 +0000
committermartti <martti@pkgsrc.org>2005-02-10 12:22:29 +0000
commit59313b329689d9f2f746c72e2d6594b2f583a230 (patch)
tree1ea287f3903b657314ce095ecd163c077bc9cd45 /net
parent421c0a973d033048d3e709ab83d0e2a87abbbef5 (diff)
downloadpkgsrc-59313b329689d9f2f746c72e2d6594b2f583a230.tar.gz
xfce4-wavelan-plugin-0.4.1nb1
* Added NetBSD 1.6.2 support (untested)
Diffstat (limited to 'net')
-rw-r--r--net/xfce4-wavelan-plugin/Makefile3
-rw-r--r--net/xfce4-wavelan-plugin/distinfo3
-rw-r--r--net/xfce4-wavelan-plugin/patches/patch-aa13
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>