Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 17:09:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345669 - head/benchmarks/flowgrind
Message-ID:  <201402221709.s1MH9lnk053552@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221709.s1MH9lnk053552>