From owner-svn-ports-head@FreeBSD.ORG Tue Jan 7 18:11:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86390E28; Tue, 7 Jan 2014 18:11:37 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A87F109A; Tue, 7 Jan 2014 18:11:36 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id p61so475700wes.7 for ; Tue, 07 Jan 2014 10:11:35 -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=HIdi8uzRaMjpI5YzxdmdQcyLXVoG6zXmzP04w/93qxE=; b=DPNsfR6rJrLQNbkCywaXxLmt1qD26uZxivSdU/iaVrJXT+8aMs7diZejSuU/Jcjqoo Nad7b5XZ9y85UR1IgIgWvsxixm9tATQA8olxNVljir3QB3fuo1E8il8NkZYzIIYvYpUz 7s4THIqONtjsmpIh2doX8xlCwIGpraVIkzamo7GcwKRNbvOHt93M2Bj3yHMMnBul1HuP nAbk1EatHdL3qWe4iHUh8QHHCnqjBnnz6nF7QpmM7yN30QPs7eiUIlBcmVXNKMHD7vHN zPB4qBzG3nOYHKGPy50AMAaaRut52Q3lJZw0hBeGKcEFuZtKY+1VRCb39YR1QnC8CiD7 3Vmg== X-Received: by 10.195.13.130 with SMTP id ey2mr11538386wjd.7.1389118295097; Tue, 07 Jan 2014 10:11:35 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id bc5sm4761012wib.4.2014.01.07.10.11.33 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 07 Jan 2014 10:11:34 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 7 Jan 2014 19:11:32 +0100 From: Baptiste Daroussin To: Alberto Villa Subject: Re: svn commit: r338983 - head/Mk/Uses Message-ID: <20140107181132.GQ36154@ithaqua.etoilebsd.net> References: <201401070818.s078Iwww001363@svn.freebsd.org> <20140107135942.GM36154@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oDto3OTLsk6uOlQH" 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 18:11:37 -0000 --oDto3OTLsk6uOlQH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 07, 2014 at 06:56:47PM +0100, Alberto Villa wrote: > 2014/1/7 Alberto Villa : > > 2014/1/7 Baptiste Daroussin : > >> On Tue, Jan 07, 2014 at 04:40:55PM +0300, Alberto Villa wrote: > >>> Is it a good thing to put a user related switch (you don't want to set > >>> "verbose" in ports Makefiles) as a USES argument? In cmake.mk we use > >>> CMAKE_VERBOSE (and so we do in qmake.mk), which can be set in > >>> make.conf(5). I suggest a NINJA_VERBOSE to replace USES=3Dninja:verbo= se. > >> > >> I was puzzled about it you are right :) > >> > >> Want to do it? > > > > Sure, OK! >=20 > Done in r339016. >=20 > Just a question: if Ninja can replace make completely (can it?), > shouldn't it be a user switchable solution a' la ccache? > --=20 > Alberto Villa, FreeBSD committer > http://people.FreeBSD.org/~avilla 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 :) regards, Bapt --oDto3OTLsk6uOlQH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLMQ1MACgkQ8kTtMUmk6EzAVQCaA2Kf7Fk4pRoVzva12JaN+GSR JwcAoJTKTcsjwT3QtNcdnZ1TUeApTeNB =2eyE -----END PGP SIGNATURE----- --oDto3OTLsk6uOlQH--