Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2011 02:59:11 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/161633: Update port: net-mgmt/TkTopNetFlows
Message-ID:  <20111015025911.1e2d7f77.tkato432@yahoo.com>
Resent-Message-ID: <201110141850.p9EIoP4A052039@freefall.freebsd.org>

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

>Number:         161633
>Category:       ports
>Synopsis:       Update port: net-mgmt/TkTopNetFlows
>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:   Fri Oct 14 18:50:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Support USE_TK

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net-mgmt/TkTopNetFlows/Makefile net-mgmt/TkTopNetFlows/Makefile
--- /usr/ports/net-mgmt/TkTopNetFlows/Makefile	2010-06-27 02:42:07.000000000 +0900
+++ net-mgmt/TkTopNetFlows/Makefile	2011-08-28 20:42:26.000000000 +0900
@@ -7,25 +7,23 @@
 
 PORTNAME=	TkTopNetFlows
 PORTVERSION=	0.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://vfom.narod.ru/download/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GUI tool for NetFlow data visualisation
 
-RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
-		${LOCALBASE}/lib/libBLT24.so.3:${PORTSDIR}/x11-toolkits/blt \
+RUN_DEPENDS=	${LOCALBASE}/lib/libBLT24.so.3:${PORTSDIR}/x11-toolkits/blt \
 		${LOCALBASE}/lib/Tktable2.10/libTktable2.10.so:${PORTSDIR}/x11-toolkits/tktable \
 		${SITE_PERL}/${PERL_ARCH}/Cflow.pm:${PORTSDIR}/net-mgmt/p5-Cflow
 
-NO_MTREE=	yes
 NO_BUILD=	yes
+
+USE_TK=		yes
 USE_PERL5=	yes
 
-.if !defined(NOPORTDOCS)
 PORTDOCS=	*
-.endif
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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