svn commit: r441457 - in head/net-mgmt/fastnetmon: . files

Mathieu Arnold mat at FreeBSD.org
Mon May 22 13:48:59 UTC 2017


Le 22/05/2017 à 15:35, Babak Farrokhi a écrit :
> Author: farrokhi
> Date: Mon May 22 13:35:00 2017
> New Revision: 441457
> URL: https://svnweb.freebsd.org/changeset/ports/441457
>
> Log:
>   net-mgmt/fastnetmon: add dependency for libbison and remove ndpi support (broken)

Ok, so, I should have said something about this one too, the summary was
a great commit message, that bit up there ^ is really too short.

>   
>   Reported by:	Mihai <mihaigabriel at gmail.com>
>   Reviewed by:	mat
>   Approved by:	mat
>   Differential Revision:	https://reviews.freebsd.org/D10644
>
> Modified:
>   head/net-mgmt/fastnetmon/Makefile
>   head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt
>
> Modified: head/net-mgmt/fastnetmon/Makefile
> ==============================================================================
> --- head/net-mgmt/fastnetmon/Makefile	Mon May 22 13:30:13 2017	(r441456)
> +++ head/net-mgmt/fastnetmon/Makefile	Mon May 22 13:35:00 2017	(r441457)
> @@ -4,7 +4,7 @@
>  PORTNAME=	fastnetmon
>  PORTVERSION=	1.1.3
>  DISTVERSIONPREFIX=	v
> -PORTREVISION=	3
> +PORTREVISION=	4
>  CATEGORIES=	net-mgmt security
>  
>  MAINTAINER=	farrokhi at 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
>
> Modified: head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt
> ==============================================================================
> --- head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt	Mon May 22 13:30:13 2017	(r441456)
> +++ head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt	Mon May 22 13:35:00 2017	(r441457)
> @@ -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)
>   
>
>

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170522/3e668553/attachment.sig>


More information about the svn-ports-all mailing list