summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-09-10Fix operator precendence. Bump revision.joerg3-6/+6
2013-04-07Edited DESCR in the case of:rodent1-2/+0
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-01-12Fix build on SunOS.hans1-1/+2
2011-09-12Update the patch here to use %llu instead of %qu for 64-bit values,dholland2-16/+28
since clang objects to %qu. Also patch another format string that was previously missed
2011-08-14fix build with GCC 4.5.mrg2-16/+32
2010-04-01Need 64bit off_t, so pass -D_FILE_OFFSET_BITS=64 to CFLAGS on Linux.obache1-1/+3
Fixes PR#43094.
2008-06-12Add DESTDIR support.joerg1-1/+2
2008-02-07Needs GNU nroff to format catpages with -mandoc.tnn1-2/+2
2008-01-19Reset maintainer on his request.wiz1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-01-18Fixed PKGMANDIR.rillig3-15/+12
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-06-06Honor *OWN, *GRP, and *MODE.minskim1-1/+3
2006-04-12The patch in PR pkg/21421 had a bug: The memory allocated for "Chunk"drochner3-6/+6
was too short. This made the program die from EFAULT randomly. Found by Konrad Schroder. Apply his fix that and bump PKGREVISION.
2005-12-27Remove extra space.reed1-1/+1
2005-10-31NOT_FOR_PLATFORM Interix (only 32-bit off_t).tv1-1/+3
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-05-16Note that expr is used by this package.jlam1-1/+2
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-03-03Fix a stupid in the patchgarbled1-1/+1
2005-03-03Apply patches to bonnie from PR 21421 by Greg Woods. Fixes a number ofgarbled5-28/+200
issues with the program. Bumping pkgrevsision to 1.
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-6/+6
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-06-09we install `Bonnie' as `bonnie', update usage() accordingly.grant2-1/+15
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-07-16Update this pkg to 2.06. There doesn't seem to be any changelog, nor anygarbled4-102/+30
obvious changes, other than the addition of a -html option to generate html tables for results.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-03-16cp -> ${CP}, chmod -> ${CHMOD}wiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+4
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-6/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-05-05Use ftp0.sunet.se instead of ftp.sunet.se.bad1-2/+2
1998-12-26Fix all the benchmark targets so they work properly, and work with thegarbled1-2/+6
package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection.
1998-09-24Run the benchmarks in ${WRKSRC}.agc1-2/+2
1998-09-23Add a benchmark target to the package Makefile, to enable theagc1-1/+4
benchmark to be run.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-06-20Make packages which use NetBSD's bsd.man.mk work with automatic manualagc1-3/+6
page handling.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-3/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-20Handle MANZ and MANINSTALL case better.frueauf2-6/+4