From owner-svn-ports-all@freebsd.org Fri Sep 16 05:22:51 2016 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 D6FE9BDC90B; Fri, 16 Sep 2016 05:22:51 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CC254880; Fri, 16 Sep 2016 05:22:51 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id CB0EC1EA1; Fri, 16 Sep 2016 05:22:51 +0000 (UTC) Date: Fri, 16 Sep 2016 05:22:51 +0000 From: Alexey Dokuchaev To: Olivier Duchateau Cc: "Carlos J. Puga Medina" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r422218 - head/net-im/corebird Message-ID: <20160916052251.GA37760@FreeBSD.org> References: <201609151756.u8FHuvAS093292@repo.freebsd.org> <20160915205647.6e85ca84807f4b6880171f70@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160915205647.6e85ca84807f4b6880171f70@freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 16 Sep 2016 05:22:51 -0000 On Thu, Sep 15, 2016 at 08:56:47PM +0200, Olivier Duchateau wrote: > On Thu, 15 Sep 2016 17:56:57 +0000 (UTC) > "Carlos J. Puga Medina" wrote: > > New Revision: 422218 > > URL: https://svnweb.freebsd.org/changeset/ports/422218 > > > > Log: > > - Update corebird to 1.3.1 release > > - Add GSTREAMER_USE=hls dependency > > - Line up options block > > - Silence all three explicitly called commands > > Why hide these commands? > > Your mentor (here, Dmitry) argues for the opposite (see his recent changes > with revision r421635, I know it's for CMake, Ninja, autotools and so on) > and he approves this. Muted commands were extract/patch-related, and we typically do mute them. Dmitry argues for making installation-related commands vocal (and I support him here). ./danfe