From owner-svn-ports-all@FreeBSD.ORG Tue Jan 7 22:20:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D0F57EE; Tue, 7 Jan 2014 22:20:48 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1BD0150F; Tue, 7 Jan 2014 22:20:47 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id a1so743762wgh.5 for ; Tue, 07 Jan 2014 14:20:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Et/MafAt1ehXU6htmVAHw+ml4F5VQpnEfTaxLoPtMMc=; b=FbJZSaw5fNyxiOhc6DDZ3w9H6OQb1jKQ7FMYiJn3ClmrEAYutkz+3NchXkWhsHurGL TCe9hcFx2yzbxAkVGi0nP9vFL63wTgIZAV4oLuvTJBr3h/z3rUzTDw/aPl3BZ6/LpY2x D+U9N/YanXYbFQZlmWwJRiDr9K9/e6XgniKbfCB8W1iZBFUBd781Wf67vugv9v3w9ep6 kEGYmIDlRpxUCX5iP/Zw+73eaZZPsykK07BZMTALfxMDxcc5Uh/26fJFwrQx3iTyp2St omogy4k4T30FAwhxorMlQ0susmp7qPef3G3vTObhu0QNhcAQhehql24GRAZA6xoce1wB xIDA== X-Received: by 10.180.89.68 with SMTP id bm4mr19005408wib.0.1389133245659; Tue, 07 Jan 2014 14:20:45 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id w1sm5692151wib.6.2014.01.07.14.20.44 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 07 Jan 2014 14:20:44 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 7 Jan 2014 23:20:42 +0100 From: Baptiste Daroussin To: Alberto Villa Subject: Re: svn commit: r338983 - head/Mk/Uses Message-ID: <20140107222042.GR36154@ithaqua.etoilebsd.net> References: <201401070818.s078Iwww001363@svn.freebsd.org> <20140107135942.GM36154@ithaqua.etoilebsd.net> <20140107181132.GQ36154@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Hw0FrjWlp+qkNlJP" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 22:20:48 -0000 --Hw0FrjWlp+qkNlJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 07, 2014 at 08:40:25PM +0100, Alberto Villa wrote: > 2014/1/7 Baptiste Daroussin : > > On Tue, Jan 07, 2014 at 06:56:47PM +0100, Alberto Villa wrote: > >> Just a question: if Ninja can replace make completely (can it?), > >> shouldn't it be a user switchable solution a' la ccache? > > > > Nope > > cmake + make can be replaced by cmake + ninja but not other > > usage of ninja like chrome, v8 and nodejs. > > > > So any clever idea is welcome :) >=20 > So maybe a switch to make Ninja used in any CMake-built ports? I say > this just because I don't see me or kde@ adding USES+=3Dninja to every > CMake port, it's better to do it in cmake.mk (but still it can't be > the default imho, as it depends on Python). >=20 > Of course, I'm not sure that every CMake port will work with it... I > had never heard of Ninja before. :) > --=20 > Alberto Villa, FreeBSD committer > http://people.FreeBSD.org/~avilla Yes that kind of thing would be really nice, OpenBSD does it with very nice results, anything using cmake should just wo= rk with ninja, unfortunatly I have no time to spend on this. regards, Bapt --Hw0FrjWlp+qkNlJP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLMfboACgkQ8kTtMUmk6ExjWwCffaejzMjuIb9h60ffAmlYNFxP UA4An3onO7KA9vb8ueT/YK5kOC9Flwmd =oDYH -----END PGP SIGNATURE----- --Hw0FrjWlp+qkNlJP--