From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 20:00:20 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 794DA16A4CE for ; Thu, 22 Jan 2004 20:00:20 -0800 (PST) Received: from tmgcon.com (tmgcon.com [128.121.216.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D6A43D1D for ; Thu, 22 Jan 2004 20:00:19 -0800 (PST) (envelope-from gentoo@tmgcon.com) Received: from kereru.tmgcon1.co.nz (210-54-78-58.dialup.xtra.co.nz [210.54.78.58]) by tmgcon.com (8.12.10/8.12.6) with ESMTP id i0N40HI7099106 for ; Fri, 23 Jan 2004 04:00:18 GMT Received: from gentoo (unknown [192.168.0.64]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kereru.tmgcon1.co.nz (Postfix) with ESMTP id 62EA8CFEF for ; Fri, 23 Jan 2004 17:00:16 +1300 (NZDT) From: Tom Munro Glass To: freebsd-questions@freebsd.org Date: Fri, 23 Jan 2004 17:00:05 +1300 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401231700.06446.gentoo@tmgcon.com> Subject: Dependencies of installed 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: Fri, 23 Jan 2004 04:00:20 -0000 1) How can I display the dependencies between the ports I have installed on my 4.9-RELEASE machine? There seem to be some ports in /var/db/pkg that I haven't intentionally installed and I would like to get rid of some of them, but I don't know if they are used by other ports. 2) I use portinstall to install ports, but if I want to delete a port, is the only way to use "make deinstall"? It would be nice if there was something like portdeinstall that would remove the specified port and any ports it depends on (providing they are not used elsewhere). Regards, Tom Munro Glass