summaryrefslogtreecommitdiff
path: root/benchmarks/bytebench/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2008-04-04Marked as not MAKE_JOBS safe, per PR 38363.obache1-1/+3
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-9/+9
their files via a custom do-install target.
2008-01-19Reset maintainer on his request.wiz1-2/+2
2006-06-22Fixed path to the Perl interpreter. Bumped PKGREVISION.rillig1-2/+5
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-07Don't declare errno manually, depend on errno.h for it. While here,joerg1-2/+2
fix the signal handling to use a volatile variable. Compilers can optimise the access otherwise. Bump revision, since this is a bugfix. Reviewed by jlam and the maintainer.
2005-10-314.1.0nb1: Interix has no sync(2). Use fsync(2) there instead.tv1-2/+3
While there, use fsync(2) on all hosts. Without this, the fstime benchmark will be disproportionately biased toward OS's and hardware that buffer larger amounts of data in memory before [background] syncing.
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-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-09Update bytebench to 4.1.0. Pkgsrc changes from the previous package includejlam1-11/+23
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-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.wiz1-1/+2
2000-08-04Install benchmarking programs under libexec/bytebench. Add patches to dojlam1-5/+9
nicer report printing under BSD systems, provided by Greg Woods in pkg/6943. Closes PRs: 6943, 6945, 6946
2000-08-04Make "make benchmark" actually work without having installed the software.jlam1-2/+8
Also remove an apparent extraneous line in the executable script which was causing errors.
2000-03-16cp -> ${CP}, chmod -> ${CHMOD}wiz1-2/+2
2000-01-05Make this package compile and run on Solaris - undo some over-aggressiveagc1-2/+2
NetBSD patching, and use ${ID} in preference to "id".
1999-12-28replaced some commands by their ${COMMAND} counterpartswiz1-2/+2
one RCS tag added
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-12-03make aware of BATCH (if interactive), uid (if benchmark needs to be run as root)hubertf1-1/+2
1998-09-23Rename PREFIX value to be substituted to @PREFIX@.agc1-2/+5
Add a benchmark target to the package Makefile, so that "make benchmark" will run the benchmark.
1998-08-30Add new pkg for bytebench-3.6garbled1-0/+21
BYTE Magazine's Public Domain benchmark for UNIX