Created attachment 239098 [details] Patch for mimalloc Use cmake:testing, this also prevents always building unit tests Compile and runtime tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist, make test)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=03552cd5c84319d04538e69e38e78ef76dfdeb90 commit 03552cd5c84319d04538e69e38e78ef76dfdeb90 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-12-29 10:44:16 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-12-29 10:45:39 +0000 devel/mimalloc: Convert to cmake:testing Use cmake:testing, this also prevents always building unit tests. PR: 268625 devel/mimalloc/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Committed, thanks!