Date: Mon, 17 Nov 2014 13:12:59 +0000 From: RW <rwmaillists@googlemail.com> To: ports@freebsd.org Subject: Re: Deleting ports distfiles Message-ID: <20141117131259.511db9bd@gumby.homeunix.com> In-Reply-To: <CA%2BE3k92p5k=AUX=pcQDzbSL8rFDysNnc1=3cg6s0MKHFupo_pg@mail.gmail.com> References: <20141116232937.657463ce@kirk.drpetervoigt.private> <20141116225501.GA52979@ozzmosis.com> <CA%2BE3k92p5k=AUX=pcQDzbSL8rFDysNnc1=3cg6s0MKHFupo_pg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 16 Nov 2014 14:10:00 -0900 Royce Williams wrote: > On Sun, Nov 16, 2014 at 1:55 PM, andrew clarke <mail@ozzmosis.com> > wrote: > > On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt > > (pvoigt@uos.de) wrote: > > > >> 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. > >> > >> # rm -rf /usr/ports/distfiles/* > >> > >> I strongly suppose so but I am not sure. Thanks for any feedback. > > > > Yes. Missing distfiles will be redownloaded when/if you rebuild a > > port. > > You can also delete just the unused ones, if you're using portmaster > or portupgrade ('portsclean' command). See the bottom of the "Using > the Ports Collection" docs page: > > https://www.freebsd.org/doc/handbook/ports-using.html > > Even if you don't use portmaster for anything else, using it for this > purpose is worth the install, IMO. portupgrade's portsclean utility and distviper (from sysutils/bsdadminscripts) can do it more flexibly. 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. Most distfiles are replaced every few months, so it doesn't make a huge difference in terms of disk space.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141117131259.511db9bd>