Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2008 20:13:56 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@bsd.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126144: [MAINTAINER] net-mgmt/nfdump: update to 1.5.7
Message-ID:  <200807311813.m6VIDunJ010239@csoki.ki.iif.hu>
Resent-Message-ID: <200807311820.m6VIK1Sj065653@freefall.freebsd.org>

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

>Number:         126144
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/nfdump: update to 1.5.7
>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:   Thu Jul 31 18:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD csoki.ki.iif.hu 6.3-STABLE FreeBSD 6.3-STABLE #6: Tue Jul 22 06:57:15 CEST 2008
>Description:
- Update to 1.5.7
- Add nfprofile enabling options - default on

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

--- nfdump-1.5.7.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	2007-10-19 14:19:55.000000000 +0200
+++ /usr/ports/net-mgmt/nfdump/Makefile	2008-07-31 20:10:38.000000000 +0200
@@ -2,11 +2,11 @@
 # Date created:				2004-09-29
 # Whom:					Janos.Mohacsi@bsd.hu
 #
-# $FreeBSD: ports/net-mgmt/nfdump/Makefile,v 1.12 2007/10/07 00:48:14 miwi Exp $
+# $FreeBSD: ports/net-mgmt/nfdump/Makefile,v 1.14 2008/06/24 12:34:54 rafan Exp $
 #
 
 PORTNAME=	nfdump
-PORTVERSION=	1.5.5
+PORTVERSION=	1.5.7
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,14 +14,12 @@
 MAINTAINER=	janos.mohacsi@bsd.hu
 COMMENT=	Command-line tools to collect and process NetFlow data
 
-BUILD_DEPENDS=	rrdtool:${PORTSDIR}/databases/rrdtool
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}  --enable-nfprofile --with-rrdpath=${LOCALBASE}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 #flow-tools support
 OPTIONS=	FT2NFDUMP	"With Flow-tools to nfdump converter" off \
+		NFPROFILE	"With nfprofile  (nfsen requires it)" on \
 		SFLOW		"Build sflow collector daemon also" off
 
 .include <bsd.port.pre.mk>
@@ -32,10 +30,20 @@
 CONFIGURE_ARGS=		--enable-compat14
 .endif
 
-PLIST_FILES=	bin/nfcapd bin/nfdump bin/nfprofile bin/nfreplay bin/nfexpire
-MAN1=		nfcapd.1 nfdump.1 nfprofile.1 nfreplay.1 nfexpire.1
+PLIST_FILES=	bin/nfcapd bin/nfdump bin/nfreplay bin/nfexpire
+MAN1=		nfcapd.1 nfdump.1 nfreplay.1 nfexpire.1
 PORTDOCS=	AUTHORS ChangeLog INSTALL README
 
+.if defined(WITHOUT_NFPROFILE)
+.else
+CONFIGURE_ARGS+=	--enable-nfprofile --with-rrdpath=${LOCALBASE}
+PLIST_FILES+=	bin/nfprofile
+MAN1+=		nfprofile.1
+BUILD_DEPENDS+=	rrdtool:${PORTSDIR}/databases/rrdtool
+RUN_DEPENDS+=	${BUILD_DEPENDS}
+
+.endif
+
 #flow-tools support
 .if defined(WITH_FT2NFDUMP)
 BUILD_DEPENDS+=		flow-cat:${PORTSDIR}/net-mgmt/flow-tools
diff -ruN --exclude=CVS /usr/ports/net-mgmt/nfdump.orig/distinfo /usr/ports/net-mgmt/nfdump/distinfo
--- /usr/ports/net-mgmt/nfdump.orig/distinfo	2007-10-19 14:19:55.000000000 +0200
+++ /usr/ports/net-mgmt/nfdump/distinfo	2008-07-31 20:07:47.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (nfdump-1.5.5.tar.gz) = b421b1b95ab649d886e1fafe51fc5fe8
-SHA256 (nfdump-1.5.5.tar.gz) = 564ed3490fa5062e1435f59e9fe8e5e1fcf38fd74a50001cd905444eae7b2551
-SIZE (nfdump-1.5.5.tar.gz) = 281546
+MD5 (nfdump-1.5.7.tar.gz) = 0be4eee4811d21685573fb0b91d49487
+SHA256 (nfdump-1.5.7.tar.gz) = d3890848ca6502391c6d2798b7d06c712d916fdcee38dfe0006a6bb3830bb5b5
+SIZE (nfdump-1.5.7.tar.gz) = 324603
--- nfdump-1.5.7.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?200807311813.m6VIDunJ010239>