From owner-freebsd-questions@FreeBSD.ORG Wed Nov 12 23:43:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD4BD16A4CE for ; Wed, 12 Nov 2003 23:43:17 -0800 (PST) Received: from mail1.arcor-ip.de (mail1.arcor-ip.de [145.253.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C696943FF9 for ; Wed, 12 Nov 2003 23:43:16 -0800 (PST) (envelope-from Lutz.Kittler@sse-erfurt.de) Received: from mail.sse-erfurt.de (145.253.64.194) by mail1.arcor-ip.de (5.5.034) id 3FA84F3B000EB9F3 for freebsd-questions@freebsd.org; Thu, 13 Nov 2003 08:43:15 +0100 Received: from master.sse-erfurt.de (mailhost.sse-erfurt.de [192.105.75.4]) by mail.sse-erfurt.de (Postfix) with ESMTP id BF74B12C7D for ; Thu, 13 Nov 2003 08:43:14 +0100 (CET) Received: from tycho.sse-erfurt.de (kittler@tycho.sse-erfurt.de [192.105.75.11])id IAA01847 for ; Thu, 13 Nov 2003 08:43:14 +0100 From: Lutz Kittler To: freebsd-questions@freebsd.org Date: Thu, 13 Nov 2003 08:43:13 +0100 User-Agent: KMail/1.5 References: <200311111000.57933.Lutz.Kittler@sse-erfurt.de> <200311130816.50610.Lutz.Kittler@sse-erfurt.de> <20031113073207.GA11871@falcon.midgard.homeip.net> In-Reply-To: <20031113073207.GA11871@falcon.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311130843.13896.Lutz.Kittler@sse-erfurt.de> Subject: Re: deleted ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 07:43:18 -0000 Am Donnerstag, 13. November 2003 08:32 schrieb Erik Trulsson: > On Thu, Nov 13, 2003 at 08:16:50AM +0100, Lutz Kittler wrote: > > Hi, > > > > I had a problem with the Mesa3-Port. Someone told me > > that the port has moved to libglut. > > The problem was, that /usr/ports/graphics/Mesa3 was > > not deleted and the only in this directory was README.html. > > When I deleted the file and the mesa-directory libglut was > > installed and everything was okay. > > > > So I have 2 questions: > > 1. Why the mesa-port dir wasnt deleted ? > > Because you had created the README.html file in that directory. > (You have probably issued a 'make readmes' at some point in the past.) > cvsup does not delete non-empty directories. > Thanks, but I havent done any 'make readmes' explicitly. I only did 'make build/package/install' or install ports by portupgrade. Is there a possibility that some of these commands has done 'make readmes' implicitly? In this case it would be good to know in which configuration file I can change this behaviour. Is there a standard way to get rid of README.html of deleted ports ? lutz