From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 12:37:56 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B78E6814 for ; Tue, 18 Nov 2014 12:37:56 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6769BEC5 for ; Tue, 18 Nov 2014 12:37:56 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id l15so1671340wiw.2 for ; Tue, 18 Nov 2014 04:37:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=8svfuUJnu+EraU+iZqhu0siFHbr0UVyg8RUIPvd09+4=; b=eUexNfuYKpQ5WKVqDzRFcM5CE9uRP/omh3kJNBJzvwMlf4wwdMWD/bd/BNx74XVA52 plT7x2qacy5y1u2BhSytxUpemodAgScCMnAYBtzEqzYN5AbTDrFSzeh5OZD3sbm9b9GD N4gH7c6LlfTmTNkjUb2oyh0yiOI+nKlg+AG4eBSNuAVxhpR+suDptn1kXFM4T3zoyPuz /+d3ewiLU+nS5oZaK2lDTVgGCh9zrliOGh9CC9CmcYh9Z+eBqHfI9hjQJKhsZwvgv5LH w2lbNi1F6CA63GpJoAgqkWAiyw6BegHGPVtxulh8diVi3HaP301Cm42W/Q/1yvZlgYbG WTJw== X-Received: by 10.180.9.196 with SMTP id c4mr39612132wib.66.1416314274622; Tue, 18 Nov 2014 04:37:54 -0800 (PST) Received: from gumby.homeunix.com (bcdc819a.skybroadband.com. [188.220.129.154]) by mx.google.com with ESMTPSA id ny6sm19337341wic.22.2014.11.18.04.37.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Nov 2014 04:37:53 -0800 (PST) Date: Tue, 18 Nov 2014 12:37:52 +0000 From: RW To: ports@freebsd.org Subject: Re: Deleting ports distfiles Message-ID: <20141118123752.5516f591@gumby.homeunix.com> In-Reply-To: References: <20141116232937.657463ce@kirk.drpetervoigt.private> <20141116225501.GA52979@ozzmosis.com> <20141117131259.511db9bd@gumby.homeunix.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 12:37:56 -0000 On Mon, 17 Nov 2014 07:40:03 -0600 Adam Vande More wrote: > On Mon, Nov 17, 2014 at 7:12 AM, RW > wrote: > > > portmaster removes any files not associated with currently installed > > packages, the other two do can do that, but also have the option to > > leave any files that are still up-to-date with respect to the ports > > tree. > > > This is a misleading statement. portmaster also has that option. My mistake. I'd always assumed that in "-t --clean-distfiles" the "-t" had its usual meaning of recurse through port dependencies. What makes that particularly confusing is that recursing to handle missing dependencies would be a useful option. I'd still recommend distviper over portmaster because it's faster.