Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2013 22:47:32 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309847 - head/benchmarks/netperf
Message-ID:  <201301022247.r02MlWU9079614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <yanegomi@gmail.com> [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 <bsd.port.options.mk>
 
+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.



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