summaryrefslogtreecommitdiffstats
path: root/net/wmnd
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-11-26 00:06:57 +0000
committerpat <pat@FreeBSD.org>2002-11-26 00:06:57 +0000
commit4ab79890fd2bb0aa6deaf7ed5db74422414d63ad (patch)
tree262d8a0730394e9af176e7c6b38d722ced2bd12d /net/wmnd
parent3b83ae0dc9f413e7e914ac475b6a9efcc09f095e (diff)
downloadFreeBSD-ports-4ab79890fd2bb0aa6deaf7ed5db74422414d63ad.zip
FreeBSD-ports-4ab79890fd2bb0aa6deaf7ed5db74422414d63ad.tar.gz
Unbreak draw recieve/transmit meter and bump PORTREVISION.
Reviewed by: maintainer
Diffstat (limited to 'net/wmnd')
-rw-r--r--net/wmnd/Makefile1
-rw-r--r--net/wmnd/files/patch-src::wmnd.c14
2 files changed, 15 insertions, 0 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile
index b98dd68..771fe19 100644
--- a/net/wmnd/Makefile
+++ b/net/wmnd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wmnd
PORTVERSION= 0.4.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/
diff --git a/net/wmnd/files/patch-src::wmnd.c b/net/wmnd/files/patch-src::wmnd.c
new file mode 100644
index 0000000..17861e1
--- /dev/null
+++ b/net/wmnd/files/patch-src::wmnd.c
@@ -0,0 +1,14 @@
+--- src/wmnd.c.orig Sun Sep 22 09:23:35 2002
++++ src/wmnd.c Sun Sep 22 09:23:55 2002
+@@ -1204,10 +1204,7 @@
+ }
+
+ /* draw rx/tx rate */
+- /* TODO
+- p -= 4; sets p to his[58] or so
+- draw_rate(p[in], p[out]); */
+- p = ptr->avg;
++ p -= 4; // sets p to his[58] or so
+ draw_rate(p[in], p[out]);
+
+ if (bit_get(CFG_MAXSCREEN))
OpenPOWER on IntegriCloud