From owner-freebsd-questions Thu Jun 13 3:54: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fikkie.sion.themirror.nl (ip503c4ea3.speed.planet.nl [80.60.78.163]) by hub.freebsd.org (Postfix) with ESMTP id DE50F37B431 for ; Thu, 13 Jun 2002 03:53:59 -0700 (PDT) Received: from sion.themirror.nl (intel.sion.themirror.nl [10.0.0.170]) by fikkie.sion.themirror.nl (Postfix) with ESMTP id BEA115DC; Thu, 13 Jun 2002 12:54:03 +0200 (CEST) Message-ID: <3D0879C9.1060309@sion.themirror.nl> Date: Thu, 13 Jun 2002 12:54:01 +0200 From: Ruben Kerkhof User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0rc2) Gecko/20020510 X-Accept-Language: en-us, en, nl MIME-Version: 1.0 To: Darren Pilgrim Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cleaning the entire ports tree. References: <3D085F5E.9F6E81BB@pantherdragon.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Darren Pilgrim wrote: > I got bored and made the entire ports tree. Now I want to clean the > whole thing out. Is there a make option for ports that will cause it > not to clean for dependencies? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Install portupgrade from the ports. (/usr/ports/sysutils/portupgrade by default). After that, you can do portsclean -c, portsclean -DD and all your ports will be cleaned up. Doing rm -rf * in /usr/ports/distfiles also helps. Greetings, Ruben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message