aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2003-02-22 16:35:31 +0800
committersumikawa <sumikawa@FreeBSD.org>2003-02-22 16:35:31 +0800
commit803acffbd9940495def5693800a5ec9d4a76a4e1 (patch)
treed9f7ab87ac6c2f08af501eb07ed18490d74bd16d /benchmarks
parent41f9bf0c305a612ffa04b5e71f32e660963ad1b4 (diff)
downloadfreebsd-ports-gnome-803acffbd9940495def5693800a5ec9d4a76a4e1.tar.gz
freebsd-ports-gnome-803acffbd9940495def5693800a5ec9d4a76a4e1.tar.zst
freebsd-ports-gnome-803acffbd9940495def5693800a5ec9d4a76a4e1.zip
Upgrade to 2.2pl3.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/netperf/Makefile12
-rw-r--r--benchmarks/netperf/distinfo3
-rw-r--r--benchmarks/netperf/files/patch-makefile12
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.