Date: Sun, 12 Jan 2003 19:24:43 +0100 (CET) From: Miguel Mendez <flynn@energyhq.homeip.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: flag@gufi.org Subject: ports/46999: Update net/wmnd to 0.4.4 Message-ID: <200301121824.h0CIOhV9009283@christine.energyhq.tk>
next in thread | raw e-mail | index | archive | help
>Number: 46999 >Category: ports >Synopsis: Update net/wmnd to 0.4.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 10:30:00 PST 2003 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.0-RC i386 >Organization: >Environment: System: FreeBSD christine.energyhq.tk 5.0-RC FreeBSD 5.0-RC #0: Tue Dec 31 14:56:19 CET 2002 root@christine.energyhq.tk:/usr/obj/usr/src/sys/CHRISTINE i386 >Description: WMND 0.4.4 ---------------------------------------------------------------------- * WMND can now be quiet (-q/Q or quiet into ~/.wmndrc). * Fixed some parts of the configure script. Some options have changed their names: --without-dummy_driver is now --without-dummy-driver, --with-display_modes is now --with-display-modes * WMND is now fully packaged with 'make dist' (fixes some bugs in the installation procedure). WMND now requires autoconf 5 and automake 1.7 for regenerating the configure script. * Tired of the boring dummy driver? Enable the sine-o-matic bandwidth generator with --enable-sine-dummy! Then, experience it with: wmnd -D testing_dummy -s 1 * The --enable-debug switch should now work again. * I now maintain WMND with cvs, so I use cvs2cl to produce the ChangeLog directly from the repository. Old entries are moved to the ChangeLog.0 file. * The linux_proc driver can be forced to monitor devices that are actually offline (useful for ppp interfaces). * New display mode: lines (trend-like behavior). Mainly useful with a low smoothing factor and a fast scroll speed. * Added the smoothing factor thing to clear-up the graph while using a fast scroll speed and the lines mode. Read the docs for more informations. * Fixed average sampling (-S) for multiple devices and values != 1 * Added a new IRIX Performance Co-Pilot driver! * Re-touched the "charts" pixmap, in order to use less colors (PseudoColor users will appreciate this). I find it nicer anyway :) * The timer now works for *every* device. linux_proc users can now use it for ppp links. >How-To-Repeat: >Fix: --- wmnd.diff begins here --- diff -ruN wmnd.old/Makefile wmnd/Makefile --- wmnd.old/Makefile Tue Nov 26 01:06:57 2002 +++ wmnd/Makefile Sun Jan 12 19:13:24 2003 @@ -6,8 +6,7 @@ # PORTNAME= wmnd -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= net MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/ diff -ruN wmnd.old/distinfo wmnd/distinfo --- wmnd.old/distinfo Wed Aug 14 02:15:26 2002 +++ wmnd/distinfo Sun Jan 12 19:13:36 2003 @@ -1 +1 @@ -MD5 (wmnd-0.4.3.tar.gz) = 7ffe3db9d7cb496a6252908ceddeaeb3 +MD5 (wmnd-0.4.4.tar.gz) = eba6c0ac30c6278e72930cd66dca2f98 diff -ruN wmnd.old/files/patch-configure wmnd/files/patch-configure --- wmnd.old/files/patch-configure Thu Jun 20 09:33:36 2002 +++ wmnd/files/patch-configure Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ ---- configure.orig Fri Jun 14 09:51:26 2002 -+++ configure Fri Jun 14 18:40:20 2002 -@@ -4844,8 +4844,7 @@ - - # driver detection block: skip this block if the user manually specify - # drivers on the command line --if test "$ac_drivers" == "auto"; --then -+if eval "test \"\${$ac_drivers}\" = auto"; then - # reset the state variable - ac_drivers="" - diff -ruN wmnd.old/files/patch-src::wmnd.c wmnd/files/patch-src::wmnd.c --- wmnd.old/files/patch-src::wmnd.c Tue Nov 26 01:06:57 2002 +++ wmnd/files/patch-src::wmnd.c Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- 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)) --- wmnd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301121824.h0CIOhV9009283>