diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-19 15:15:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-19 15:15:10 +0000 |
commit | 3892b42f868903eedb13c55ca1c9c61787d18066 (patch) | |
tree | 39bc3df00f2467a5427ea29aa52c56630a621130 /benchmarks | |
parent | 36fda50c2647c4b05d6c40a8cd5cbb9803f08de1 (diff) | |
download | ports-3892b42f868903eedb13c55ca1c9c61787d18066.tar.gz ports-3892b42f868903eedb13c55ca1c9c61787d18066.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/iozone/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/iozone/files/patch-iozone.c | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 72fde403861f..172bce2f1cb3 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iozone -PORTVERSION= 3.370 +PORTVERSION= 3.397 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo index 98ff07b72a41..9b7b66a352e6 100644 --- a/benchmarks/iozone/distinfo +++ b/benchmarks/iozone/distinfo @@ -1,2 +1,2 @@ -SHA256 (iozone3_370.tar) = 03cde31626b9fe9dcd2f267926c4d2196e9afc89b6653b68833d22e5822c4f14 -SIZE (iozone3_370.tar) = 1679360 +SHA256 (iozone3_397.tar) = 213d8dcc6f70ca93a903b5fbb92cf758fd25617db4c65d188d29594f12b30d30 +SIZE (iozone3_397.tar) = 1679360 diff --git a/benchmarks/iozone/files/patch-iozone.c b/benchmarks/iozone/files/patch-iozone.c deleted file mode 100644 index f9acbf20f0f5..000000000000 --- a/benchmarks/iozone/files/patch-iozone.c +++ /dev/null @@ -1,11 +0,0 @@ ---- iozone.c.orig 2010-12-21 14:15:01.000000000 +0800 -+++ iozone.c 2010-12-21 14:15:16.000000000 +0800 -@@ -70,7 +70,7 @@ - #include <Windows.h> - int errno; - #else --#if defined(linux) || defined(solaris) || defined(macosx) -+#if defined(linux) || defined(solaris) || defined(macosx) || defined(FreeBSD) - #include <errno.h> - #else - extern int errno; /* imported for errors */ |