Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-13 | Correct execl() so that the argument list is NULL terminated. | ben | 2 | -9/+14 | |
Terminating with 0 worked under NetBSD 2.0.2, but it fails with EFAULT under NetBSD/amd64 3.0_BETA. | |||||
2005-02-22 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-07-30 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-01-27 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -2/+2 | |
2003-09-19 | Make build on Solaris. From Jonathan Perkin in PR 22855. | wiz | 2 | -4/+4 | |
2003-04-26 | Use PATH_MAX instead of 81 for a path name buffer. | simonb | 2 | -8/+19 | |
2003-03-30 | Fix LP64 problems to make it work on sparc64. | itohy | 2 | -1/+32 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+3 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2002-01-09 | Update bytebench to 4.1.0. Pkgsrc changes from the previous package include | jlam | 7 | -126/+138 | |
moving the state directory for bytebench to /var/benchmarks instead of trying to keep state in ${PREFIX}/share/bytebench. Distribution changes from version 3.6 include: * Double precision Whetstone instead of the old "double" benchmark. * Removal of some obsolete files. * "system" suite adds shell8. * perlbench and poll added as "exhibition" (non-index) benchmarks. * Minor change to fstime.c to fix overflow problems on fast machines. * A lot more operating system-oriented tests into the index. * Many tests rewritten to be more relevant for modern processors. * New baseline: SPARCstation 20-61 with 128 MB RAM, a SPARC Storage Array, and Solaris 2.3 | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -10/+8 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-09 | Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} | wiz | 1 | -2/+2 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-04 | Install benchmarking programs under libexec/bytebench. Add patches to do | jlam | 6 | -43/+165 | |
nicer report printing under BSD systems, provided by Greg Woods in pkg/6943. Closes PRs: 6943, 6945, 6946 | |||||
2000-08-04 | Make "make benchmark" actually work without having installed the software. | jlam | 3 | -9/+15 | |
Also remove an apparent extraneous line in the executable script which was causing errors. | |||||
2000-03-16 | cp -> ${CP}, chmod -> ${CHMOD} | wiz | 1 | -2/+2 | |
2000-01-05 | Make this package compile and run on Solaris - undo some over-aggressive | agc | 3 | -12/+19 | |
NetBSD patching, and use ${ID} in preference to "id". | |||||
1999-12-28 | replaced some commands by their ${COMMAND} counterparts | wiz | 1 | -2/+2 | |
one RCS tag added | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+5 | |
1998-12-26 | Fix all the benchmark targets so they work properly, and work with the | garbled | 1 | -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-12-03 | make aware of BATCH (if interactive), uid (if benchmark needs to be run as root) | hubertf | 1 | -1/+2 | |
1998-09-23 | Rename PREFIX value to be substituted to @PREFIX@. | agc | 2 | -4/+7 | |
Add a benchmark target to the package Makefile, so that "make benchmark" will run the benchmark. | |||||
1998-09-03 | Work around bug in our dc(1) and fix up the checking of wait(3). | garbled | 1 | -0/+43 | |
Will look into fixing dc(1) this weekend. | |||||
1998-09-01 | Fix an LP64 bug in the pipe speed tests. | garbled | 1 | -0/+22 | |
1998-08-30 | fix minor screw up in path to result-dir | garbled | 1 | -4/+4 | |
1998-08-30 | Add new pkg for bytebench-3.6 | garbled | 6 | -0/+155 | |
BYTE Magazine's Public Domain benchmark for UNIX |