From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 10:35:15 2013 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 ESMTP id D8D1D9ED; Tue, 22 Oct 2013 10:35:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95D682F67; Tue, 22 Oct 2013 10:35:15 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 36283BDC4C; Tue, 22 Oct 2013 12:35:14 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 23EE9BDC25; Tue, 22 Oct 2013 12:35:14 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 6B33A6113; Tue, 22 Oct 2013 12:35:13 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id D0049620E8DC; Tue, 22 Oct 2013 12:35:12 +0200 (CEST) Date: Tue, 22 Oct 2013 12:35:12 +0200 From: Mathieu Arnold To: Bryan Drewery , Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r331243 - head/sysutils/tmux Message-ID: <739146F03A259B22605ED637@ogg.in.absolight.net> In-Reply-To: <526653CB.3080106@FreeBSD.org> References: <201310220906.r9M96xBM055204@svn.freebsd.org> <526653CB.3080106@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 22 Oct 2013 10:35:15 -0000 +--On 22 octobre 2013 05:30:35 -0500 Bryan Drewery wrote: | | I think the general trend is to not hide any install commands since it | is touching the user's system, and is good for debugging build logs. | | It's subtle, but all porters handbook examples for post-install are not | silenced with @ either. Ah, well, there was only one command not silenced, so I went for the majority... -- Mathieu Arnold