summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-28 02:31:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-28 02:31:11 +0800
commitae8b0f1dc8df2db1ac8196e7ea5be5b0e6f74ae3 (patch)
tree0b3e5fb3f29923937d011fce02c149d5a09973e8
parent0ebc32062bdd31639f6869d638093e24163d34af (diff)
downloadmarcuscom-ports-ae8b0f1dc8df2db1ac8196e7ea5be5b0e6f74ae3.tar
marcuscom-ports-ae8b0f1dc8df2db1ac8196e7ea5be5b0e6f74ae3.tar.gz
marcuscom-ports-ae8b0f1dc8df2db1ac8196e7ea5be5b0e6f74ae3.tar.bz2
marcuscom-ports-ae8b0f1dc8df2db1ac8196e7ea5be5b0e6f74ae3.tar.lz
marcuscom-ports-ae8b0f1dc8df2db1ac8196e7ea5be5b0e6f74ae3.tar.xz
marcuscom-ports-ae8b0f1dc8df2db1ac8196e7ea5be5b0e6f74ae3.tar.zst
marcuscom-ports-ae8b0f1dc8df2db1ac8196e7ea5be5b0e6f74ae3.zip
Add support for ural and ral wireless cards.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4126 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--net/gnome-netstatus/Makefile1
-rw-r--r--net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c11
-rw-r--r--net/gnomenetstatus/Makefile1
-rw-r--r--net/gnomenetstatus/files/patch-src_netstatus-sysdeps.c11
4 files changed, 24 insertions, 0 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
index e6fd0e4be..e346a05ad 100644
--- a/net/gnome-netstatus/Makefile
+++ b/net/gnome-netstatus/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomenetstatus
PORTVERSION= 2.11.1
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.11
diff --git a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c
new file mode 100644
index 000000000..bf655bd6a
--- /dev/null
+++ b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c
@@ -0,0 +1,11 @@
+--- src/netstatus-sysdeps.c.orig Mon Jun 27 14:29:53 2005
++++ src/netstatus-sysdeps.c Mon Jun 27 14:30:18 2005
+@@ -548,6 +548,8 @@ netstatus_sysdeps_read_iface_wireless_de
+ g_strncasecmp (iface, "wi", 2) &&
+ g_strncasecmp (iface, "ath", 3) &&
+ g_strncasecmp (iface, "ndis", 4) &&
++ g_strncasecmp (iface, "ural", 4) &&
++ g_strncasecmp (iface, "ral", 3) &&
+ g_strncasecmp (iface, "ipw", 3) &&
+ g_strncasecmp (iface, "iwi", 3) &&
+ g_strncasecmp (iface, "acx", 3))
diff --git a/net/gnomenetstatus/Makefile b/net/gnomenetstatus/Makefile
index e6fd0e4be..e346a05ad 100644
--- a/net/gnomenetstatus/Makefile
+++ b/net/gnomenetstatus/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomenetstatus
PORTVERSION= 2.11.1
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.11
diff --git a/net/gnomenetstatus/files/patch-src_netstatus-sysdeps.c b/net/gnomenetstatus/files/patch-src_netstatus-sysdeps.c
new file mode 100644
index 000000000..bf655bd6a
--- /dev/null
+++ b/net/gnomenetstatus/files/patch-src_netstatus-sysdeps.c
@@ -0,0 +1,11 @@
+--- src/netstatus-sysdeps.c.orig Mon Jun 27 14:29:53 2005
++++ src/netstatus-sysdeps.c Mon Jun 27 14:30:18 2005
+@@ -548,6 +548,8 @@ netstatus_sysdeps_read_iface_wireless_de
+ g_strncasecmp (iface, "wi", 2) &&
+ g_strncasecmp (iface, "ath", 3) &&
+ g_strncasecmp (iface, "ndis", 4) &&
++ g_strncasecmp (iface, "ural", 4) &&
++ g_strncasecmp (iface, "ral", 3) &&
+ g_strncasecmp (iface, "ipw", 3) &&
+ g_strncasecmp (iface, "iwi", 3) &&
+ g_strncasecmp (iface, "acx", 3))