From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 17:01:02 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 8F3A116A4CE for ; Wed, 4 Aug 2004 17:01:02 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089BB43D5F for ; Wed, 4 Aug 2004 17:01:02 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) X-Sasl-enc: oxje7QI0DNbMSzmhLiUYMA 1091638854 Received: from modem-2517.leopard.dialup.pol.co.uk (modem-2517.leopard.dialup.pol.co.uk [217.135.153.213]) by mail.messagingengine.com (Postfix) with ESMTP id EF77BC13E60 for ; Wed, 4 Aug 2004 13:00:54 -0400 (EDT) From: "R. W." To: freebsd-questions@freebsd.org Date: Wed, 4 Aug 2004 18:01:07 +0100 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408041801.07564.list-freebsd-2004@morbius.sent.com> Subject: Deleting Leaves Without Losing Build-Dependencies 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: Wed, 04 Aug 2004 17:01:02 -0000 I've recently been using portversion -r and pkg_cutleaves to find unwanted ports that I can deinstall. However, it appears that neither of these takes into account build-dependencies. Is there a tool that will find true port-leaves, rather than package leaves?