diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2003-11-17 04:10:04 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2003-11-17 04:10:04 +0000 |
commit | 9c90f7e2f4f9a72d5aef6ee7c26bf3514ce0c189 (patch) | |
tree | ad91c4cfa94094e24cddcaedb6873ac500be5d80 /benchmarks/netpipe | |
parent | 07d5b193382894863b54623bbad510ef42c93aee (diff) | |
download | FreeBSD-ports-9c90f7e2f4f9a72d5aef6ee7c26bf3514ce0c189.zip FreeBSD-ports-9c90f7e2f4f9a72d5aef6ee7c26bf3514ce0c189.tar.gz |
Upgrade to v3.6.
Diffstat (limited to 'benchmarks/netpipe')
-rw-r--r-- | benchmarks/netpipe/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/netpipe/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/netpipe/files/patch-makefile | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index 1dc3dec..1d1de15 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= NetPIPE -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= benchmarks net MASTER_SITES= http://www.scl.ameslab.gov/Projects/Netpipe/code/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/benchmarks/netpipe/distinfo b/benchmarks/netpipe/distinfo index 7b99ecf..e6f7722 100644 --- a/benchmarks/netpipe/distinfo +++ b/benchmarks/netpipe/distinfo @@ -1 +1 @@ -MD5 (NetPIPE_3.5.tar.gz) = 0abc35dc080efd9d045e3b60c5da9011 +MD5 (NetPIPE_3.6.tar.gz) = be79a9840f35b1e70277704439ad97b8 diff --git a/benchmarks/netpipe/files/patch-makefile b/benchmarks/netpipe/files/patch-makefile index 8c65dfb..003a1d7 100644 --- a/benchmarks/netpipe/files/patch-makefile +++ b/benchmarks/netpipe/files/patch-makefile @@ -1,13 +1,13 @@ ---- makefile.orig Sun Oct 19 01:20:44 2003 -+++ makefile Sun Oct 19 01:20:53 2003 +--- makefile.orig Wed Nov 12 11:47:13 2003 ++++ makefile Mon Nov 17 09:03:21 2003 @@ -20,8 +20,8 @@ # ######################################################################## -CC = cc --CFLAGS = -O +-CFLAGS = -O +CC ?= cc -+CFLAGS ?= -O -pipe ++CFLAGS ?= -O SRC = ./src # For MPI, mpicc will set up the proper include and library paths |