diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-11-17 04:10:04 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-11-17 04:10:04 +0000 |
commit | c41dc7a216b31e1b8f82a69a8d6ee5c51dadd951 (patch) | |
tree | afd260074214c487a3a56840f1a1bb47052edd9a | |
parent | 74f1dc757b07e6022da0d55174d45edccbd0bf47 (diff) |
Upgrade to v3.6.
Notes
Notes:
svn path=/head/; revision=94150
-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 1dc3dec5efee..1d1de15a40a0 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 7b99ecfc2e0d..e6f772281740 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 8c65dfb35255..003a1d7a2399 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 |