From owner-freebsd-ports@FreeBSD.ORG Fri Dec 8 10:14:21 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F034816A407 for ; Fri, 8 Dec 2006 10:14:21 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (milkyway.critical.ch [62.2.45.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D78F43CAD for ; Fri, 8 Dec 2006 10:13:23 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from wiggles.cablecom.ch (mx.critical.ch [62.2.45.171]) by mx.critical.ch (8.13.6/8.13.6/critical-1.0) with SMTP id kB8AEHYu046170; Fri, 8 Dec 2006 11:14:19 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Fri, 8 Dec 2006 11:14:17 +0100 From: Emanuel Haupt To: Erwin Van de Velde Message-Id: <20061208111417.4ca33ecd.ehaupt@FreeBSD.org> In-Reply-To: <200612081104.50013.erwin.vandevelde@gmail.com> References: <200612081104.50013.erwin.vandevelde@gmail.com> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.6/2303/Fri Dec 8 06:07:51 2006 on milkyway.critical.ch X-Virus-Status: Clean Cc: freebsd-ports@FreeBSD.org Subject: Re: Cleaning out the ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2006 10:14:22 -0000 > Dear all, > > I am looking for a good way to clean out the installed ports: when > having used a system for some time, one is often left with leave > ports that do not have any direct use (e.g. a library) and are not > required anymore by any other installed port. Is there a way to find > such ports and remove them easily? Have a look at sysutils/pkg_cutleaves and sysutils/pkg_rmleaves. Emanuel