Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 22:10:17 +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: r311280 - in head/benchmarks/netperf: . files
Message-ID:  <201301302210.r0UMAH3Y008828@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Wed Jan 30 22:10:17 2013
New Revision: 311280
URL: http://svnweb.freebsd.org/changeset/ports/311280

Log:
  - Given that we always build netperf with --enable-demo, remove an
    irritating remark from the manual page suggesting it hasn't been.
  - Grab
  
  Approved by:	bapt (mentor)

Added:
  head/benchmarks/netperf/files/patch-netperf.man   (contents, props changed)
Modified:
  head/benchmarks/netperf/Makefile   (contents, props changed)

Modified: head/benchmarks/netperf/Makefile
==============================================================================
--- head/benchmarks/netperf/Makefile	Wed Jan 30 21:59:44 2013	(r311279)
+++ head/benchmarks/netperf/Makefile	Wed Jan 30 22:10:17 2013	(r311280)
@@ -3,11 +3,12 @@
 
 PORTNAME=	netperf
 PORTVERSION=	2.6.0
+PORTREVISION=	1
 CATEGORIES=	benchmarks ipv6
 MASTER_SITES=	ftp://ftp.netperf.org/netperf/ \
 		http://fossies.org/unix/misc/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	marius@FreeBSD.org
 COMMENT=	Network performance benchmarking package
 
 OPTIONS_DEFINE=		OMNI SCTP SOCKETS HISTOGRAM EXS

Added: head/benchmarks/netperf/files/patch-netperf.man
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/netperf/files/patch-netperf.man	Wed Jan 30 22:10:17 2013	(r311280)
@@ -0,0 +1,12 @@
+--- doc/netperf.man.orig	2011-06-30 02:03:05.000000000 +0200
++++ doc/netperf.man	2013-01-29 21:38:34.000000000 +0100
+@@ -53,8 +53,7 @@
+ .TP
+ .B \-D [secs,units] (*)
+ Display interim results at least every secs seconds uning units as the
+-initial guess for units per second. This is only available when
+-netperf has been configured with --enable-demo.
++initial guess for units per second.
+ .TP
+ .B \-f GMKgmk
+ Change the units of measure for *_STREAM tests. Capital letters are



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