fa8adc21a1
bonnie++ (1.03a) unstable; urgency=low * Fixed the bugs in GCC 3.2 compilation and compiled with GCC 3.2. Results will be slightly lower now, but it's still a fair test of compiler/OS... bonnie++ (1.03) unstable; urgency=low * Fixed a bug in error handling during a stat test with multiple directories. bonnie++ (1.02d) unstable; urgency=low * Fixed a bug where it would SEGV if you specified more than 999 directories (now it handles 99,999 and displays an error message if you ask for more). Closes: #171507 * Made it build on Irix. * Fixed <vector> and <algo> checks to work with GCC 3.2.
25 lines
710 B
Makefile
25 lines
710 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/03/10 10:00:38 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= bonnie++-1.03a
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://www.coker.com.au/bonnie++/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://www.coker.com.au/bonnie++/
|
|
COMMENT= Enhanced performance Test of Filesystem I/O
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
REPLACE_PERL= bon_csv2txt.in bon_csv2html.in
|
|
|
|
benchmark:
|
|
@cd ${WRKSRC}; ./bonnie++ -u ${ROOT_USER}:${ROOT_GROUP} | tee bonnie.out
|
|
|
|
results:
|
|
@${MKDIR} /tmp/benches/`domainname`
|
|
-@${CP} ${WRKSRC}/bonnie.out /tmp/benches/`domainname`/bonnie++.`uname`-`uname -m`-`uname -r`.`hostname`
|
|
|
|
.include "../../lang/perl5/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|