pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/iozone Update 3.408 to 3.429
details: https://anonhg.NetBSD.org/pkgsrc/rev/03ec0a33617f
branches: trunk
changeset: 643002:03ec0a33617f
user: mef <mef%pkgsrc.org@localhost>
date: Tue Dec 09 13:53:13 2014 +0000
description:
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:
benchmarks/iozone/Makefile | 7 +++----
benchmarks/iozone/distinfo | 13 ++++++-------
benchmarks/iozone/patches/patch-ab | 8 +++++---
benchmarks/iozone/patches/patch-ac | 14 ++++++++------
4 files changed, 22 insertions(+), 20 deletions(-)
diffs (84 lines):
diff -r cf3626bdda03 -r 03ec0a33617f benchmarks/iozone/Makefile
--- a/benchmarks/iozone/Makefile Tue Dec 09 13:29:19 2014 +0000
+++ b/benchmarks/iozone/Makefile Tue Dec 09 13:53:13 2014 +0000
@@ -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 -r cf3626bdda03 -r 03ec0a33617f benchmarks/iozone/distinfo
--- a/benchmarks/iozone/distinfo Tue Dec 09 13:29:19 2014 +0000
+++ b/benchmarks/iozone/distinfo Tue Dec 09 13:53:13 2014 +0000
@@ -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 -r cf3626bdda03 -r 03ec0a33617f benchmarks/iozone/patches/patch-ab
--- a/benchmarks/iozone/patches/patch-ab Tue Dec 09 13:29:19 2014 +0000
+++ b/benchmarks/iozone/patches/patch-ab Tue Dec 09 13:53:13 2014 +0000
@@ -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 @@
#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 -r cf3626bdda03 -r 03ec0a33617f benchmarks/iozone/patches/patch-ac
--- a/benchmarks/iozone/patches/patch-ac Tue Dec 09 13:29:19 2014 +0000
+++ b/benchmarks/iozone/patches/patch-ac Tue Dec 09 13:53:13 2014 +0000
@@ -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 $
+
+Add NetBSD
---- libbif.c.orig 2008-07-17 11:07:10.000000000 -0400
-+++ libbif.c
-@@ -20,11 +20,11 @@
+--- 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 @@
#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
Home |
Main Index |
Thread Index |
Old Index