From owner-freebsd-questions@FreeBSD.ORG Sat Aug 6 20:43:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C5C9416A41F for ; Sat, 6 Aug 2005 20:43:26 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB2143D53 for ; Sat, 6 Aug 2005 20:43:26 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id B3367CC9A4A for ; Sat, 6 Aug 2005 16:43:24 -0400 (EDT) X-Sasl-enc: Dan6GFzaXK6rV8Eb5MONjEM3iukRNoc6g+s2GVDtwdlw 1123361004 Received: from gumby.localdomain (dsl-80-41-76-111.access.as9105.com [80.41.76.111]) by frontend3.messagingengine.com (Postfix) with ESMTP id BEE121DC for ; Sat, 6 Aug 2005 16:43:24 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sat, 6 Aug 2005 21:43:23 +0100 User-Agent: KMail/1.8.2 References: <147fc4b905080607385f50ead@mail.gmail.com> In-Reply-To: <147fc4b905080607385f50ead@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508062143.23543.list-freebsd-2004@morbius.sent.com> Subject: Re: how to deinstall the gnome2-lite port from my system completely? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 20:43:26 -0000 On Saturday 06 August 2005 15:38, richard cinema wrote: > at first, i try to do a " make deinstall" under > /usr/ports/x11/gnome2-lite . no error occured > except i found all the gnome stuff stay there when i run "pkg_info" > then. it seems the port did nothing with my "make deinstall" > command. gnome2-lite is a meta-port, it consists of nothing but dependencies, and deinstalling a port does not delete dependencies. > anybody can help me to figure out a proper solution to this problem? > > btw: i know a "silly and slow" way: use "pkg_delete -f " to delete all > the gnome2 and gtk2 packages manually. well, it make me feel like a > type machine:) A number of those ports will actually be needed by non-gnome ports anyway. You can reinstall gnome2-lite and run pkg_deinstall -Ri gnome2-lite this will interactively delete the metaport and it's dependencies. If you choose to delete a dependency that is still required it will just fail to delete. sysutils/pkg_cutleaves is another way of handling this, and doing a general clean-up