summaryrefslogtreecommitdiff
path: root/benchmarks/unixbench (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* benchmarks/unixbench: Add support to parallel executionLuca Pizzamiglio2020-07-042-7/+26
| | | | | | | | Add support to get the number of CPUs on FreeBSD. Bump PORTREVISION. PR: 247293 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-2/+6
|
* benchmarks/unixbench: Fix the new path in the unixbenchLuca Pizzamiglio2017-09-292-1/+2
| | | | | | | | Bump PORTREVISION PR: 222480 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12541
* benchmarks/unixbench: updating to version 5.1.3Luca Pizzamiglio2017-09-0514-185/+190
| | | | | | | | | | While I'm here: * updating MAINTAINER entry * adding the proper dependencies Reviewed by: mat Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12224
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-177-23/+24
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* Pass maintainership to submitter.Raphael Kubo da Costa2016-02-272-6/+1
| | | | | | | While here, remove an unused directory from the package. PR: 207339 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
* - Fix shebangsDmitry Marakasov2015-06-091-2/+3
| | | | MFH: 2015Q2 (blanket)
* - Add another MASTER_SITEDmitry Marakasov2015-05-181-1/+2
| | | | | PR: 199588 Submitted by: axprof@gmail.com
* UnbreakMathieu Arnold2015-05-121-3/+2
| | | | Submitted by: stass (on irc)
* Mark as broken unfetchable portsBaptiste Daroussin2015-04-051-0/+1
|
* - Add empty directory to plistDmitry Marakasov2015-03-111-0/+1
|
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
|
* - Convert to stagingEitan Adler2013-10-231-14/+13
| | | | | - Simplify port - Fix COMMENT
* - Return ports to the poolAlex Kozlov2013-10-231-1/+1
| | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | benchmarks)
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-071-6/+2
| | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
* - Respect CC/CFLAGSMartin Wilke2012-01-031-6/+20
| | | | | PR: 163085 Submitted by: Jan Beich <jbeich@tormail.net>
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | With hat: portmgr (myself)
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | Reported by: pointyhat
* Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2008-12-181-1/+1
| | | | Hat: portmgr
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-12/+12
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Fix build crash on amd64Martin Wilke2007-03-232-0/+12
| | | | | | PR: 109596 Submitted by: Ivan Voras <ivoras@gmail.com> Approved by: maintainer timeout
* Install to /... instead of to /...Stefan Eßer2006-08-121-12/+12
|
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Update to match reality.David E. O'Brien2005-02-131-1/+1
|
* Correct previous fix, path was wrong.Stefan Eßer2005-01-181-1/+1
|
* Fix install target on architectures other than i386.Stefan Eßer2005-01-112-1/+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.
* Update bytebench-3.1 to unixbench-4.1.0, based on patches submittedStefan Eßer2005-01-0817-367/+229
| | | | | | | | 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)
* Add SIZE data to distinfo files.Stefan Eßer2004-03-221-0/+1
| | | | Submitted by: trevor
* File moved on master site.Stefan Eßer2003-06-171-1/+1
|
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* 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.
* Fix compilation on FreeBSD-3.xStefan Eßer2001-03-121-2/+10
|
* add = after MASTER_SITESMichael Haro2000-04-161-1/+1
|
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
|
* Respect CC and CFLAGS.Kris Kennaway2000-02-051-37/+96
|
* time(3) returns a time_t and not a long.Steve Price2000-01-281-0/+11
|
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-9/+9
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Fix some portlint problems. echo -> ${ECHO}, fill in version requiredChris Piazza1999-07-182-46/+22
| | | | and shorten DESCR.
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Create one diff per file to patch.Stefan Eßer1998-12-192-0/+27
|
* Create one diff per file to patch.Stefan Eßer1998-12-192-0/+144
| | | | | | | Add suggested fix for "dc" test. PR: 7805 Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
* Split into several files, one per file to patchStefan Eßer1998-12-191-129/+1
|
* Remove *.orig files from the pgms directory so this deinstall's cleanly.Steve Price1998-09-261-1/+2
|
* Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt1998-08-051-2/+2
| | | | the letters "B" and "C". And some Chinese symbols as well.