From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 01:26:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFAF71065672 for ; Wed, 26 Mar 2008 01:26:17 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 523678FC13; Wed, 26 Mar 2008 01:26:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47E9A63C.2000603@FreeBSD.org> Date: Wed, 26 Mar 2008 02:26:20 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Nikolaj Thygesen References: <47E98B39.4030108@diamondbox.dk> In-Reply-To: <47E98B39.4030108@diamondbox.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: pkg_cutleaves - a bit too efficient 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: Wed, 26 Mar 2008 01:26:18 -0000 Nikolaj Thygesen wrote: > Hi list, > > In order to tighten up my fbsd installation I decided to try out > pkg_cutleaves. I wasn't really too worried, as I figured I could always > run portupgrade if I removed one package too many - and so I did it > appears. Portupgrade doesn't bring anything back though. I've tried > running pkgdb with a number of different parameters including -L and -F, > but nothing really does me any good. What can I do to make > ports/packages realize I'm in need of a few more packages?? > The particular symptom isn't too bad though. The background of my > Gnome desktop doesn't respond to mouse clicks, and my wallpaper is gone, > but still... You will have to reinstall whatever packages you mistakenly removed. Once they are removed, they are gone for good. If you removed parts of GNOME, try reinstalling the x11/gnome2 port. Kris