From owner-svn-ports-all@freebsd.org Tue May 3 16:29:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A295B2CE45; Tue, 3 May 2016 16:29:08 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AD181508; Tue, 3 May 2016 16:29:08 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43GT723099936; Tue, 3 May 2016 16:29:07 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u43GT7oV099935; Tue, 3 May 2016 16:29:07 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201605031629.u43GT7oV099935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Tue, 3 May 2016 16:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414538 - head/benchmarks/flowgrind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 16:29:08 -0000 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