net-mgmt/fastnetmon: add dependency for libbison and remove ndpi support (broken)

Reported by:	Mihai <mihaigabriel@gmail.com>
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D10644
This commit is contained in:
Babak Farrokhi 2017-05-22 13:35:00 +00:00
parent cbfa306f08
commit 2c20262b31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441457
2 changed files with 11 additions and 4 deletions

View file

@ -4,7 +4,7 @@
PORTNAME= fastnetmon
PORTVERSION= 1.1.3
DISTVERSIONPREFIX= v
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net-mgmt security
MAINTAINER= farrokhi@FreeBSD.org
@ -15,10 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
liblog4cpp.so:devel/log4cpp \
libndpi.so:net/ndpi \
libluajit-5.1.so:lang/luajit \
libmongoc-1.0.so:devel/mongo-c-driver \
libjson-c.so:devel/json-c
libjson-c.so:devel/json-c \
libbson-1.0.so:devel/libbson
USE_GITHUB= yes
GH_ACCOUNT= pavel-odintsov

View file

@ -35,7 +35,14 @@
set(FASTNETMON_PROFILER OFF)
@@ -190,15 +199,15 @@ if (ENABLE_DPI_SUPPORT)
@@ -184,21 +193,21 @@ add_library(sflow_plugin STATIC sflow_pl
add_library(netflow_plugin STATIC netflow_plugin/netflow_collector.cpp)
target_link_libraries(netflow_plugin ipfix_rfc)
-set(ENABLE_DPI_SUPPORT YES)
+#set(ENABLE_DPI_SUPPORT YES)
if (ENABLE_DPI_SUPPORT)
message(STATUS "We will enable nDPI support")
add_library(fast_dpi STATIC fast_dpi.cpp)