ports/162636: benchmarks/iozone update to 3.397

Chifeng Qu chifeng at gmail.com
Thu Nov 17 08:40:06 UTC 2011


>Number:         162636
>Category:       ports
>Synopsis:       benchmarks/iozone update to 3.397
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 17 08:40:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Chifeng Qu
>Release:        FreeBSD 8.2-RELEASE
>Organization:
zynga
>Environment:
FreeBSD chifeng.corp.zynga.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
the port benchmarks/iozone update from 3.370 to 3.397.

the new version is default support FreeBSD, we don't need that patch.
>How-To-Repeat:
NONE.
>Fix:
NONE.

Patch attached with submission follows:

diff -ruN iozone.bak/Makefile iozone/Makefile
--- iozone.bak/Makefile	2011-09-24 06:21:19.000000000 +0800
+++ iozone/Makefile	2011-11-18 00:23:32.000000000 +0800
@@ -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 -ruN iozone.bak/distinfo iozone/distinfo
--- iozone.bak/distinfo	2010-12-23 02:10:11.000000000 +0800
+++ iozone/distinfo	2011-11-18 00:24:53.000000000 +0800
@@ -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 -ruN iozone.bak/files/patch-iozone.c iozone/files/patch-iozone.c
--- iozone.bak/files/patch-iozone.c	2010-12-23 02:10:11.000000000 +0800
+++ iozone/files/patch-iozone.c	1970-01-01 08:00:00.000000000 +0800
@@ -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 */


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list