summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++
AgeCommit message (Collapse)AuthorFilesLines
2006-03-11Install the readme.html file.reed2-4/+9
Bump PKGREVISION. Remove the INSTALLATION_DIRS that was there because 1.03a precreates all these anyways. todo: patch bonnie++.8 to point to correct path to readme.html
2006-02-11The "benchmark" and "results" targets both depend on "build".rillig1-3/+3
2006-02-11Fixed some pkglint warnings.rillig1-7/+9
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-27Remove quick description from first line.reed1-17/+17
Change references of "I" to the author.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-23Append to USE_TOOLS instead of overwriting.rillig1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-05-05require gmake. (it coincidentally happens to build correctly withdanw1-1/+2
bmake on NetBSD, but not on some other platforms)
2004-01-31s/seperate/separate/snj1-1/+1
2004-01-11bl3ify and support pkgviews installation.jmmv1-3/+7
2003-10-31Add patch-abgavan1-1/+2
2003-10-31Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-31Correct LFLAGS to LDFLAGS.gavan1-0/+17
2003-03-10Update to 1.03a. Changes:wiz4-29/+17
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.
2002-09-20Use ROOT_{USER,GROUP} instead of hardcoding uid=gid=0.jlam1-2/+2
2002-09-17Update benchmarks/bonnie++ to 1.02c. Changes from version 1.01 includejlam3-12/+13
fixes to minor bugs and to one serious bug in reporting seek test results.
2002-09-17Sort.jlam1-5/+5
2001-11-28Buildlinkify.jlam1-4/+5
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-18Remove empty trailing line.wiz1-2/+1
2001-07-18Add a dependency on perl, and fix the two installed perl scripts. Noted bygarbled1-1/+4
Martin Weber in private email.
2001-07-16Add new pkg for bonnie++ 1.01. This is an enhanced version of bonniegarbled6-0/+79
based on the original.