Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2010 14:01:36 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@bsd.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/147317: [MAINTAINER] net-mgmt/nfdump: [Depency fix]
Message-ID:  <201006021201.o52C1aTg000159@csoki.ki.iif.hu>
Resent-Message-ID: <201006021210.o52CA2WC066500@freefall.freebsd.org>

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

>Number:         147317
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/nfdump: [Depency fix]
>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:   Wed Jun 02 12:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD csoki.ki.iif.hu 6.4-STABLE FreeBSD 6.4-STABLE #16: Sat May 22 20:16:54 CEST 2010
>Description:
[DESCRIBE CHANGES]

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- nfdump-1.6.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nfdump.orig/Makefile /usr/ports/net-mgmt/nfdump/Makefile
--- /usr/ports/net-mgmt/nfdump.orig/Makefile	2010-06-02 11:02:30.000000000 +0200
+++ /usr/ports/net-mgmt/nfdump/Makefile	2010-06-02 11:28:11.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	nfdump
 PORTVERSION=	1.6.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
 
@@ -43,7 +44,6 @@
 PLIST_FILES+=	bin/nfprofile
 #MAN1+=		nfprofile.1
 BUILD_DEPENDS+=	rrdtool:${PORTSDIR}/databases/rrdtool
-RUN_DEPENDS+=	${BUILD_DEPENDS}
 .endif
 
 #flow-tools support
@@ -60,6 +60,7 @@
 PLIST_FILES+=	bin/sfcapd
 #MAN1+=		sfcapd.1
 .endif
+RUN_DEPENDS+=	${BUILD_DEPENDS}
 
 .if !defined(NOPORTDOCS)
 post-install:
--- nfdump-1.6.1_1.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?201006021201.o52C1aTg000159>