- update to 3.420
PR: 182111 Submitted by: cmt@burggraben.net Approved by: chifeng@gmail.com ( maintainer )
This commit is contained in:
parent
cacc8b9757
commit
c184a462da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327656
@ -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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (iozone3_397.tar) = 213d8dcc6f70ca93a903b5fbb92cf758fd25617db4c65d188d29594f12b30d30
|
||||
SIZE (iozone3_397.tar) = 1679360
|
||||
SHA256 (iozone3_420.tar) = f793cc68e86aea5c93fb3010f4088653138a610c3b14047b2314ab6a1f8d5b8e
|
||||
SIZE (iozone3_420.tar) = 1832960
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user