svn commit: r311280 - in head/benchmarks/netperf: . files

Marius Strobl marius at FreeBSD.org
Wed Jan 30 22:10:18 UTC 2013


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 at FreeBSD.org
+MAINTAINER=	marius at 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


More information about the svn-ports-all mailing list