summaryrefslogtreecommitdiff
path: root/benchmarks/iozone/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2001-07-16 22:04:54 +0000
committergarbled <garbled@pkgsrc.org>2001-07-16 22:04:54 +0000
commit8ea51f8da38664a1618399568217587a5a000c99 (patch)
tree6a67f3a68902b2280dfaba8f3ee8e8f36826b9da /benchmarks/iozone/Makefile
parent1f0a007fb8ead14758a59de2481a712b8ee90304 (diff)
downloadpkgsrc-8ea51f8da38664a1618399568217587a5a000c99.tar.gz
Update this pkg to 3.56. Changes are mostly bugfixes, available at:
http://www.iozone.org/src/current/Changes.txt I have patched the source however, to allow use of the pread/prwite tests, via the -E extension mode. Also, the benchmark target has been fixed.
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r--benchmarks/iozone/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 05075c34d2c..232dd7df60d 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2001/06/04 23:10:35 jtb Exp $
+# $NetBSD: Makefile,v 1.15 2001/07/16 22:04:54 garbled Exp $
-DISTNAME= iozone3_9
-PKGNAME= iozone-3.09
+DISTNAME= iozone3_56
+PKGNAME= iozone-3.56
CATEGORIES= benchmarks
-MASTER_SITES= http://www.iozone.org/src/stable/
+MASTER_SITES= http://www.iozone.org/src/current/
EXTRACT_SUFX= .tar
MAINTAINER= root@garbled.net
@@ -12,25 +12,25 @@ COMMENT= Benchmark for file read and write speed
RESTRICTED= "Publication of derivative works not allowed"
-WRKSRC= ${WRKDIR}/src
+WRKSRC= ${WRKDIR}/src/current
MAKEFILE= makefile
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "NetBSD")
- ALL_TARGET= NetBSD
+ ALL_TARGET= netbsd
.elif (${OPSYS} == "SunOS")
ALL_TARGET= Solaris
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKDIR}/docs/iozone.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/IOzone
${INSTALL_DATA} ${WRKDIR}/docs/IOzone_ps.gz ${PREFIX}/share/doc/IOzone
benchmark:
- @(cd ${WRKSRC}; ./iozone 100 | tee iozone.out)
+ @(cd ${WRKSRC}; ./iozone -Ea | tee iozone.out)
results:
@${MKDIR} /tmp/benches/`domainname`