From owner-svn-ports-all@FreeBSD.ORG Tue Jan 27 22:56:15 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91F00ACA; Tue, 27 Jan 2015 22:56:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9F7935; Tue, 27 Jan 2015 22:56:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0RMuF3d016146; Tue, 27 Jan 2015 22:56:15 GMT (envelope-from marius@FreeBSD.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0RMuFCP016145; Tue, 27 Jan 2015 22:56:15 GMT (envelope-from marius@FreeBSD.org) Message-Id: <201501272256.t0RMuFCP016145@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marius set sender to marius@FreeBSD.org using -f From: Marius Strobl Date: Tue, 27 Jan 2015 22:56:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378027 - head/benchmarks/netperf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 22:56:15 -0000 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