From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 14:24:46 2005 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 38CAA16A4CE for ; Mon, 28 Feb 2005 14:24:46 +0000 (GMT) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1023B43D46 for ; Mon, 28 Feb 2005 14:24:46 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.26.84.7])0.04 <0ICM00FNULD5IPB0@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Mon, 28 Feb 2005 08:24:41 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id F3EB52CE741; Mon, 28 Feb 2005 06:19:57 -0800 (PST) Date: Mon, 28 Feb 2005 06:19:56 -0800 From: "Michael C. Shultz" In-reply-to: <4222F670.4070808@serpe.org> To: freebsd-questions@freebsd.org Message-id: <200502280619.56964.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <4222F670.4070808@serpe.org> User-Agent: KMail/1.7.2 Subject: Re: Deleting orphaned ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ringworm01@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 14:24:46 -0000 On Monday 28 February 2005 02:46 am, Nicolas wrote: > Hello, > > Is there a way I can find all orphaned ports on FreeBSD (by using > portupgrade or not) ? > > By orphaned ports I mean ports that are not used by any other ports > (though they may be used by users, in which case it's up to me to > decide wether to delete them). > > Thank you. > > Nicolas sysutils/portmanager will do this just run portmanager -slid This option will show you each port that no other port depends on, its long description and give you the option to remove it. -Mike