From owner-svn-ports-all@FreeBSD.ORG Wed Jan 2 22:47:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0752FC0D; Wed, 2 Jan 2013 22:47:33 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D4DEB8B3; Wed, 2 Jan 2013 22:47:32 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r02MlWuD079618; Wed, 2 Jan 2013 22:47:32 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r02MlWU9079614; Wed, 2 Jan 2013 22:47:32 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201301022247.r02MlWU9079614@svn.freebsd.org> From: Pawel Pekala Date: Wed, 2 Jan 2013 22:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309847 - 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.14 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: Wed, 02 Jan 2013 22:47:33 -0000 Author: pawel Date: Wed Jan 2 22:47:32 2013 New Revision: 309847 URL: http://svnweb.freebsd.org/changeset/ports/309847 Log: - Fix build with clang [1] - Use standard header - Convert spaces to tabs in options and descriptions - Spelling fixes in pkg-descr PR: ports/174887 [1] Reported by: Garrett Cooper [1] Modified: head/benchmarks/netperf/Makefile head/benchmarks/netperf/pkg-descr Modified: head/benchmarks/netperf/Makefile ============================================================================== --- head/benchmarks/netperf/Makefile Wed Jan 2 22:37:23 2013 (r309846) +++ head/benchmarks/netperf/Makefile Wed Jan 2 22:47:32 2013 (r309847) @@ -1,4 +1,4 @@ -# Created by: koshy +# Created by: koshy # $FreeBSD$ PORTNAME= netperf @@ -10,17 +10,18 @@ MASTER_SITES= ftp://ftp.netperf.org/netp MAINTAINER= ports@FreeBSD.org COMMENT= Network performance benchmarking package -OPTIONS_DEFINE= OMNI SCTP SOCKETS HISTOGRAM EXS -OPTIONS_DEFAULT= SCTP SOCKETS HISTOGRAM EXS +OPTIONS_DEFINE= OMNI SCTP SOCKETS HISTOGRAM EXS +OPTIONS_DEFAULT= SCTP SOCKETS HISTOGRAM EXS -OMNI_DESC= Enable OMNI tests -SCTP_DESC= Enable SCTP support -SOCKETS_DESC= Enable Unix Domain socket support -HISTOGRAM_DESC= Enable optional histogram output -EXS_DESC= Enable ICSC async socket support +OMNI_DESC= Enable OMNI tests +SCTP_DESC= Enable SCTP support +SOCKETS_DESC= Enable Unix Domain socket support +HISTOGRAM_DESC= Enable optional histogram output +EXS_DESC= Enable ICSC async socket support .include +USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ENV= "transform=" CONFIGURE_ARGS= --program-prefix="" --program-suffix="" --enable-dirty \ Modified: head/benchmarks/netperf/pkg-descr ============================================================================== --- head/benchmarks/netperf/pkg-descr Wed Jan 2 22:37:23 2013 (r309846) +++ head/benchmarks/netperf/pkg-descr Wed Jan 2 22:47:32 2013 (r309847) @@ -8,8 +8,8 @@ Some of these are: * specification of desired confidence levels for the tests Netperf will warn the user if these levels were not achieved. * filling send buffers with specified data (to beat compression schemes) - * specification of send/recieve buffer alignments and data offsets - * requesting cpu utilization and service demand calculations + * specification of send/receive buffer alignments and data offsets + * requesting CPU utilization and service demand calculations * specification of sizes of data to send Netperf can be used for measuring stream performance as well as round-trip performance.