update sysutils/mcelog to 148 - Intel Xeons from Ivy Bridge onwards support a processor identification number. - Fix warning with gcc 6.x - Makefile: Make `git` check portable (POSIX compatible) - replace asprintf with xasprintf as per memutil.c - Return -ENOMEM for vasprintf in sysfs_write PR: 216789 Submitted by: ultima1252@gmail.com (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/DXXXX
Details
Details
- Reviewers
matthew - Commits
- rP433508: update sysutils/mcelog to 148
poudriere testport - OK
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sysutils/mcelog/files/patch-Makefile | ||
---|---|---|
6 ↗ | (On Diff #24771) | You shouldn't assume that ${PREFIX} is /usr/local here. The best practice here is to substitute in a placeholder eg %PREFIX% via This is easily broken and needs to be checked when preparing updates, because |
sysutils/mcelog/files/patch-Makefile | ||
---|---|---|
6 ↗ | (On Diff #24771) | Best would probably be to add prefix=${PREFIX} to MAKE_ARGS. |