Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2004 12:47:32 +0200 (CEST)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70572: [MAINTAINER] net-mgmt/netwox: update to 5.22.0
Message-ID:  <200408171047.i7HAlWBW013423@scone.ki.iif.hu>
Resent-Message-ID: <200408171050.i7HAoGaj002137@freefall.freebsd.org>

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

>Number:         70572
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/netwox: update to 5.22.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 17 10:50:16 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Aug  4 11:53:21 CEST
>Description:
Maintainer Update to net-mgmt/netwox to version 5.22.0
Changes: bugfix
port changes: honor CFLAGS and LOCALBASE

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
Apply this diff.
>Fix:

--- netwox-5.22.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/netwox.orig/Makefile /usr/ports/net-mgmt/netwox/Makefile
--- /usr/ports/net-mgmt/netwox.orig/Makefile	Fri Aug 13 16:23:10 2004
+++ /usr/ports/net-mgmt/netwox/Makefile	Tue Aug 17 12:11:40 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	netwox
-PORTVERSION=	5.21.0
+PORTVERSION=	5.22.0
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	http://www.laurentconstantin.com/common/netw/netwox/download/v5/ \
 		http://membres.lycos.fr/lauconstantin/common/netw/netwox/download/v5/ \
@@ -28,6 +28,8 @@
 do-configure:
 		@${REINPLACE_CMD} \
 		-e 's|%%PREFIX%%|${PREFIX}|' \
+		-e 's|%%LOCALBASE%%|${LOCALBASE}|' \
+		-e 's|%%CFLAGS%%|${CFLAGS}|' \
 		${WRKSRC}/config.dat
 		(cd ${WRKSRC} ; ${SH} ${WRKSRC}/genemake )
 
diff -ruN --exclude=CVS /usr/ports/net-mgmt/netwox.orig/distinfo /usr/ports/net-mgmt/netwox/distinfo
--- /usr/ports/net-mgmt/netwox.orig/distinfo	Fri Aug 13 16:23:10 2004
+++ /usr/ports/net-mgmt/netwox/distinfo	Tue Aug 17 12:07:35 2004
@@ -1,4 +1,4 @@
-MD5 (netwox-5.21.0-src.tgz) = a3b2dac361a577bd5f03d1b309eba85d
-SIZE (netwox-5.21.0-src.tgz) = 358301
-MD5 (netwox-5.21.0-doc_html.tgz) = 546f20c6c85e4080c8d4573c5558a294
-SIZE (netwox-5.21.0-doc_html.tgz) = 60685
+MD5 (netwox-5.22.0-src.tgz) = d7e664edaff38c89d88f99f118a8755c
+SIZE (netwox-5.22.0-src.tgz) = 376063
+MD5 (netwox-5.22.0-doc_html.tgz) = fa754a67a0ce21127d69c3967e34385d
+SIZE (netwox-5.22.0-doc_html.tgz) = 101825
diff -ruN --exclude=CVS /usr/ports/net-mgmt/netwox.orig/files/patch-config.dat /usr/ports/net-mgmt/netwox/files/patch-config.dat
--- /usr/ports/net-mgmt/netwox.orig/files/patch-config.dat	Sun Aug  1 11:37:04 2004
+++ /usr/ports/net-mgmt/netwox/files/patch-config.dat	Tue Aug 17 12:10:53 2004
@@ -1,14 +1,32 @@
 
-$FreeBSD: ports/net-mgmt/netwox/files/patch-config.dat,v 1.1 2004/08/01 09:37:04 sem Exp $
+$FreeBSD$
 
---- config.dat.orig	Mon Jul 26 09:22:03 2004
-+++ config.dat	Mon Jul 26 09:22:36 2004
-@@ -4,7 +4,7 @@
+--- config.dat.orig	Tue Aug 17 12:08:41 2004
++++ config.dat	Tue Aug 17 12:10:16 2004
+@@ -7,7 +7,7 @@
  
  ##########################################################################
- ### installation prefix directory of netwib [should not need to be modified]
+ ### installation prefix directory of netwib
 -NETWIBDEF_INSTPREFIX=/usr/local
