From owner-svn-ports-all@FreeBSD.ORG Tue Jan 7 17:57:10 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 4C0D897D; Tue, 7 Jan 2014 17:57:10 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CA341F01; Tue, 7 Jan 2014 17:57:09 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id j9so4345475wiv.4 for ; Tue, 07 Jan 2014 09:57:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=SpqMw1emD+VS1jL9/GC+5cv+riyVHrGNPDe7eaj1zVs=; b=l8XiNGL/GHbU3bHPO/gusIwbeC8kx2UyXYaBPXjtr2UWvLkCV5q1IOsfNQJ4a8LviH kJ3LU9jGQLc7RsNHRm8L5gBlpG24ZmbRH72BqK6b/HVvt32sS4OgG8OuY/858LeFpMjY WCM/kPN71fr9/G/sPpJJTd9iT7kx8gnyKIEKI7N6jpV0/3G+wwwpL/96pTf9mplGu0BJ UC/5Fwh7LT3WZog6tpiITHBUHLL54/89774IHUggIIhFRFkoq/ISofxFFXmcC3tFnNWr cgvwmAIyN+g0AMDGO4WtzVug4xX+gdHnCwcd22vr8qeQ4LkTATJJErGycZRVVeUdPNd3 rTEQ== X-Received: by 10.194.20.130 with SMTP id n2mr7755194wje.62.1389117427770; Tue, 07 Jan 2014 09:57:07 -0800 (PST) MIME-Version: 1.0 Sender: villa.alberto@gmail.com Received: by 10.216.10.73 with HTTP; Tue, 7 Jan 2014 09:56:47 -0800 (PST) In-Reply-To: References: <201401070818.s078Iwww001363@svn.freebsd.org> <20140107135942.GM36154@ithaqua.etoilebsd.net> From: Alberto Villa Date: Tue, 7 Jan 2014 18:56:47 +0100 X-Google-Sender-Auth: k8jjx1lhM-Iw9QA2V0wVlphUwyo Message-ID: Subject: Re: svn commit: r338983 - head/Mk/Uses To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 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 17:57:10 -0000 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=ninja:verbose. >> >> I was puzzled about it you are right :) >> >> Want to do it? > > Sure, OK! Done in r339016. Just a question: if Ninja can replace make completely (can it?), shouldn't it be a user switchable solution a' la ccache? -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla