Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2008 03:00:25 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121621: Update port: net/wmnd to 0.4.13
Message-ID:  <20080312030025.df3f8988.tkato432@yahoo.com>
Resent-Message-ID: <200803111810.m2BIA2KS048764@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121621
>Category:       ports
>Synopsis:       Update port: net/wmnd to 0.4.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 11 18:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 0.4.13

Remove file:
files/patch-src-drivers.c
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/wmnd/Makefile net/wmnd/Makefile
--- /usr/ports/net/wmnd/Makefile	2007-11-07 13:36:48.000000000 +0900
+++ net/wmnd/Makefile	2008-03-08 03:33:09.000000000 +0900
@@ -6,24 +6,30 @@
 #
 
 PORTNAME=	wmnd
-PORTVERSION=	0.4.12
-PORTREVISION=	2
+PORTVERSION=	0.4.13
 CATEGORIES=	net
 MASTER_SITES=	http://www.thregr.org/~wavexx/software/wmnd/releases/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Improved network monitoring dock app (with tons of features)
 
-USE_X_PREFIX=	yes
-USE_XPM=	yes
+USE_GNOME=	gnometarget
+USE_XORG=	ice sm x11 xext xpm
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \
-		--program-transform-name=""
+CONFIGURE_ARGS=	--with-drivers="freebsd_sysctl"
 
 MAN1=		wmnd.1
+PORTEXAMPLES=	wmndrc
+PLIST_FILES=	bin/wmnd
 
-post-install:
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${MANPREFIX}/man/man1
+.if !defined(NOPORTEXAMPLES)
+	@${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${EXAMPLESDIR}
+.endif
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/wmnd/distinfo net/wmnd/distinfo
--- /usr/ports/net/wmnd/distinfo	2006-05-17 13:38:56.000000000 +0900
+++ net/wmnd/distinfo	2008-03-08 03:11:22.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (wmnd-0.4.12.tar.gz) = 595227d5a4a296b39b53799201568e8d
-SHA256 (wmnd-0.4.12.tar.gz) = 9e9f63e2210a396c49697f776cca8189d2585785637c596a9207e1750bd4a824
-SIZE (wmnd-0.4.12.tar.gz) = 167646
+MD5 (wmnd-0.4.13.tar.gz) = 459320061b1cb41660a5130bcf3526ed
+SHA256 (wmnd-0.4.13.tar.gz) = c654a59e1c844393b55eabacc6f2efe12f2a45952c4bbf7f6bc5fbaf1dfdfcac
+SIZE (wmnd-0.4.13.tar.gz) = 169698
diff -urN /usr/ports/net/wmnd/files/patch-src-drivers.c net/wmnd/files/patch-src-drivers.c
--- /usr/ports/net/wmnd/files/patch-src-drivers.c	2007-04-18 04:02:00.000000000 +0900
+++ net/wmnd/files/patch-src-drivers.c	1970-01-01 09:00:00.000000000 +0900
@@ -1,21 +0,0 @@
---- src/drivers.c	Thu Apr 20 23:51:30 2006
-+++ ../wmnd-0.4.12-p/src/drivers.c	Thu Apr  5 22:05:34 2007
-@@ -570,7 +570,8 @@
-   struct freebsd_sysctl_drvdata* drdata;
-   int numifaces, numrfaces = 0;
-   int mib[5], datamib[6];
--  int i, len, len2;
-+  int i; 
-+  size_t len, len2;
- 
-   mib[0] = CTL_NET;
-   mib[1] = PF_LINK;
-@@ -636,7 +637,7 @@
- {
-   struct freebsd_sysctl_drvdata* drdata = dev->drvdata;
-   int datamib[6];
--  int len;
-+  size_t len;
- 
-   *ip = *op = *ib = *ob = 0;
- 
diff -urN /usr/ports/net/wmnd/pkg-descr net/wmnd/pkg-descr
--- /usr/ports/net/wmnd/pkg-descr	2007-11-07 13:36:48.000000000 +0900
+++ net/wmnd/pkg-descr	2008-03-08 03:36:30.000000000 +0900
@@ -1,6 +1,5 @@
-WMND (WindowMaker Network Devices) is a network monitoring
-dock app improved and based on WMiFS 1.3b.  The version 0.2 of
-wmnd is almost totally written by Timecop, given the optimization
-and flexibility. Enjoy!
+WMND (WindowMaker Network Devices) is a highly customizable network
+monitoring dockapp for Window Maker (and compatibles) for many
+operative systems and devices.
 
 WWW: http://www.thregr.org/~wavexx/software/wmnd/
diff -urN /usr/ports/net/wmnd/pkg-plist net/wmnd/pkg-plist
--- /usr/ports/net/wmnd/pkg-plist	2005-04-05 01:07:48.000000000 +0900
+++ net/wmnd/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,3 +0,0 @@
-bin/wmnd
-%%EXAMPLESDIR%%/wmndrc
-@dirrm %%EXAMPLESDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080312030025.df3f8988.tkato432>