Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2024 05:43:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279908] devel/cmake: autogen (moc/uic) processes don't respect MAKE_JOBS_NUMBER
Message-ID:  <bug-279908-7788-yijIjoUkdh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279908-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279908-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279908

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

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

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=3D"${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(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279908-7788-yijIjoUkdh>