mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- 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]
This commit is contained in:
parent
21b94508b6
commit
7924f98813
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315414
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nfdump-1.6.8.tar.gz) = 4b2306d7a26f2f81228e7d3bbeb06df42e903dec9b351c770c474bd97d74a8d6
|
||||
SIZE (nfdump-1.6.8.tar.gz) = 672158
|
||||
SHA256 (nfdump-1.6.9.tar.gz) = 734943ab872d3642575add5db64ef5755f85a0a9600b120d5ee09bea4ef98dbc
|
||||
SIZE (nfdump-1.6.9.tar.gz) = 686587
|
||||
|
20
net-mgmt/nfdump/files/patch-configure
Normal file
20
net-mgmt/nfdump/files/patch-configure
Normal file
@ -0,0 +1,20 @@
|
||||
--- ./configure.orig 2013-03-02 18:24:29.000000000 +0100
|
||||
+++ ./configure 2013-03-27 20:43:21.000000000 +0100
|
||||
@@ -4945,7 +4945,7 @@
|
||||
|
||||
|
||||
# Check whether --enable-nfprofile was given.
|
||||
-if test "${enable_nfprofile+set}" = set; then :
|
||||
+if test "x${enable_nfprofile}" = xyes; then :
|
||||
enableval=$enable_nfprofile;
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rrd_update in -lrrd" >&5
|
||||
$as_echo_n "checking for rrd_update in -lrrd... " >&6; }
|
||||
@@ -5069,7 +5069,7 @@
|
||||
|
||||
|
||||
# Check whether --enable-nftrack was given.
|
||||
-if test "${enable_nftrack+set}" = set; then :
|
||||
+if test "x${enable_nftrack}" = xyes; then :
|
||||
enableval=$enable_nftrack;
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rrd_update in -lrrd" >&5
|
||||
$as_echo_n "checking for rrd_update in -lrrd... " >&6; }
|
@ -19,5 +19,3 @@ the network to another host.
|
||||
ft2nfdump - flow-tools to nfdump - optional component
|
||||
|
||||
WWW: http://nfdump.sourceforge.net
|
||||
|
||||
Janos Mohacsi <janos.mohacsi@bsd.hu>
|
||||
|
Loading…
Reference in New Issue
Block a user