diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-10 10:00:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-10 10:00:38 +0000 |
commit | fa8adc21a12611c2c4d588e824ba559b460754eb (patch) | |
tree | 132c5ecc491fc408fd07bd58a456de076df36607 /benchmarks/bonnie++/Makefile | |
parent | 34bd401936fd0b396971bc2f5805069ff2ae1bc9 (diff) | |
download | pkgsrc-fa8adc21a12611c2c4d588e824ba559b460754eb.tar.gz |
Update to 1.03a. Changes:
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.
Diffstat (limited to 'benchmarks/bonnie++/Makefile')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 5f07854068e..e93273713eb 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/09/20 23:48:12 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/10 10:00:38 wiz Exp $ # -DISTNAME= bonnie++-1.02c +DISTNAME= bonnie++-1.03a CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/ EXTRACT_SUFX= .tgz |