From flynn@christine.energyhq.tk  Sun Jan 12 10:25:14 2003
Return-Path: <flynn@christine.energyhq.tk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B3B2037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Jan 2003 10:25:14 -0800 (PST)
Received: from christine.energyhq.tk (213-97-200-73.uc.nombres.ttd.es [213.97.200.73])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 119B343F80
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Jan 2003 10:25:10 -0800 (PST)
	(envelope-from flynn@christine.energyhq.tk)
Received: from christine.energyhq.tk (localhost.energyhq.tk [127.0.0.1])
	by christine.energyhq.tk (8.12.6/8.12.6) with ESMTP id h0CIOigE009284;
	Sun, 12 Jan 2003 19:24:44 +0100 (CET)
	(envelope-from flynn@christine.energyhq.tk)
Received: (from flynn@localhost)
	by christine.energyhq.tk (8.12.6/8.12.6/Submit) id h0CIOhV9009283;
	Sun, 12 Jan 2003 19:24:43 +0100 (CET)
Message-Id: <200301121824.h0CIOhV9009283@christine.energyhq.tk>
Date: Sun, 12 Jan 2003 19:24:43 +0100 (CET)
From: Miguel Mendez <flynn@energyhq.homeip.net>
Reply-To: Miguel Mendez <flynn@energyhq.homeip.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: flag@gufi.org
Subject: Update net/wmnd to 0.4.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46999
>Category:       ports
>Synopsis:       Update net/wmnd to 0.4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 12 10:30:00 PST 2003
>Closed-Date:    Thu Jan 16 01:52:08 JST 2003
>Last-Modified:  Thu Jan 16 01:52:08 JST 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: sumikawa 
State-Changed-When: Thu Jan 16 01:51:46 JST 2003 
State-Changed-Why:  
Commited, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46999 
>Unformatted:
