Index: head/net-mgmt/nfdump/Makefile =================================================================== --- head/net-mgmt/nfdump/Makefile (revision 217907) +++ head/net-mgmt/nfdump/Makefile (revision 217908) @@ -1,61 +1,66 @@ # New ports collection makefile for: nfdump # Date created: 2004-09-29 # Whom: Janos.Mohacsi@bsd.hu # # $FreeBSD$ # PORTNAME= nfdump -PORTVERSION= 1.5.6 -PORTREVISION= 1 +PORTVERSION= 1.5.7 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} 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 #for compatibility # .ifndef(WITHOUT_NFDUMP14_SUPPORT) 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(WITH_NFPROFILE) +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 CONFIGURE_ARGS+= --enable-ftconv --with-ftpath=${LOCALBASE} PLIST_FILES+= bin/ft2nfdump MAN1+= ft2nfdump.1 .endif #sflow capture support .if defined(WITH_SFLOW) CONFIGURE_ARGS+= --enable-sflow PLIST_FILES+= bin/sfcapd MAN1+= sfcapd.1 .endif .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Property changes on: head/net-mgmt/nfdump/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net-mgmt/nfdump/distinfo =================================================================== --- head/net-mgmt/nfdump/distinfo (revision 217907) +++ head/net-mgmt/nfdump/distinfo (revision 217908) @@ -1,3 +1,3 @@ -MD5 (nfdump-1.5.6.tar.gz) = 2fb8b467cceb6f43bac5da4be8bed771 -SHA256 (nfdump-1.5.6.tar.gz) = d3371f743f73509c8a48519aa3f00cb3f682cd46559c3a640d416d10d388f336 -SIZE (nfdump-1.5.6.tar.gz) = 320712 +MD5 (nfdump-1.5.7.tar.gz) = 0be4eee4811d21685573fb0b91d49487 +SHA256 (nfdump-1.5.7.tar.gz) = d3890848ca6502391c6d2798b7d06c712d916fdcee38dfe0006a6bb3830bb5b5 +SIZE (nfdump-1.5.7.tar.gz) = 324603 Property changes on: head/net-mgmt/nfdump/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property