Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2013 14:39:16 +0200 (CEST)
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182111: benchmarks/iozone : upgrade to 3.420
Message-ID:  <20130915123916.3DE7A312B1@elch.exwg.net>
Resent-Message-ID: <201309151240.r8FCe1Rx094377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182111
>Category:       ports
>Synopsis:       benchmarks/iozone : upgrade to 3.420
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 15 12:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Moench-Tegeder
>Release:        FreeBSD 9.2-RC3-p1 amd64
>Organization:
>Environment:
System: FreeBSD elch.exwg.net 9.2-RC3-p1 FreeBSD 9.2-RC3-p1 #9 r255451: Tue Sep 10 18:52:01 CEST 2013 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64

benchmarks/iozone iozone-3.397

>Description:
	iozone3_420 is out - http://www.iozone.org/src/current/
>How-To-Repeat:
	
>Fix:

Simple patch:

Index: Makefile
===================================================================
--- Makefile	(revision 327338)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	iozone
-PORTVERSION=	3.397
+PORTVERSION=	3.420
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://www.iozone.org/src/current/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/./_/}
Index: distinfo
===================================================================
--- distinfo	(revision 327338)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (iozone3_397.tar) = 213d8dcc6f70ca93a903b5fbb92cf758fd25617db4c65d188d29594f12b30d30
-SIZE (iozone3_397.tar) = 1679360
+SHA256 (iozone3_420.tar) = f793cc68e86aea5c93fb3010f4088653138a610c3b14047b2314ab6a1f8d5b8e
+SIZE (iozone3_420.tar) = 1832960
Index: files/patch-libasync.c
===================================================================
--- files/patch-libasync.c	(revision 327338)
+++ files/patch-libasync.c	(working copy)
@@ -13,8 +13,8 @@
  #include <stdlib.h>
  #endif
  
--#if ((defined(solaris) && defined(__LP64__)) || defined(__s390x__))
-+#if ((defined(solaris) && defined(__LP64__)) || defined(__s390x__)) || defined(__FreeBSD__)
+-#if (defined(solaris) && defined(__LP64__)) || defined(__s390x__) || defined(FreeBSD)
++#if (defined(solaris) && defined(__LP64__)) || defined(__s390x__) || defined(__FreeBSD__)
  /* If we are building for 64-bit Solaris, all functions that return pointers
   * must be declared before they are used; otherwise the compiler will assume
   * that they return ints and the top 32 bits of the pointer will be lost,
Index: files/patch-libbif.c
===================================================================
--- files/patch-libbif.c	(revision 327338)
+++ files/patch-libbif.c	(working copy)
@@ -4,8 +4,8 @@
  #include <string.h>
  #endif
  
--#if defined(linux) || defined(__DragonFly__) || defined(macosx)
-+#if defined(linux) || defined(__DragonFly__) || defined(macosx) || defined(__FreeBSD__)
+-#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx)
++#if defined(linux) || defined(__DragonFly__) || defined(IOZ_macosx) || defined(__FreeBSD__)
  #include <unistd.h>
  #include <stdlib.h>
  #endif



Regards,
Christoph
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130915123916.3DE7A312B1>