Bug 268625

Summary: devel/mimalloc: Convert to cmake:testing
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (ehaupt)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for mimalloc none

Description Daniel Engberg freebsd_committer freebsd_triage 2022-12-28 20:49:57 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-29 10:46:50 UTC
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(-)
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2022-12-29 10:47:10 UTC
Committed, thanks!