From owner-cvs-ports@FreeBSD.ORG Thu May 26 11:33:55 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 7688E16A440; Thu, 26 May 2005 11:33:55 +0000 (GMT) Date: Thu, 26 May 2005 11:33:55 +0000 From: Alexey Dokuchaev To: Pav Lucistnik Message-ID: <20050526113355.GA39880@FreeBSD.org> References: <200505261051.j4QApDp6070951@repoman.freebsd.org> <1117106958.70438.18.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1117106958.70438.18.camel@pav.hide.vol.cz> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/alevt Makefile pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 11:33:55 -0000 On Thu, May 26, 2005 at 01:29:18PM +0200, Pav Lucistnik wrote: > Alexey Dokuchaev p??e v ?t 26. 05. 2005 v 10:51 +0000: > > danfe 2005-05-26 10:51:13 UTC > > > > FreeBSD ports repository > > > > Modified files: > > misc/alevt Makefile pkg-descr pkg-plist > > Log: > > > - Mute directory creation in do-install: target > > Why? It's nothing filthy to print mkdir, and at least one know what's > going on. I was un-muting mkdir's all over the place last year, myself. Most ports still mute it, from what I can tell. I think that it's reasonable enough, just like we don't get CVS commit notifications when create/chechin directories. Still, if I get a feeling that this disturbs people a lot, I will revert this change. FWIW, we should explicitly set policy on things like that in Porters' Handbook. ./danfe