From owner-freebsd-ports@FreeBSD.ORG Sun Nov 16 23:20:18 2014 Return-Path: Delivered-To: freebsd-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 75ABAF07 for ; Sun, 16 Nov 2014 23:20:18 +0000 (UTC) Received: from frv153.fwdcdn.com (frv153.fwdcdn.com [212.42.77.153]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34F318F9 for ; Sun, 16 Nov 2014 23:20:17 +0000 (UTC) Received: from [10.10.10.28] (helo=frv154.fwdcdn.com) by frv153.fwdcdn.com QID:1Xq8rv-0002t9-JS/RC:1; Mon, 17 Nov 2014 01:04:31 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=zj8C4YGjAPjaLFlESgYkhQEoYMmAn9m+lpoQ0ONxHw8=; b=DEUzr0Tw4yWalNksqVmGze32WDgJbEfl4NKqQk8DM4kVmJykxT9xDL2s3liRzpGhXx4q9TiRIqdub6MBQbDqw0CjMWxoT7rtGZ6tebUipFXmjU/1Pq+yBNwehk/+Ek8uTD/4OGXtq34vhOdIhAw3pbqDSXtHGDyWJvVHsRop0ig=; Received: from [5.248.240.192] (helo=nonamehost.local) by frv154.fwdcdn.com with esmtpsa ID 1Xq8ri-000KZD-3C ; Mon, 17 Nov 2014 01:04:18 +0200 Date: Mon, 17 Nov 2014 01:04:17 +0200 From: Ivan Klymenko To: "Dr. Peter Voigt" Subject: Re: Deleting ports distfiles Message-ID: <20141117010417.6918dce0@nonamehost.local> In-Reply-To: <20141116232937.657463ce@kirk.drpetervoigt.private> References: <20141116232937.657463ce@kirk.drpetervoigt.private> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=5.248.240.192; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-Ukrnet-Yellow: 0 Cc: freebsd-ports@freebsd.org 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: Sun, 16 Nov 2014 23:20:18 -0000 =D0=92 Sun, 16 Nov 2014 23:29:37 +0100 "Dr. Peter Voigt" =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > I have just seen that /usr/ports/distfiles has grown up to 12 GiB. My > hopefully not too stupid question is: Can I safely delete all files > under /usr/ports/distfiles, e.g. >=20 > # rm -rf /usr/ports/distfiles/* >=20 > I strongly suppose so but I am not sure. Thanks for any feedback. >=20 You can clean up, but if you'll rebuild the ports that the source will be downloaded again. Therefore it is better to do like this: portmaster -y --clean-distfiles