From owner-freebsd-ports@FreeBSD.ORG Tue Mar 25 19:21:02 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F9601065674 for ; Tue, 25 Mar 2008 19:21:02 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE6D8FC2E for ; Tue, 25 Mar 2008 19:21:02 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so2101757rvb.43 for ; Tue, 25 Mar 2008 12:21:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=MXGl7j17yzUOrRYLKaZeblgxzUwP1VHjv82imIAoCq8=; b=TycazycgGyLfwUgdEwYYLvGne0YRyC3ptVZnEXuu+0YiQOHsKJsTzH+ZphBzNqZ2qHWyTwEQfMOeyFZzq9Y6rHKwwm9+Fh/+fu7Iu4s9yqcxuQ/UA56azgne3D++b1lz+XHuUyGZp/a0WpkfzvuzvHIxomflRMudsDN9p5/6jaI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=GW99ws9glVlZ9xJkRbqhMQkRfUxEni5NaCSU3PfCbfHXWe3FqYr7niYT16fo/pT1cD88biVkEy80fIbuIrnrLH1f90tgdSdkSfaDqLA6BcinKh67kZ/8+dWkDv6fvSDi2yTp9N+pvlKyUgGX/yHl0XUVlmDr1iLSgRuSRd9Cv9A= Received: by 10.141.132.8 with SMTP id j8mr3648707rvn.218.1206471169289; Tue, 25 Mar 2008 11:52:49 -0700 (PDT) Received: from dhcp-128-107-159-176.cisco.com ( [128.107.159.176]) by mx.google.com with ESMTPS id g22sm5473619rvb.5.2008.03.25.11.52.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 25 Mar 2008 11:52:48 -0700 (PDT) Message-Id: <4B48E94D-058A-4F79-93B2-B6E498C0B9CE@gmail.com> From: Garrett Cooper To: Lars Stokholm In-Reply-To: <47E949A3.5030103@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 25 Mar 2008 11:52:57 -0700 References: <47E949A3.5030103@gmail.com> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-ports@freebsd.org Subject: Re: Cleaning /var/db/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: Tue, 25 Mar 2008 19:21:02 -0000 On Mar 25, 2008, at 11:51 AM, Lars Stokholm wrote: > Apart from doing 'rm -r /var/db/ports/*' is there a way of cleaning > the folder of stale folders and files? > > I know it takes up no space and that I might aswell leave it alone, > but it'd be interesting to know. :) > > Thanks, > Lars pkg_cutleaves -- an excellent Perl port that will help you out with that. -Garrett