Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.

Noticed by:	rwatson
Approved by:	sumikawa [MAINTAINER]
This commit is contained in:
Joseph Koshy 2005-10-14 03:33:07 +00:00
parent 3dcb2fb51f
commit 3cd8f9089f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145326
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= netperf
PORTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= benchmarks ipv6
MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/
DISTNAME= netperf-2.3pl1

View file

@ -17,7 +17,7 @@
LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\""
-CFLAGS = -O -D$(LOG_FILE) -DNEED_MAKEFILE_EDIT
+CFLAGS = %CFLAGS% -D$(LOG_FILE) -DDO_FIRST_BURST
+CFLAGS+= -DHISTOGRAM -DDO_UNIX -DDO_1644 -DDO_IPV6
+CFLAGS+= -DDO_UNIX -DDO_1644 -DDO_IPV6
# Some platforms, and some options, require additional libraries.
# you can add to the "LIBS =" line to accomplish this. if you find