aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nfdump/Makefile
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-03-28 05:08:01 +0800
committerpawel <pawel@FreeBSD.org>2013-03-28 05:08:01 +0800
commit184a8f8b71bc0c3adfcf0c59785d7c239405e330 (patch)
treed6619cd752d8eb741c5edf87d61ca437ca7b4dd9 /net-mgmt/nfdump/Makefile
parent8057594f6e90fdb5135ed7b509384a3cd0b170f9 (diff)
downloadfreebsd-ports-gnome-184a8f8b71bc0c3adfcf0c59785d7c239405e330.tar.gz
freebsd-ports-gnome-184a8f8b71bc0c3adfcf0c59785d7c239405e330.tar.zst
freebsd-ports-gnome-184a8f8b71bc0c3adfcf0c59785d7c239405e330.zip
- Update to version 1.6.9 [1]
- Add patch to fix rrdtool detection [2] - Remove nftrack from PLIST_FILES, it's only installed when NFTRACK=on - Don't compile with debug flags by default - Cleanup pkg-descr PR: ports/177392 [1] PR: ports/174149 [2] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1] Reported by: Aron Calvert <bsd@presi.dk> [2] Approved by: maintainer [1], maintainer timeout [2]
Diffstat (limited to 'net-mgmt/nfdump/Makefile')
-rw-r--r--net-mgmt/nfdump/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-mgmt/nfdump/Makefile b/net-mgmt/nfdump/Makefile
index 1275c2a38b7c..328c59e63f18 100644
--- a/net-mgmt/nfdump/Makefile
+++ b/net-mgmt/nfdump/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nfdump
-PORTVERSION= 1.6.8
+PORTVERSION= 1.6.9
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
@@ -29,6 +29,9 @@ NFTRACK_DESC= With PortTracker support
SFLOW_DESC= Build sflow collector daemon also
NFDUMP15_DESC= Enable compatbility with version 1.5
+post-patch:
+ @${REINPLACE_CMD} 's|-ggdb||' ${WRKSRC}/bin/Makefile.in
+
.include <bsd.port.options.mk>
#for compatibility
@@ -39,8 +42,7 @@ CONFIGURE_ARGS+= --enable-compat15
CONFIGURE_ARGS+= --disable-compat15
.endif
-PLIST_FILES= bin/nfanon bin/nfcapd bin/nfdump bin/nfexpire bin/nfreplay \
- bin/nftrack
+PLIST_FILES= bin/nfanon bin/nfcapd bin/nfdump bin/nfexpire bin/nfreplay
MAN1= nfanon.1 nfcapd.1 nfdump.1 nfexpire.1 nfreplay.1
MAN1+= ft2nfdump.1 nfprofile.1 sfcapd.1
PORTDOCS= AUTHORS ChangeLog INSTALL README