From owner-freebsd-questions@FreeBSD.ORG Wed Nov 12 23:32:11 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 2297516A4CE for ; Wed, 12 Nov 2003 23:32:11 -0800 (PST) Received: from falcon.midgard.homeip.net (h76n3fls24o1048.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 395AD43FCB for ; Wed, 12 Nov 2003 23:32:09 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: (qmail 11928 invoked by uid 1001); 13 Nov 2003 07:32:07 -0000 Date: Thu, 13 Nov 2003 08:32:07 +0100 From: Erik Trulsson To: Lutz Kittler Message-ID: <20031113073207.GA11871@falcon.midgard.homeip.net> Mail-Followup-To: Lutz Kittler , freebsd-questions@freebsd.org References: <200311111000.57933.Lutz.Kittler@sse-erfurt.de> <20031111124909.595dc2da.kitsune@gmx.co.uk> <200311130816.50610.Lutz.Kittler@sse-erfurt.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311130816.50610.Lutz.Kittler@sse-erfurt.de> User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org 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:32:11 -0000 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. > 2. Is there anywhere a description of the ports mechanism > inclusive meaning of files like MOVED? The ports(7) man page is a good place to start. In there you can find pointers to the rest of the documentation. -- Erik Trulsson ertr1013@student.uu.se