svn commit: r345669 - head/benchmarks/flowgrind

Antoine Brodin antoine at FreeBSD.org
Sat Feb 22 17:09:48 UTC 2014


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


More information about the svn-ports-all mailing list