Bug 268625 - devel/mimalloc: Convert to cmake:testing
Summary: devel/mimalloc: Convert to cmake:testing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-28 20:49 UTC by Daniel Engberg
Modified: 2022-12-29 10:47 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
Patch for mimalloc (631 bytes, patch)
2022-12-28 20:49 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!