From owner-svn-ports-head@freebsd.org Fri Jun 17 13:13:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D46FA44869; Fri, 17 Jun 2016 13:13:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57FC31652; Fri, 17 Jun 2016 13:13:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5HDDLFR008607; Fri, 17 Jun 2016 13:13:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5HDDLC2008603; Fri, 17 Jun 2016 13:13:21 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201606171313.u5HDDLC2008603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 17 Jun 2016 13:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417009 - in head/benchmarks/iozone: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 13:13:22 -0000 Author: bapt Date: Fri Jun 17 13:13:21 2016 New Revision: 417009 URL: https://svnweb.freebsd.org/changeset/ports/417009 Log: Update to 3.434 Sponsored by: Gandi.net Added: head/benchmarks/iozone/files/patch-iozone.c (contents, props changed) Deleted: head/benchmarks/iozone/files/patch-libbif.c Modified: head/benchmarks/iozone/Makefile head/benchmarks/iozone/distinfo head/benchmarks/iozone/files/patch-libasync.c Modified: head/benchmarks/iozone/Makefile ============================================================================== --- head/benchmarks/iozone/Makefile Fri Jun 17 13:00:15 2016 (r417008) +++ head/benchmarks/iozone/Makefile Fri Jun 17 13:13:21 2016 (r417009) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iozone -PORTVERSION= 3.420 +PORTVERSION= 3.434 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} @@ -11,8 +11,6 @@ EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Performance Test of Sequential File I/O -CONFLICTS= iozone-2.* iozone21-* - WRKSRC= ${WRKDIR}/${DISTNAME}/src/current MAKEFILE= makefile Modified: head/benchmarks/iozone/distinfo ============================================================================== --- head/benchmarks/iozone/distinfo Fri Jun 17 13:00:15 2016 (r417008) +++ head/benchmarks/iozone/distinfo Fri Jun 17 13:13:21 2016 (r417009) @@ -1,2 +1,3 @@ -SHA256 (iozone3_420.tar) = f793cc68e86aea5c93fb3010f4088653138a610c3b14047b2314ab6a1f8d5b8e -SIZE (iozone3_420.tar) = 1832960 +TIMESTAMP = 1466168535 +SHA256 (iozone3_434.tar) = 2c388d9db393a5505b31eca38951883744c69745f687f3c7df5185b4681d462a +SIZE (iozone3_434.tar) = 1843200 Added: head/benchmarks/iozone/files/patch-iozone.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/iozone/files/patch-iozone.c Fri Jun 17 13:13:21 2016 (r417009) @@ -0,0 +1,27 @@ +--- iozone.c.orig 2015-10-20 14:12:13 UTC ++++ iozone.c +@@ -360,6 +360,7 @@ typedef off_t off64_t; + #ifndef SCO_Unixware_gcc + #ifndef UWIN + #ifndef __DragonFly__ ++#ifndef __FreeBSD__ + typedef long long off64_t; + #endif + #endif +@@ -369,6 +370,7 @@ typedef long long off64_t; + #endif + #endif + #endif ++#endif + + #ifdef __AIX__ + #include +@@ -23009,7 +23011,7 @@ char *shell; + #ifdef _HPUX_SOURCE + strcpy(shell,"remsh"); + #else +- strcpy(shell,"rsh"); ++ strcpy(shell,"ssh"); + #endif + return; + } Modified: head/benchmarks/iozone/files/patch-libasync.c ============================================================================== --- head/benchmarks/iozone/files/patch-libasync.c Fri Jun 17 13:00:15 2016 (r417008) +++ head/benchmarks/iozone/files/patch-libasync.c Fri Jun 17 13:13:21 2016 (r417009) @@ -1,20 +1,36 @@ ---- libasync.c 2012-05-14 23:13:13.000000000 -0700 -+++ libasync.c 2012-05-14 23:14:27.000000000 -0700 -@@ -109,7 +109,7 @@ - #include - #endif +--- libasync.c.orig 2015-10-20 14:12:13 UTC ++++ libasync.c +@@ -96,13 +96,13 @@ --#if defined(OSFV5) || defined(linux) -+#if defined(OSFV5) || defined(linux) || defined(__FreeBSD__) - #include + #include + #include +-#if defined(solaris) || defined(linux) || defined(SCO_Unixware_gcc) || defined(__NetBSD__) ++#if defined(solaris) || defined(linux) || defined(SCO_Unixware_gcc) || defined(__NetBSD__) || defined(__FreeBSD__) + #else + #include #endif - + #include + #include +-#ifndef bsd4_4 ++#if !defined(bsd4_4) && !defined(__FreeBSD__) + #include + #endif + #ifdef VXFS @@ -119,7 +119,7 @@ #include #endif --#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) || defined(__NetBSD__) ++#if (defined(solaris) && defined(__LP64__)) || defined(__s390x__) || defined(__FreeBSD__) || defined(__NetBSD__) /* 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, +@@ -135,7 +135,7 @@ + void mbcopy(char *source, char *dest, size_t len); + + +-#if !defined(solaris) && !defined(off64_t) && !defined(_OFF64_T) && !defined(__off64_t_defined) && !defined(SCO_Unixware_gcc) ++#if !defined(solaris) && !defined(off64_t) && !defined(_OFF64_T) && !defined(__off64_t_defined) && !defined(SCO_Unixware_gcc) && !defined(__FreeBSD__) + typedef long long off64_t; + #endif + #if defined(OSFV5)