aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/unixbench
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to stagingEitan Adler2013-10-231-14/+13
| | | | | | | | - Simplify port - Fix COMMENT Notes: svn path=/head/; revision=331446
* - Return ports to the poolAlex Kozlov2013-10-231-1/+1
| | | | | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) Notes: svn path=/head/; revision=331423
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - 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 Notes: svn path=/head/; revision=313559
* - Respect CC/CFLAGSMartin Wilke2012-01-031-6/+20
| | | | | | | | PR: 163085 Submitted by: Jan Beich <jbeich@tormail.net> Notes: svn path=/head/; revision=288479
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2008-12-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224354
* - 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) Notes: svn path=/head/; revision=197075
* - Fix build crash on amd64Martin Wilke2007-03-232-0/+12
| | | | | | | | | PR: 109596 Submitted by: Ivan Voras <ivoras@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=188077
* Install to /... instead of to /...Stefan Eßer2006-08-121-12/+12
| | | | Notes: svn path=/head/; revision=170414
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Update to match reality.David E. O'Brien2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=128676
* 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-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. Notes: svn path=/head/; revision=126156
* 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) Notes: svn path=/head/; revision=125888
* Add SIZE data to distinfo files.Stefan Eßer2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104991
* File moved on master site.Stefan Eßer2003-06-171-1/+1
| | | | Notes: svn path=/head/; revision=83181
* 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. 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
* Fix compilation on FreeBSD-3.xStefan Eßer2001-03-121-2/+10
| | | | Notes: svn path=/head/; revision=39676
* 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
* Respect CC and CFLAGS.Kris Kennaway2000-02-051-37/+96
| | | | Notes: svn path=/head/; revision=25505
* time(3) returns a time_t and not a long.Steve Price2000-01-281-0/+11
| | | | Notes: svn path=/head/; revision=25174
* 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-182-46/+22
| | | | | | | and shorten DESCR. Notes: svn path=/head/; revision=20257
* 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. Notes: svn path=/head/; revision=19799
* Create one diff per file to patch.Stefan Eßer1998-12-192-0/+27
| | | | Notes: svn path=/head/; revision=15438
* 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> Notes: svn path=/head/; revision=15437
* Split into several files, one per file to patchStefan Eßer1998-12-191-129/+1
| | | | Notes: svn path=/head/; revision=15436
* Remove *.orig files from the pgms directory so this deinstall's cleanly.Steve Price1998-09-261-1/+2
| | | | Notes: svn path=/head/; revision=13418
* 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. Notes: svn path=/head/; revision=12291
* mkdir --> ${MKDIR}David E. O'Brien1996-11-201-3/+3
| | | | | | | | cp --> ${CP} rm --> ${RM} Notes: svn path=/head/; revision=4601
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-2/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+3
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Make this run from a R/O /usr file system:Stefan Eßer1996-01-052-8/+56
| | | | | | | | | - 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
* List all files being installed and add @dirrm directioves for properStefan Eßer1996-01-031-4/+40
| | | | | | | deinstallation. Notes: svn path=/head/; revision=2600
* Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr willStefan Eßer1996-01-031-4/+36
| | | | | | | | | prevent the tests from running. Do not try to compile the test programs, since the sources are not being copied to the lib/bytebench directory by "make install". Notes: svn path=/head/; revision=2599
* 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
* *** empty log message ***Stefan Eßer1996-01-021-0/+10
| | | | Notes: svn path=/head/; revision=2596
* Package description files added.Stefan Eßer1996-01-022-0/+49
| | | | Notes: svn path=/head/; revision=2595
* The BYTE benchmark suite, very popular under Linux users as it seems.Stefan Eßer1996-01-013-0/+104
(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