[Bug 279908] devel/cmake: autogen (moc/uic) processes don't respect MAKE_JOBS_NUMBER

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 29 Jun 2024 05:43:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279908

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3ecb58c61953097c5b5331c3e11ae8fced410ca9

commit 3ecb58c61953097c5b5331c3e11ae8fced410ca9
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-06-29 05:20:51 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-06-29 05:20:51 +0000

    Mk/Uses/cmake.mk: Respect MAKE_JOBS_NUMBER

    Pass -DCMAKE_AUTOGEN_PARALLEL:STRING="${MAKE_JOBS_NUMBER}" to avoid
    spawning more moc and uic processes than the user has specified via
    MAKE_JOBS_NUMBER and to limit to 1 if the user has DISABLE_MAKE_JOBS
    set.

    PR:             279908
    Reported by:    Anton Saietskii <vsasjason@gmail.com>

 Mk/Uses/cmake.mk | 1 +
 1 file changed, 1 insertion(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.