mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Upgrade to 2.2pl3.
This commit is contained in:
parent
d7453bf174
commit
a44999a297
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76131
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user