diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-28 06:29:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-28 06:29:55 +0800 |
commit | f81989b369b97717fb57a135acef2388b8131df6 (patch) | |
tree | 38f2e3f79214852d673e6e9eedcdab9988f97cef | |
parent | df57709524df3fcf188a69065cb4a220c63c13aa (diff) | |
download | freebsd-ports-gnome-f81989b369b97717fb57a135acef2388b8131df6.tar.gz freebsd-ports-gnome-f81989b369b97717fb57a135acef2388b8131df6.tar.zst freebsd-ports-gnome-f81989b369b97717fb57a135acef2388b8131df6.zip |
- The nfdump 1.5 compatibility reenabled. It is critical for existing nfdump 1.5
users, otherwise they cannot access exiting netflow records.
PR: 143264
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
-rw-r--r-- | net-mgmt/nfdump/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/nfdump/Makefile b/net-mgmt/nfdump/Makefile index 02c782907617..ec3d9bb21813 100644 --- a/net-mgmt/nfdump/Makefile +++ b/net-mgmt/nfdump/Makefile @@ -23,6 +23,12 @@ OPTIONS= FT2NFDUMP "With Flow-tools to nfdump converter" off \ .include <bsd.port.pre.mk> +#for compatibility +# +.ifndef(WITHOUT_NFDUMP15_SUPPORT) +CONFIGURE_ARGS= --enable-compat15 +.endif + PLIST_FILES= bin/nfcapd bin/nfdump bin/nfreplay bin/nfexpire MAN1= nfcapd.1 nfdump.1 nfreplay.1 nfexpire.1 MAN1+= nfprofile.1 ft2nfdump.1 sfcapd.1 |