diff options
author | Lars Engels <lme@FreeBSD.org> | 2010-10-08 15:34:53 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2010-10-08 15:34:53 +0000 |
commit | 0958cff2106b13566036b48dfc87c56a46178609 (patch) | |
tree | 77555af4c7d58c68bb69cb3a2ae0c90285db4447 /x11 | |
parent | 4ecbb264660a67a15231bfdfc1d41e2b737f8e4b (diff) | |
download | ports-0958cff2106b13566036b48dfc87c56a46178609.tar.gz ports-0958cff2106b13566036b48dfc87c56a46178609.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxpanel/Makefile | 1 | ||||
-rw-r--r-- | x11/lxpanel/files/patch-src-plugins-netstatus-netstatus-sysdeps.c | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index ade93e908e34..5fdb6947379f 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -7,6 +7,7 @@ PORTNAME= lxpanel PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${PORTVERSION} diff --git a/x11/lxpanel/files/patch-src-plugins-netstatus-netstatus-sysdeps.c b/x11/lxpanel/files/patch-src-plugins-netstatus-netstatus-sysdeps.c index f7510c6bb7cd..30c766ff8d3c 100644 --- a/x11/lxpanel/files/patch-src-plugins-netstatus-netstatus-sysdeps.c +++ b/x11/lxpanel/files/patch-src-plugins-netstatus-netstatus-sysdeps.c @@ -1,5 +1,5 @@ ---- src/plugins/netstatus/netstatus-sysdeps.c.orig Wed Nov 8 23:12:06 2006 -+++ src/plugins/netstatus/netstatus-sysdeps.c Mon Aug 13 11:24:42 2007 +--- ./src/plugins/netstatus/netstatus-sysdeps.c.orig 2010-02-08 07:37:52.000000000 +0100 ++++ ./src/plugins/netstatus/netstatus-sysdeps.c 2010-10-08 17:10:02.591239839 +0200 @@ -37,13 +37,26 @@ #ifdef __FreeBSD__ @@ -166,7 +166,7 @@ g_strncasecmp (iface, "ipw", 3) && g_strncasecmp (iface, "iwi", 3) && + g_strncasecmp (iface, "rum", 3) && -+ g_strncasecmp (iface, "ray", 3) && ++ g_strncasecmp (iface, "wlan", 4) && g_strncasecmp (iface, "acx", 3)) return error_message; |