ports/153330: [PATCH] benchmarks/iozone: update to 3.370
Hsin-Han You
hhyou at cs.nctu.edu.tw
Tue Dec 21 07:00:22 UTC 2010
>Number: 153330
>Category: ports
>Synopsis: [PATCH] benchmarks/iozone: update to 3.370
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 21 07:00:21 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Hsin-Han You
>Release: FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD alumni.cs.nctu.edu.tw 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010
>Description:
- Update to 3.370
Added file(s):
- files/patch-iozone.c
Port maintainer (chifeng at gmail.com) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- iozone-3.370.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/benchmarks/iozone/Makefile,v
retrieving revision 1.58
diff -u -u -r1.58 Makefile
--- Makefile 8 Apr 2010 00:12:29 -0000 1.58
+++ Makefile 21 Dec 2010 06:49:38 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= iozone
-PORTVERSION= 3.347
+PORTVERSION= 3.370
CATEGORIES= benchmarks
MASTER_SITES= http://www.iozone.org/src/current/
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/benchmarks/iozone/distinfo,v
retrieving revision 1.27
diff -u -u -r1.27 distinfo
--- distinfo 8 Apr 2010 00:12:29 -0000 1.27
+++ distinfo 21 Dec 2010 06:49:38 -0000
@@ -1,3 +1,2 @@
-MD5 (iozone3_347.tar) = db136f775b19e6d9c00714bd2399785f
-SHA256 (iozone3_347.tar) = 695d8674abe3605415d79003ffb13610f56992ecb3afaf755f93facae87e84ad
-SIZE (iozone3_347.tar) = 1648640
+SHA256 (iozone3_370.tar) = 03cde31626b9fe9dcd2f267926c4d2196e9afc89b6653b68833d22e5822c4f14
+SIZE (iozone3_370.tar) = 1679360
Index: files/patch-iozone.c
===================================================================
RCS file: files/patch-iozone.c
diff -N files/patch-iozone.c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/patch-iozone.c 21 Dec 2010 06:49:38 -0000
@@ -0,0 +1,11 @@
+--- 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 */
--- iozone-3.370.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list