diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-17 08:18:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-17 08:18:57 +0000 |
commit | f0d1617cb11638030477a7d08fdb3ae418205132 (patch) | |
tree | d1fda0745afe95612bc247ae800e945b3d9d921f /benchmarks/bonnie++/Makefile | |
parent | 35daad79dcf7c28b4dc5b09715fbc39d67e4489b (diff) | |
download | pkgsrc-f0d1617cb11638030477a7d08fdb3ae418205132.tar.gz |
Update benchmarks/bonnie++ to 1.02c. Changes from version 1.01 include
fixes to minor bugs and to one serious bug in reporting seek test results.
Diffstat (limited to 'benchmarks/bonnie++/Makefile')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 9d5570e955b..8efcece22d8 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/11/28 05:20:38 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/17 08:18:57 jlam Exp $ # -DISTNAME= bonnie++-1.01 +DISTNAME= bonnie++-1.02c CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/ EXTRACT_SUFX= .tgz @@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.coker.com.au/bonnie++/ COMMENT= Enhanced performance Test of Filesystem I/O -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES REPLACE_PERL= bon_csv2txt.in bon_csv2html.in @@ -21,5 +21,5 @@ results: @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/bonnie.out /tmp/benches/`domainname`/bonnie++.`uname`-`uname -m`-`uname -r`.`hostname` -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |