From owner-svn-ports-all@freebsd.org Tue Sep 8 06:38:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 720F59CD71A; Tue, 8 Sep 2015 06:38:16 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40E501BE6; Tue, 8 Sep 2015 06:38:16 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacex6 with SMTP id ex6so115573771pac.0; Mon, 07 Sep 2015 23:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=y6+TqBFptr9JEYeuRxRgdGqRPoBR93tmS+UMce68YVY=; b=YUS0YvnNhQXh+oEWzm9d80igUAvahnxd2n5lvhtyod8pRaBznsNmEvLXWi2ipzFf2E WQJ6My6oRDHxd9jKZCq7QN7k+XvDvGzrZB2WSehTj+yUll6DRe/Plp1Kqw4BzQkUs8vJ iuqXxlfti1oElPJ8ZSZYXadI/V6ZUDjYRaAOuxXB+EJjBokXEbPYAExak72Lr9D4Lzbt J0B4jh0nyRoBghC1pOClBvGSJy0/Ry5CfT5ImnT0jADwj9nitrWP2cNqiYNUy0vlYjZf UjfqZXLbnfvkOAWir6DkO5uA/BzmqQmUX9S/0+2dRGiqlwX1sUdaBssvepxkeJNDwuBZ NtZw== X-Received: by 10.68.114.34 with SMTP id jd2mr55454383pbb.94.1441694295794; Mon, 07 Sep 2015 23:38:15 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::4? (2001-44b8-31ae-7b01-0000-0000-0000-0004.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::4]) by smtp.gmail.com with ESMTPSA id et3sm1970164pad.43.2015.09.07.23.38.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Sep 2015 23:38:15 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r396248 - head/games/scummvm References: <201509070625.t876PBJV079503@repo.freebsd.org> <663DB8E120502884DE748209@atuin.in.mat.cc> <20150907070846.GA23292@FreeBSD.org> <55EE412F.4080802@FreeBSD.org> <20150908063644.GA58868@FreeBSD.org> To: Alexey Dokuchaev Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55EE8251.8020400@FreeBSD.org> Date: Tue, 8 Sep 2015 16:38:09 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Thunderbird/40.0 MIME-Version: 1.0 In-Reply-To: <20150908063644.GA58868@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 08 Sep 2015 06:38:16 -0000 On 8/09/2015 4:36 PM, Alexey Dokuchaev wrote: > On Tue, Sep 08, 2015 at 12:00:15PM +1000, Kubilay Kocak wrote: >> I advocate verbose by default across the board in the ports I maintain >> already. Our defaults should be conducive to debug-ability, particularly >> for the case of users providing feedback for maintainers. >> >> How about we exp-run for GNU_CONFIGURE=yes ports: >> >> CONFIGURE_ARGS+= --disable-silent-rules >> MAKE_ENV+= V=1 (maybe even MAKE_ARGS) > > One problem here is that lots of ports have configure scripts generated > before silent rules idea existed (and thus have no --disable-silent-rules > switch). However, I agree that such an exp-run is useful: we can see the > old/new configure scripts distribution. > > After all, we can always grep ${CONFIGURE_SCRIPT} for see if they support > some kind of build verbosity support and amend CONFIGURE_ARGS accordingly. > > ./danfe > Mmmm, would those ports also be missing the automake bits for V=1 ? -- koobs