* Updated to 146 * Added shebangfix - Fix malloc buffer overrun for unordered CPUs in sysfs - Fix overriding of DEBUG for make test - Change all test scripts to /bin/bash to handle Debian - Run all tests in make test Bugzilla: 215596 Submitted by: Ultima1252@gmail.com (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential revision: https://reviews.freebsd.org/DXXXX
Details
- Reviewers
matthew - Commits
- rP429939: sysutils/mcelog: Updated to 146
poudriere testport OK
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 6437 Build 6668: arc lint + arc unit
This script always has exit status 0 which means that the blackbox
behavior now differs when DEVELOPER is set and when it is not. If
I introduce a syntax error in a sed expression the build will
continue unpatched anyway when it probably should abort like before.
Maybe add set -e or || exit 1 to the script or handle the error
case in some other way.