diff options
author | Marius Strobl <marius@FreeBSD.org> | 2013-01-30 22:10:17 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2013-01-30 22:10:17 +0000 |
commit | e6a2ed54c5729fbd1aa1b9bb18e2b98d93962188 (patch) | |
tree | 5b71147d00b1735dcc449fbb751dba057b8e2bb0 /benchmarks | |
parent | f9dc60e99882f2b098e6eb66dfb05bdca56da550 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netperf/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/netperf/files/patch-netperf.man | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index abdb09c10186..dc59393f40bd 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -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 diff --git a/benchmarks/netperf/files/patch-netperf.man b/benchmarks/netperf/files/patch-netperf.man new file mode 100644 index 000000000000..afdccde69549 --- /dev/null +++ b/benchmarks/netperf/files/patch-netperf.man @@ -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 |