Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2016 17:49:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213331] USES=gmake can break CMAKE_NINJA=yes
Message-ID:  <bug-213331-13-gZ5MpQiB6t@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213331-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213331-13@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=3D213331

Antoine Brodin <antoine@FreeBSD.org> changed:

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

--- Comment #4 from Antoine Brodin <antoine@FreeBSD.org> ---
I think that there should be an exp-run with CMAKE_NINJA=3Dyes and USES=3Dg=
make
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 ninj=
a?
- 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=3D yes
    .include "${USESDIR}/ninja.mk"
    .endif

--=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-213331-13-gZ5MpQiB6t>