-+NETWIBDEF_INSTPREFIX=%%PREFIX%%
++NETWIBDEF_INSTPREFIX=%%LOCALBASE%%
+ 
+ ### installation destination directory of netwib
+ NETWIBDEF_INSTDESTDIR=""
+@@ -22,7 +22,7 @@
+ 
+ ##########################################################################
+ ### directories where netwox will be installed
+-NETWOXDEF_INSTPREFIX=/usr/local
++NETWOXDEF_INSTPREFIX=%%PREFIX%%
+ NETWOXDEF_INSTBIN=${NETWOXDEF_INSTPREFIX}/bin
+ NETWOXDEF_INSTMAN=${NETWOXDEF_INSTPREFIX}/man
+ NETWOXDEF_INSTMAN1=${NETWOXDEF_INSTMAN}/man1
+@@ -42,7 +42,7 @@
  
  ##########################################################################
- ### installation destination directory [should not need to be modified]
+ ### compiler options
+-NETWOXDEF_PROGCC_OPT="-Wall -O2"
++NETWOXDEF_PROGCC_OPT="%%CFLAGS%%"
+ NETWOXDEF_PROGCC_INC=""
+ NETWOXDEF_PROGCC_LIB=""
+ 
diff -ruN --exclude=CVS /usr/ports/net-mgmt/netwox.orig/pkg-plist /usr/ports/net-mgmt/netwox/pkg-plist
--- /usr/ports/net-mgmt/netwox.orig/pkg-plist	Fri Aug 13 16:23:10 2004
+++ /usr/ports/net-mgmt/netwox/pkg-plist	Tue Aug 17 12:38:55 2004
@@ -21,6 +21,187 @@
 %%PORTDOCS%%%%DOCSDIR%%/txt/problemusageunix.txt
 %%PORTDOCS%%%%DOCSDIR%%/txt/problemusagewindows.txt
 %%PORTDOCS%%%%DOCSDIR%%/txt/unimplemented.txt
+%%PORTDOCS%%%%DOCSDIR%%/tools/179.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/1.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/2.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/3.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/4.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/5.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/6.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/7.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/8.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/9.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/10.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/11.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/12.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/13.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/14.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/15.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/16.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/17.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/18.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/19.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/20.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/21.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/22.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/23.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/24.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/25.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/26.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/27.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/28.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/29.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/30.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/31.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/32.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/33.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/34.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/35.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/36.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/37.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/38.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/39.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/40.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/41.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/42.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/43.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/44.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/45.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/46.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/47.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/48.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/49.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/50.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/51.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/52.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/53.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/54.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/55.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/56.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/57.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/58.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/59.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/60.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/61.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/62.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/63.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/64.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/65.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/66.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/67.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/68.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/69.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/70.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/71.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/72.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/73.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/74.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/75.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/76.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/77.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/78.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/79.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/80.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/81.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/82.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/83.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/84.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/85.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/86.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/87.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/88.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/89.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/90.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/91.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/92.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/93.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/94.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/95.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/96.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/97.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/98.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/99.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/100.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/101.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/102.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/103.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/104.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/105.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/106.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/107.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/108.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/109.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/110.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/111.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/112.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/113.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/114.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/115.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/116.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/117.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/118.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/119.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/120.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/121.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/122.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/123.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/124.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/125.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/126.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/127.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/128.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/129.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/130.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/131.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/132.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/133.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/134.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/135.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/136.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/137.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/138.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/139.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/140.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/141.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/142.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/143.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/144.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/145.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/146.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/147.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/148.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/149.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/150.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/151.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/152.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/153.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/154.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/155.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/156.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/157.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/158.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/159.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/160.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/161.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/162.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/163.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/164.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/165.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/166.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/167.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/168.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/169.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/170.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/171.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/172.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/173.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/174.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/175.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/176.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/177.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/178.html
+%%PORTDOCS%%%%DOCSDIR%%/tools/index.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tools
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/images
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/html
--- netwox-5.22.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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