pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/xfce4-wavelan-plugin xfce4-wavelan-plugin-0.4.1nb1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a621aca05d7f
branches:  trunk
changeset: 488861:a621aca05d7f
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Feb 10 12:22:29 2005 +0000

description:
xfce4-wavelan-plugin-0.4.1nb1

* Added NetBSD 1.6.2 support (untested)

diffstat:

 net/xfce4-wavelan-plugin/Makefile         |   3 ++-
 net/xfce4-wavelan-plugin/distinfo         |   3 ++-
 net/xfce4-wavelan-plugin/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r f5123193fe9e -r a621aca05d7f net/xfce4-wavelan-plugin/Makefile
--- a/net/xfce4-wavelan-plugin/Makefile Thu Feb 10 12:07:26 2005 +0000
+++ b/net/xfce4-wavelan-plugin/Makefile Thu Feb 10 12:22:29 2005 +0000
@@ -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 -r f5123193fe9e -r a621aca05d7f net/xfce4-wavelan-plugin/distinfo
--- a/net/xfce4-wavelan-plugin/distinfo Thu Feb 10 12:07:26 2005 +0000
+++ b/net/xfce4-wavelan-plugin/distinfo Thu Feb 10 12:22:29 2005 +0000
@@ -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 -r f5123193fe9e -r a621aca05d7f net/xfce4-wavelan-plugin/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xfce4-wavelan-plugin/patches/patch-aa Thu Feb 10 12:22:29 2005 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index