Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2015 22:56:15 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378027 - head/benchmarks/netperf
Message-ID:  <201501272256.t0RMuFCP016145@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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