Index: head/benchmarks/iozone/Makefile =================================================================== --- head/benchmarks/iozone/Makefile (revision 546025) +++ head/benchmarks/iozone/Makefile (revision 546026) @@ -1,42 +1,43 @@ # Created by: jmz # $FreeBSD$ PORTNAME= iozone DISTVERSION= 3_487 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${DISTVERSION} MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Performance Test of Sequential File I/O USES= gmake tar WRKSRC= ${WRKDIR}/${DISTNAME}/src/current MAKEFILE= makefile MAKE_ARGS= ${MAKE_ENV} ALL_TARGET= freebsd MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/iozone man/man1/iozone.1.gz OPTIONS_DEFINE= SSH THREADS OPTIONS_DEFAULT=SSH THREADS SSH_DESC= Use ssh in distributed measurement THREADS_DESC= Enable threading (uses pthreads) THREADS_LDFLAGS= -lpthread THREADS_CFLAGS_OFF= -DNO_THREADS post-patch-SSH-on: @${REINPLACE_CMD} -e 's|shell\,\"rsh\"|shell\,\"ssh\"|' \ ${WRKSRC}/iozone.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/benchmarks/iozone/files/patch-iozone.c =================================================================== --- head/benchmarks/iozone/files/patch-iozone.c (nonexistent) +++ head/benchmarks/iozone/files/patch-iozone.c (revision 546026) @@ -0,0 +1,11 @@ +--- iozone.c.orig 2020-08-23 23:33:25 UTC ++++ iozone.c +@@ -1676,7 +1676,7 @@ int client_error; + + char pit_hostname[40]; + char pit_service[8]; +-int junk; ++extern int junk; + + /* + * Host ports used to listen, and handle errors. Property changes on: head/benchmarks/iozone/files/patch-iozone.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property