summaryrefslogtreecommitdiff
path: root/benchmarks/hbench/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-01-12Use canonical config.guess and config.sub scripts instead of patchingjoerg1-1/+5
them. Add DragonFly support.
2005-12-29Doesn't hide the output from the post-configure and do-install steps (Ireed1-5/+6
needed for troubleshooting). And use BINOWN and BINGRP because user "bin" and group "bin" don't exist on some systems. Use BSD_INSTALL_PROGRAM, BSD_INSTALL_DATA and BSD_INSTALL_SCRIPT instead of calling /usr/bin/install directly. Okayed by maintainer. Bumped PKGREVISION, since ownership of files may be different on some systems.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-03Add patches in PR pkg/17941 from David Laight. Mostly performancegarbled1-3/+3
boosts, and a core dump fix. Bumping rev to 2.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego1-11/+1
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. While here merge the PLIST.md file into PLIST.common and put the @dirrm commands into the new PLIST.common_end
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-28Replace non-responding master site; use currently available tarballwiz1-2/+4
(using DIST_SUBDIR). Diff is: diff -r old/hbench-OS/README new/hbench-OS/README 12a13,14 > If you would like to share your results, please mail > them to hbench-results@eecs.harvard.edu. 51a54,56 > If you would like to share your results, please mail > them to hbench-results@eecs.harvard.edu. >
2004-07-30Enable pkgviews installation.minskim1-1/+3
2004-04-11Convert to buildlink3.snj1-3/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-11-11Use buildlink2.seb1-3/+3
2002-01-22Undo last -- version was already bumped.wiz1-2/+2
2002-01-22belately bump version to 1.0nb1, for the bw_pipe fixjdolecek1-2/+2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Buildlinkify.jlam1-3/+4
2001-10-26As this script is called directly by the package Makefile, move it outagc1-2/+2
of the scripts directory, so that we don't confuse it with one of the automatically called scripts in bsd.pkg.mk
2001-09-22bump version to 1.0nb1 - the bw_pipe pipe descriptor fixjdolecek1-2/+2
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-03-22gnuplot>=3.7wiz1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-10-18Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this timegarbled1-1/+2
doesn't enable any functionality. It is here as a marker, so people building binary packages know that these packages have version-specific features that would make them incompatible with other point releases.. (such as LKM's)
1999-12-28replaced some commands by their ${COMMAND} counterpartswiz1-3/+3
one RCS tag added
1999-09-06Use ${LOWER_OPSYS} instead ofsakamoto1-4/+4
${SED} -e 's|@OPSYS@|'`${ECHO} ${OPSYS} | ${TR} '[A-Z]' '[a-z]'`'|g'.
1999-02-09GNU plot is now at v.3.7. Depend on that version.bad1-2/+2
1998-12-26Fix all the benchmark targets so they work properly, and work with thegarbled1-2/+13
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-11-16Do the PLIST substitutions more efficiently, and use the new OS_VERSIONagc1-9/+6
substitution when compiling the PLIST. Eliminate the unnecessary command execution from the package Makefile, which was incorrect.
1998-11-12s/echo/${ECHO}/agc1-3/+3
1998-09-23Use @PREFIX@ when substituting for ${PREFIX}.agc1-2/+9
Add benchmark target to enable the benchmark to be run.
1998-09-17Clean this up for RO pkgsrc.agc1-28/+21
Eliminate duplicated code.
1998-09-05New pkg for hbench-OS-1.0 (hi matt!)garbled1-0/+53
a suite of portable benchmarks to measure the OS and the hardware.