From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 01:32:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id A521E5B4; Mon, 2 Sep 2013 01:32:49 +0000 (UTC) Date: Mon, 2 Sep 2013 01:32:49 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Subject: Re: svn commit: r325631 - in head: databases/php5-pdo_dblib/files databases/php55-pdo_dblib/files devel/py-hashring/files devel/rubygem-fog/files graphics/py-graph-core/files sysutils/usbhotkey/files x... Message-ID: <20130902013249.GD43972@FreeBSD.org> References: <201308291911.r7TJBYx5033033@svn.freebsd.org> <20130830023543.GA15271@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Ruslan Makhmatkhanov , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 02 Sep 2013 01:32:49 -0000 On Sun, Sep 01, 2013 at 10:22:18PM +0200, Gerald Pfeifer wrote: > On Fri, 30 Aug 2013, Alexey Dokuchaev wrote: > >> Log: > >> - remove empty directories > > It's getting annoying. Perhaps a portlint(1) check could be thrown in to > > prevent this happening in the future? Ditto to empty files, $EDITOR back- > > ups, etc... > > Have you considered submitting such a check for portlint, or a irst > attempt to code it? Honestly, I didn't, yet I understand (and totally support) your point that doing so would be more productive. The thing is that I myself do not need this check, as I rely heavily on svn st/diff and find(1) before committing, and normally catch empty dirs without the warning from sanity tools. That said, if the problem of ppl being unable to properly clean up after themselves would start to annoy me enough, I as well might sit down to craft a patch. ./danfe