Upgrade phoronix-test-suite to version 3.8.0.
Change patch to support the changes within `install.sh`
* Put metafiles in prefix
* Add `.bash` to the bash-completion script name
* Change the XDG MIME Openbenchmarking conditional from `DESTDIR`
to `INSTALL_PREFIX` so that all the files it uses get copied into
the Cellar, because Macs don't run `xdg-utils`. This makes that
conditional behave as if Phoronix is being installed into a chroot.
* Remove the `-e` from echo so that it doesn't get echoed.
ClosesHomebrew/homebrew#11847.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Using the latest HEAD from the git repository is volatile, as, firstly,
it's not a stable release and as such may have bugs with it. Secondly,
it's possible an update will break the formula unexpectedly. In fact,
this did happen and is the purpose of this commit, an update broke this
formula's patch of the install.sh file.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
The Phoronix Test Suite is the most comprehensive testing and
benchmarking platform available for the Linux operating system.
This software is designed to effectively carry out both
qualitative and quantitative benchmarks in a clean, reproducible,
and easy-to-use manner.