From owner-freebsd-questions@FreeBSD.ORG Wed May 27 22:09:34 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3854C10656F8 for ; Wed, 27 May 2009 22:09:34 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by mx1.freebsd.org (Postfix) with ESMTP id D335D8FC0C for ; Wed, 27 May 2009 22:09:33 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by qyk3 with SMTP id 3so7118869qyk.3 for ; Wed, 27 May 2009 15:09:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=zgyo+9h/kk+ScXGbsCarsh8MJM5zeNDXfDykHnz7dEo=; b=EgsAxri+3xqhsPbooUJ8Jtv0D4+4VlLVjsv+u5lMrT2Uxkh1rB1xSvbXNlIx+UkKMD hINvGui/mOMtAdJa0ikgeSiZIxLQdw2u47tFqLJwygnrLO7rEr1Tn4ZOCfAqZkD+4frm rTHgfwVSpbf06JE/Lq6solMzXnw6ouG0Y6Zf8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=m89yvlZ1Yp5c2YWFtpK8GcKlhrP+Tkz3viAlU4dmufwMajbIvb7vjx0z0Vs2lBnM2u LgodQBUfVn4RbMT7KPNl29cJnT2wzSHoRBsLkR2oR/DfFqSS4BNVuD9mvY2GYqooOKKd 1B3mAbfr6DdaRT2SQgy+qoJmAMdGx75j/pcSo= MIME-Version: 1.0 Received: by 10.231.11.1 with SMTP id r1mr359689ibr.23.1243462172691; Wed, 27 May 2009 15:09:32 -0700 (PDT) In-Reply-To: <20090527205610.GA22384@slackbox.xs4all.nl> References: <20090527224351.1e94029b@bobcat.edu> <20090527205610.GA22384@slackbox.xs4all.nl> Date: Wed, 27 May 2009 18:09:32 -0400 Message-ID: From: "illoai@gmail.com" To: Roland Smith Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: herbert langhans , questions@freebsd.org Subject: Re: removing distfiles? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 22:09:34 -0000 2009/5/27 Roland Smith : > On Wed, May 27, 2009 at 10:43:51PM +0200, herbert langhans wrote: >> Hi Daemons, >> a short question: >> >> I can delete the .tar.gz files from /usr/ports/distfiles - is this correct? > > Sure. > >> Not that some port tree management goes crazy (dependencies or such).. > > They won't. But they'll have to re-download relevent ones if you decide > to rebuild a port. > > Using e.g. 'portmaster --clean-distfiles-all' only removes those distfiles > that do not belong to installed ports. I love portmaster. Another advantage of ports-mgmt/portmaster: $ head -n4 `which portmaster` #!/bin/sh # Copyright (c) 2005-2009 Douglas Barton, All rights reserved # Please see detailed copyright below (I'm glad this isn't "beer license", cos I'd owe Mr. Barton a lot of beer) -- --