summaryrefslogtreecommitdiff
path: root/benchmarks/phoronix-test-suite/patches
AgeCommit message (Collapse)AuthorFilesLines
2019-06-10/home/jym/msgjym1-30/+37
2013-04-01Use ${PKGMANDIR} for manpages.sbd1-3/+3
2012-08-15benchmarks/phoronix-test-suite: Change "cp -r"marino1-6/+24
The "-r" option is highly discouraged in BSD although it's reluctantly supported. The problem is that it doesn't behave the same on all platforms. For example, "cp -r pts-core/ destdir/" won't always give the same results: On NetBSD, pts-core files are put: /destdir/pts-core/<files> On DragonFly pts-core files are put: /destdir/<files> That messes the PLIST up. This changes "cp -r <dir>/" to "cp -R <dir>" which has the same behavior on different platforms. Tested on NetBSD and DragonFly
2011-12-07Welcome to phoronix-test-suite-3.4.0.jym1-0/+41
DESCR: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for the *nix operating system. This software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.