From owner-freebsd-questions@FreeBSD.ORG Mon Dec 27 00:51:36 2004 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 0ED8D16A4CE for ; Mon, 27 Dec 2004 00:51:36 +0000 (GMT) Received: from fusion.vilot.net (vilot.com [64.246.32.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996EE43D39 for ; Mon, 27 Dec 2004 00:51:35 +0000 (GMT) (envelope-from tom@vilot.com) Received: from [192.168.1.102] (c-24-8-184-241.client.comcast.net [24.8.184.241]) (authenticated bits=0) by fusion.vilot.net (8.13.1/8.12.9) with ESMTP id iBR0mm9I019352 for ; Sun, 26 Dec 2004 18:48:49 -0600 (CST) (envelope-from tom@vilot.com) Message-ID: <41CF5C95.8060702@vilot.com> Date: Sun, 26 Dec 2004 17:51:33 -0700 From: Tom Vilot User-Agent: Mozilla Thunderbird 1.0 (X11/20041222) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Oooooops: make deinstall 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: Mon, 27 Dec 2004 00:51:36 -0000 I inadvertently invoked make deinstall from /usr/ports, thinking I was in the directory of the port I wanted to 'make deinstall && make reinstall' I wasn't. Oops. I'm in the process of re-installing those ports I installed and depend on (firefox, thunderbird, etc). But ... since I control-c'ed the ill-chosen 'make deinstall', I'm sure I have left my package database in a rather un-tidy state. Is there an easy way to say, either with portupgrade or make or any other tool, the equivalent of: "what ports are installed? Are they *really* installed? What do they depend on? Are those installed? Are they *really* installed?" Of course I can do portupgrade -l "<" -O, but I think my question is: does that tell me if my system is actually clean? :c) Also --- is there some way of looking at an "audit trail" or some way that I can see what ports/packages I had previously installed before I accidentally did make deinstall? Thanks ...