Page MenuHomeFreeBSD

D10644.id28144.diff
No OneTemporary

D10644.id28144.diff

Index: net-mgmt/fastnetmon/Makefile
===================================================================
--- net-mgmt/fastnetmon/Makefile
+++ net-mgmt/fastnetmon/Makefile
@@ -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 @@
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
Index: net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt
===================================================================
--- net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt
+++ net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt
@@ -38,7 +38,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)

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 25, 6:03 AM (4 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32112612
Default Alt Text
D10644.id28144.diff (1 KB)

Event Timeline