aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2003-07-12 01:27:36 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2003-07-12 01:27:36 +0000
commit352d974abd5739e6588b96ab411ac7257085c897 (patch)
tree6ed35e80b371068dd523af8ca15b304e25cb3917 /benchmarks
parent0b58dabdac6a3cadd72564a3e58fd6a1ac3dd4cc (diff)
downloadports-352d974abd5739e6588b96ab411ac7257085c897.tar.gz
ports-352d974abd5739e6588b96ab411ac7257085c897.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/netpipe/Makefile4
-rw-r--r--benchmarks/netpipe/distinfo2
-rw-r--r--benchmarks/netpipe/files/patch-aa13
3 files changed, 3 insertions, 16 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile
index 133c061f68e9..1dc3dec5efee 100644
--- a/benchmarks/netpipe/Makefile
+++ b/benchmarks/netpipe/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= NetPIPE
-PORTVERSION= 3.2
+PORTVERSION= 3.5
CATEGORIES= benchmarks net
MASTER_SITES= http://www.scl.ameslab.gov/Projects/Netpipe/code/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= jkoshy@freebsd.org
COMMENT= A self-scaling network benchmark
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
MAKEFILE= makefile
# The default port builds and installs only the TCP version of
diff --git a/benchmarks/netpipe/distinfo b/benchmarks/netpipe/distinfo
index 294a078d605f..7b99ecfc2e0d 100644
--- a/benchmarks/netpipe/distinfo
+++ b/benchmarks/netpipe/distinfo
@@ -1 +1 @@
-MD5 (NetPIPE_3.2.tar.gz) = ef22a3024bf408c08fe74a6d7fca08e2
+MD5 (NetPIPE_3.5.tar.gz) = 0abc35dc080efd9d045e3b60c5da9011
diff --git a/benchmarks/netpipe/files/patch-aa b/benchmarks/netpipe/files/patch-aa
deleted file mode 100644
index 9022b2517c26..000000000000
--- a/benchmarks/netpipe/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- makefile-- Mon Oct 7 10:33:20 2002
-+++ makefile Mon Oct 7 10:33:26 2002
-@@ -20,8 +20,8 @@
- #
- ########################################################################
-
--CC = cc
--CFLAGS = -O
-+CC ?= cc
-+CFLAGS ?= -O
- SRC = ./src
-
- # For MPI, mpicc will set up the proper include and library paths