aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2015-01-27 22:56:14 +0000
committerMarius Strobl <marius@FreeBSD.org>2015-01-27 22:56:14 +0000
commit5b76ab1a697b8ee656517ac80ceda68e1735fbf2 (patch)
tree716c1301755732160a1415c8d5628f5a84d2eef5 /benchmarks
parente5604ea1d956c505e7d4e07c615bbd9b8e598229 (diff)
downloadports-5b76ab1a697b8ee656517ac80ceda68e1735fbf2.tar.gz
ports-5b76ab1a697b8ee656517ac80ceda68e1735fbf2.zip
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
Notes
Notes: svn path=/head/; revision=378027
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/netperf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
index ac9946802c7b..837c480798e8 100644
--- a/benchmarks/netperf/Makefile
+++ b/benchmarks/netperf/Makefile
@@ -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 support
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