Date: Fri, 20 Sep 2013 06:23:33 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327656 - in head/benchmarks/iozone: . files Message-ID: <201309200623.r8K6NXSr028054@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Fri Sep 20 06:23:33 2013 New Revision: 327656 URL: http://svnweb.freebsd.org/changeset/ports/327656 Log: - update to 3.420 PR: 182111 Submitted by: cmt@burggraben.net Approved by: chifeng@gmail.com ( maintainer ) Modified: head/benchmarks/iozone/Makefile head/benchmarks/iozone/distinfo head/benchmarks/iozone/files/patch-libasync.c head/benchmarks/iozone/files/patch-libbif.c Modified: head/benchmarks/iozone/Makefile ============================================================================== --- head/benchmarks/iozone/Makefile Fri Sep 20 04:48:07 2013 (r327655) +++ head/benchmarks/iozone/Makefile Fri Sep 20 06:23:33 2013 (r327656) @@ -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/./_/} @@ -46,6 +46,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 ${MAN1PREFIX}/man/man1 .include <bsd.port.mk> Modified: head/benchmarks/iozone/distinfo ============================================================================== --- head/benchmarks/iozone/distinfo Fri Sep 20 04:48:07 2013 (r327655) +++ head/benchmarks/iozone/distinfo Fri Sep 20 06:23:33 2013 (r327656) @@ -1,2 +1,2 @@ -SHA256 (iozone3_397.tar) = 213d8dcc6f70ca93a903b5fbb92cf758fd25617db4c65d188d29594f12b30d30 -SIZE (iozone3_397.tar) = 1679360 +SHA256 (iozone3_420.tar) = f793cc68e86aea5c93fb3010f4088653138a610c3b14047b2314ab6a1f8d5b8e +SIZE (iozone3_420.tar) = 1832960 Modified: head/benchmarks/iozone/files/patch-libasync.c ============================================================================== --- head/benchmarks/iozone/files/patch-libasync.c Fri Sep 20 04:48:07 2013 (r327655) +++ head/benchmarks/iozone/files/patch-libasync.c Fri Sep 20 06:23:33 2013 (r327656) @@ -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, Modified: head/benchmarks/iozone/files/patch-libbif.c ============================================================================== --- head/benchmarks/iozone/files/patch-libbif.c Fri Sep 20 04:48:07 2013 (r327655) +++ head/benchmarks/iozone/files/patch-libbif.c Fri Sep 20 06:23:33 2013 (r327656) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309200623.r8K6NXSr028054>