Date: Tue, 3 May 2016 16:29:07 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414538 - head/benchmarks/flowgrind Message-ID: <201605031629.u43GT7oV099935@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Tue May 3 16:29:07 2016 New Revision: 414538 URL: https://svnweb.freebsd.org/changeset/ports/414538 Log: This port does not need to depend on libpcap from ports Modified: head/benchmarks/flowgrind/Makefile Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Tue May 3 16:23:01 2016 (r414537) +++ head/benchmarks/flowgrind/Makefile Tue May 3 16:29:07 2016 (r414538) @@ -3,6 +3,7 @@ PORTNAME= flowgrind PORTVERSION= 0.7.5 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= benchmarks @@ -12,9 +13,7 @@ COMMENT= Measure throughput and other me LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= pcap-config:net/libpcap -LIB_DEPENDS= libpcap.so:net/libpcap \ - libgsl.so:math/gsl \ +LIB_DEPENDS= libgsl.so:math/gsl \ libxmlrpc.so:net/xmlrpc-c USE_GITHUB= yes @@ -22,6 +21,7 @@ USE_GITHUB= yes USES= autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pcap --enable-gsl +CONFIGURE_ENV= LIBS="${LIBS} -lpcap" post-patch: @${RM} -rf ${WRKSRC}/build-aux
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605031629.u43GT7oV099935>