From owner-svn-ports-head@FreeBSD.ORG Sat Feb 22 17:09:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1992C87E; Sat, 22 Feb 2014 17:09:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0422E18CC; Sat, 22 Feb 2014 17:09:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1MH9lqw053554; Sat, 22 Feb 2014 17:09:47 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1MH9lnk053552; Sat, 22 Feb 2014 17:09:47 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402221709.s1MH9lnk053552@svn.freebsd.org> From: Antoine Brodin Date: Sat, 22 Feb 2014 17:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345669 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 17:09:48 -0000 Author: antoine Date: Sat Feb 22 17:09:47 2014 New Revision: 345669 URL: http://svnweb.freebsd.org/changeset/ports/345669 QAT: https://qat.redports.org/buildarchive/r345669/ Log: - Unbreak, it seems this port wants libpcap from ports not base - Stage support Reported by: pkg-fallout Modified: head/benchmarks/flowgrind/Makefile head/benchmarks/flowgrind/pkg-plist Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Sat Feb 22 17:09:16 2014 (r345668) +++ head/benchmarks/flowgrind/Makefile Sat Feb 22 17:09:47 2014 (r345669) @@ -12,15 +12,10 @@ COMMENT= Measure throughput and other me LIB_DEPENDS= libxmlrpc++.so:${PORTSDIR}/net/xmlrpc-c \ libgsl.so:${PORTSDIR}/math/gsl \ - libpcap.so:${PORTSDIR}/net/libpcap + libpcap.so.1:${PORTSDIR}/net/libpcap USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-debug -MAN1= flowgrind-stop.1 \ - flowgrind.1 \ - flowgrindd.1 - -NO_STAGE= yes .include Modified: head/benchmarks/flowgrind/pkg-plist ============================================================================== --- head/benchmarks/flowgrind/pkg-plist Sat Feb 22 17:09:16 2014 (r345668) +++ head/benchmarks/flowgrind/pkg-plist Sat Feb 22 17:09:47 2014 (r345669) @@ -1,3 +1,6 @@ bin/flowgrind bin/flowgrind-stop sbin/flowgrindd +man/man1/flowgrind-stop.1.gz +man/man1/flowgrind.1.gz +man/man1/flowgrindd.1.gz