aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Install to /... instead of to /...Stefan Eßer2006-08-121-12/+12
| | | | Notes: svn path=/head/; revision=170414
* Correct previous fix, path was wrong.Stefan Eßer2005-01-181-1/+1
| | | | Notes: svn path=/head/; revision=126723
* Fix install target on architectures other than i386.Stefan Eßer2005-01-111-0/+3
| | | | | | | | | | There is an old Linux ELF binary of select in the pgms directory of the distribution tar file with no corresponding source file. Most probably time-polling.c should be used to build a binary of select under FreeBSD, but for now select is just removed. Notes: svn path=/head/; revision=126156
* Update bytebench-3.1 to unixbench-4.1.0, based on patches submittedStefan Eßer2005-01-081-24/+36
| | | | | | | | | | | by SHIMAOKA Shunsuke, with some modifications to the Makefile by me. The bytebench port was repo-copied to unixbench, before, to preserve its history. Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp) Notes: svn path=/head/; revision=125888
* File moved on master site.Stefan Eßer2003-06-171-1/+1
| | | | Notes: svn path=/head/; revision=83181
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-6/+6
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53948
* add = after MASTER_SITESMichael Haro2000-04-161-1/+1
| | | | Notes: svn path=/head/; revision=27667
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27416
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* chmod -> ${CHMOD}Michael Haro1999-08-221-9/+9
| | | | Notes: svn path=/head/; revision=20890
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Fix some portlint problems. echo -> ${ECHO}, fill in version requiredChris Piazza1999-07-181-21/+21
| | | | | | | and shorten DESCR. Notes: svn path=/head/; revision=20257
* Remove *.orig files from the pgms directory so this deinstall's cleanly.Steve Price1998-09-261-1/+2
| | | | Notes: svn path=/head/; revision=13418
* mkdir --> ${MKDIR}David E. O'Brien1996-11-201-3/+3
| | | | | | | | cp --> ${CP} rm --> ${RM} Notes: svn path=/head/; revision=4601
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+3
| | | | Notes: svn path=/head/; revision=4575
* Make this run from a R/O /usr file system:Stefan Eßer1996-01-051-7/+7
| | | | | | | | | - Temporary files are written into $TMPDIR (default /var/tmp) (some 18MB of free space are required for the file system test). - Results are stored into $RESULTDIR (default /tmp). Notes: svn path=/head/; revision=2608
* Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr willStefan Eßer1996-01-031-2/+14
| | | | | | | prevent the tests from running. Notes: svn path=/head/; revision=2598
* Add "do-install" target.Stefan Eßer1996-01-021-3/+9
| | | | Notes: svn path=/head/; revision=2597
* The BYTE benchmark suite, very popular under Linux users as it seems.Stefan Eßer1996-01-011-0/+18
(See: http://www.silkroad.com/bass/linux/bm.html for results ...) This is another benchmark that tries to give a single performance number, but without giving much thought to proper weighting of the performance numbers. So: Please handle with care ... Notes: svn path=/head/; revision=2594