diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-02-22 08:35:31 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-02-22 08:35:31 +0000 |
commit | a44999a2975fbc25a94df07898e407ac842c24c3 (patch) | |
tree | ef5c28dfa1a0ce43e9fa575535ff039af2c05a3f /benchmarks/netperf | |
parent | d7453bf1742bd7b7a13449ea97b35e101803f4cc (diff) | |
download | ports-a44999a2975fbc25a94df07898e407ac842c24c3.tar.gz ports-a44999a2975fbc25a94df07898e407ac842c24c3.zip |
Notes
Diffstat (limited to 'benchmarks/netperf')
-rw-r--r-- | benchmarks/netperf/Makefile | 12 | ||||
-rw-r--r-- | benchmarks/netperf/distinfo | 3 | ||||
-rw-r--r-- | benchmarks/netperf/files/patch-makefile | 12 |
3 files changed, 10 insertions, 17 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index dff113d4403f..ad7bd63de70a 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -6,16 +6,10 @@ # PORTNAME= netperf -PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTVERSION= 2.2.3 CATEGORIES= benchmarks ipv6 -MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/%SUBDIR%/ -MASTER_SITE_SUBDIR=. archive -DISTNAME= netperf-2.2pl2 - -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= netperf-22pl2-v6-20030121.diff.gz -PATCH_DIST_STRIP= -p1 +MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/ +DISTNAME= netperf-2.2pl3 MAINTAINER= sumikawa@FreeBSD.org diff --git a/benchmarks/netperf/distinfo b/benchmarks/netperf/distinfo index bdc26cf2a4b3..f4d2dd8c0223 100644 --- a/benchmarks/netperf/distinfo +++ b/benchmarks/netperf/distinfo @@ -1,2 +1 @@ -MD5 (netperf-2.2pl2.tar.gz) = f6a5b15667bcd5f2fd7ac36bfbf682fa -MD5 (netperf-22pl2-v6-20030121.diff.gz) = 1a879e7a28ead9f845d7a9271bc89690 +MD5 (netperf-2.2pl3.tar.gz) = 63282b3ffb12ec78dff1f9f9af09f718 diff --git a/benchmarks/netperf/files/patch-makefile b/benchmarks/netperf/files/patch-makefile index 43b313a3c476..1bfcedd99d55 100644 --- a/benchmarks/netperf/files/patch-makefile +++ b/benchmarks/netperf/files/patch-makefile @@ -1,5 +1,5 @@ ---- makefile 21 Jan 2003 00:28:51 -0000 1.7 -+++ makefile 21 Jan 2003 00:44:57 -0000 +--- makefile.orig Fri Feb 14 23:32:44 2003 ++++ makefile Sat Feb 22 08:21:09 2003 @@ -15,8 +15,8 @@ # for the rest of the world, it is probably better to put the binaries # in /usr/local/netperf or /opt/netperf @@ -11,12 +11,12 @@ # The compiler on your system might be somewhere else, and/or have # a different name. -@@ -91,7 +91,8 @@ - # +@@ -95,7 +95,8 @@ + # the makefile for your platform LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\"" --CFLAGS = -Ae -O -D$(LOG_FILE) -DUSE_PSTAT -DHAVE_SENDFILE -DDO_FIRST_BURST -+CFLAGS = %CFLAGS% -D$(LOG_FILE) -DDO_FIRST_BURST #-DHAVE_SENDFILE +-CFLAGS = -O -D$(LOG_FILE) -DNEED_MAKEFILE_EDIT ++CFLAGS = %CFLAGS% -D$(LOG_FILE) -DDO_FIRST_BURST +CFLAGS+= -DHISTOGRAM -DDO_UNIX -DDO_1644 -DDO_IPV6 # Some platforms, and some options, require additional libraries. |