[Bug 213331] USES=gmake can break CMAKE_NINJA=yes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 11 17:49:31 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213331

Antoine Brodin <antoine at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #4 from Antoine Brodin <antoine at FreeBSD.org> ---
I think that there should be an exp-run with CMAKE_NINJA=yes and USES=gmake
neutralized to determine what are the actual needs of the ports:

- Are there ports that build fine with gmake but fail to build with ninja?
- Are there ports that build fine with bsd make but fail to build with ninja?
- Are there ports that build fine with either gmake or ninja?

Something like:

    .if defined(CMAKE_NINJA)
    # Neutralize gmake.mk for the exp-run
    _INCLUDE_USES_GMAKE_MK= yes
    .include "${USESDIR}/ninja.mk"
    .endif

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


More information about the kde-freebsd mailing list