diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-19 23:15:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-19 23:15:10 +0800 |
commit | 23b9749127fc28ac8a4685ee5db0318e5a2da098 (patch) | |
tree | 5979cd05c36e436f58f81791a5961c81c1308b80 /benchmarks/iozone | |
parent | b19c73f86cf2dfa37fd62ae32ff200c4c7ee0ce2 (diff) | |
download | freebsd-ports-gnome-23b9749127fc28ac8a4685ee5db0318e5a2da098.tar.gz freebsd-ports-gnome-23b9749127fc28ac8a4685ee5db0318e5a2da098.tar.zst freebsd-ports-gnome-23b9749127fc28ac8a4685ee5db0318e5a2da098.zip |
- Update to 3.397
PR: 162636
Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'benchmarks/iozone')
-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 */ |