summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authormef <mef>2014-12-09 13:53:13 +0000
committermef <mef>2014-12-09 13:53:13 +0000
commit4e4c54fd5cbb5093344ebd480a3461d936ea91cc (patch)
treecda654ed9facc1d4c9a12b090b6288dd0415807b /benchmarks
parentd69a5b4d137a34fcabd4f26f72eaa25e59c7f13d (diff)
downloadpkgsrc-4e4c54fd5cbb5093344ebd480a3461d936ea91cc.tar.gz
Update 3.408 to 3.429
--------------------- Revision 3.409 Bug fix for using -m in combination with -+d Revision 3.410 Bug fix: Improve consistency of use_thread in thread_fread and thread_fwrite. Revision 3.411 Compat fix: Move from using macosx to IOZ_macosx, because APPLE started using macosx in Mountain Lion. Revision 3.412 Adding -+F flag for trunc before thread_write. Needed by Vangel for thread_mix_test. Revision 3.413 Bug fix for -+F flag. Revision 3.414 Add Vangel to the contributors list Revision 3.415 Minor bug fix for -J option (think time) in the thread_pread_test() Revision 3.417 Add -+J option. Include think time (-j #) in throughput calculation Revision 3.419 Add better handling of exit values. Revision 3.420 Add new contributor to list. Revision 3.421 Bug fix from Alp Aker: Patch for a minor issue in IOzone's signal_handler() function: the no_unlink option is respected only for the first member of the dummyfile[] array; the rest of the dummy files are unconditionally deleted, whether or not the '+w' flag has been passed to the program. Revision 3.422 Code cleanup. No functional changes. Revision 3.423 Improve consistency of Kbytes instead of kbytes, KBytes, kBytes... Revision 3.424 Fix for 64 bit and touch_dedup. Revision 3.425 Fix for 64 bit and gen_new_buf Revision 3.427 Adjust formatting so fields don't run together. Revision 3.428 Adjust formatting so fields don't run together. Revision 3.429 Add two more characters to array my_port_num.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iozone/Makefile7
-rw-r--r--benchmarks/iozone/distinfo13
-rw-r--r--benchmarks/iozone/patches/patch-ab8
-rw-r--r--benchmarks/iozone/patches/patch-ac14
4 files changed, 22 insertions, 20 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 587064e8d89..4b6b96674f1 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2014/10/09 14:05:59 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2014/12/09 13:53:13 mef Exp $
-DISTNAME= iozone3_408
-PKGNAME= iozone-3.408
-PKGREVISION= 4
+DISTNAME= iozone3_429
+PKGNAME= ${DISTNAME:S/3_/-3-/}
CATEGORIES= benchmarks
MASTER_SITES= http://www.iozone.org/src/current/
EXTRACT_SUFX= .tar
diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo
index adb6cade021..ad14a91309f 100644
--- a/benchmarks/iozone/distinfo
+++ b/benchmarks/iozone/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.20 2012/06/07 15:57:20 asau Exp $
+$NetBSD: distinfo,v 1.21 2014/12/09 13:53:13 mef Exp $
-SHA1 (iozone3_408.tar) = 3dc56a251949151d12fc033f179cb6852abc71de
-RMD160 (iozone3_408.tar) = c9caa3f02f0404d3b4a3a7c7fad040439bfff8f1
-Size (iozone3_408.tar) = 1822720 bytes
-SHA1 (patch-aa) = e209a364cdeca38c3995fbaebde3758bdd74e582
-SHA1 (patch-ab) = 8af7a97fb4c8bfc39320b03b1b5c63acff5a3be7
-SHA1 (patch-ac) = a7df47dca37d33e2658b27c4888294ad541fd1b2
+SHA1 (iozone3_429.tar) = 13b74ba397530ff2f117bac3d1d7dec81dcc66d2
+RMD160 (iozone3_429.tar) = c945becef75f89eb7eba0e12e6959ae6dcdf6514
+Size (iozone3_429.tar) = 1832960 bytes
+SHA1 (patch-ab) = fdd36fead26811aa830df5fac35b79a9b62ed1f0
+SHA1 (patch-ac) = 6a02e13f3441a76709fbe8ba064555b650f9bd1c
diff --git a/benchmarks/iozone/patches/patch-ab b/benchmarks/iozone/patches/patch-ab
index 86c637216b9..2074a6c2f25 100644
--- a/benchmarks/iozone/patches/patch-ab
+++ b/benchmarks/iozone/patches/patch-ab
@@ -1,4 +1,6 @@
-$NetBSD: patch-ab,v 1.11 2012/06/07 15:57:20 asau Exp $
+$NetBSD: patch-ab,v 1.12 2014/12/09 13:53:13 mef Exp $
+
+Add NetBSD, DragonFly, including correction of typo
--- iozone.c.orig 2012-05-10 05:14:12.000000000 +0000
+++ iozone.c
@@ -6,8 +8,8 @@ $NetBSD: patch-ab,v 1.11 2012/06/07 15:57:20 asau Exp $
#include <windows.h>
#include <errno.h>
#else
--#if defined(linux) || defined(solaris) || defined(macosx) || defined(__AIX__) || defined(FreeBSD) || defined(_HPUX_SOURCE) || defined(__OpenBSD__) || defined(__DragonFly__)
-+#if defined(linux) || defined(solaris) || defined(macosx) || defined(__AIX__) || defined(__FreeBSD__) || defined(_HPUX_SOURCE) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
+-#if defined(linux) || defined(solaris) || defined(IOZ_macosx) || defined(__AIX__) || defined(FreeBSD) || defined(_HPUX_SOURCE) || defined(__OpenBSD__) || defined(__DragonFly__)
++#if defined(linux) || defined(solaris) || defined(IOZ_macosx) || defined(__AIX__) || defined(__FreeBSD__) || defined(_HPUX_SOURCE) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__NetBSD__)
#include <errno.h>
#else
extern int errno; /* imported for errors */
diff --git a/benchmarks/iozone/patches/patch-ac b/benchmarks/iozone/patches/patch-ac
index cbe15108317..435f01f13ca 100644
--- a/benchmarks/iozone/patches/patch-ac
+++ b/benchmarks/iozone/patches/patch-ac
@@ -1,8 +1,10 @@
-$NetBSD: patch-ac,v 1.1 2008/08/25 19:35:30 bjs Exp $
+$NetBSD: patch-ac,v 1.2 2014/12/09 13:53:13 mef Exp $
---- libbif.c.orig 2008-07-17 11:07:10.000000000 -0400
-+++ libbif.c
-@@ -20,11 +20,11 @@
+Add NetBSD
+
+--- libbif.c.orig 2014-08-12 04:39:14.000000000 +0900
++++ libbif.c 2014-12-09 22:18:29.000000000 +0900
+@@ -23,11 +23,11 @@
#include <sys/fcntl.h>
#endif
@@ -11,8 +13,8 @@ $NetBSD: patch-ac,v 1.1 2008/08/25 19:35:30 bjs Exp $
#include <string.h>
#endif
--#if defined(linux) || defined(__DragonFly__) || defined(macosx)
-+#if defined(linux) || defined(__DragonFly__) || defined(macosx) || defined(__NetBSD__)
+-#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx)
++#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx) || defined(__NetBSD__)
#include <unistd.h>
#include <stdlib.h>
#endif