svn commit: r378027 - head/benchmarks/netperf

Marius Strobl marius at FreeBSD.org
Tue Jan 27 22:56:15 UTC 2015


Author: marius
Date: Tue Jan 27 22:56:14 2015
New Revision: 378027
URL: https://svnweb.freebsd.org/changeset/ports/378027
QAT: https://qat.redports.org/buildarchive/r378027/

Log:
  Enable OMNI by default; this matches what vanilla netperf does since
  version 2.5 and restores bidirectional compatibility with other OS
  distributions following suit.
  
  PR:		197137

Modified:
  head/benchmarks/netperf/Makefile

Modified: head/benchmarks/netperf/Makefile
==============================================================================
--- head/benchmarks/netperf/Makefile	Tue Jan 27 22:48:45 2015	(r378026)
+++ head/benchmarks/netperf/Makefile	Tue Jan 27 22:56:14 2015	(r378027)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netperf
 PORTVERSION=	2.6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	benchmarks ipv6
 MASTER_SITES=	ftp://ftp.netperf.org/netperf/ \
 		http://fossies.org/unix/misc/
@@ -12,7 +12,7 @@ MAINTAINER=	marius at FreeBSD.org
 COMMENT=	Network performance benchmarking package
 
 OPTIONS_DEFINE=		OMNI SCTP SOCKETS HISTOGRAM EXS
-OPTIONS_DEFAULT=	SCTP SOCKETS HISTOGRAM EXS
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
 
 OMNI_DESC=	Enable OMNI tests
 SCTP_DESC=	Enable SCTP support
@@ -23,7 +23,7 @@ EXS_DESC=	Enable ICSC async socket suppo
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	"transform="
-CONFIGURE_ARGS=	--program-prefix=""  --program-suffix="" --enable-dirty \
+CONFIGURE_ARGS=	--program-prefix="" --program-suffix="" --enable-dirty \
 		--enable-demo --enable-burst --enable-intervals
 
 INFO=		netperf


More information about the svn-ports-all mailing list