| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Add support to get the number of CPUs on FreeBSD.
Bump PORTREVISION.
PR: 247293
Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 222480
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D12541
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 163085
Submitted by: Jan Beich <jbeich@tormail.net>
|
|
|
|
|
|
| |
PR: 109596
Submitted by: Ivan Voras <ivoras@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
| |
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 suggested fix for "dc" test.
PR: 7805
Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
|
| |
|
|
|
|
|
|
| |
- 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).
|
|
|
|
|
|
| |
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".
|
|
(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 ...
|