From owner-cvs-ports@FreeBSD.ORG Sat Mar 20 13:51:47 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DBD16A4CE; Sat, 20 Mar 2004 13:51:47 -0800 (PST) Received: from postman.arcor.de (newsread1.arcor-online.net [151.189.0.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6082D43D1D; Sat, 20 Mar 2004 13:51:46 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-138.reverse.qsc.de [212.202.51.138]) (authenticated bits=0)i2KLpjck005993 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 20 Mar 2004 22:51:45 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B4oNa-000O7b-LQ; Sat, 20 Mar 2004 22:51:42 +0100 Message-ID: <405CBCED.3060804@fillmore-labs.com> Date: Sat, 20 Mar 2004 22:51:41 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Joe Marcus Clarke References: <200403200723.i2K7NhiY026295@repoman.freebsd.org> <405C1186.5040002@fillmore-labs.com> <1079813034.76087.6.camel@shumai.marcuscom.com> In-Reply-To: <1079813034.76087.6.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Dirk Meyer cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/tk84 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 20 Mar 2004 21:51:47 -0000 Joe Marcus Clarke wrote: > On Sat, 2004-03-20 at 04:40, Oliver Eikemeier wrote: > >>Dirk Meyer wrote: >> >> >>>dinoex 2004/03/19 23:23:43 PST >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> x11-toolkits/tk84 Makefile >>> Log: >>> - abort when /nonexistent does exist. >> >>Is there a reason why it should? > > > We have seen a few instances where programs create a /nonexistent > directory if it is set as a user's (usually a sandbox user's) home > directory. Granted, this is a bug, but most users don't know this > directory was created, and then run into problems installing certain > ports. We should test for this in bsd.port.mk then. And/or write a periodic script. Thanks for the explanation Oliver