Re: Deleting ports distfiles

2014-11-18 Thread RW
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-dat

Re: Deleting ports distfiles

2014-11-17 Thread Jeffrey Bouquet via freebsd-ports
>>On Mon, 11/17/14, Warren Block wrote: >>Actually, portmaster can do >>that also: >>portmaster -t -y >>-clean-distfiles ___ Test first" I did not want the majority deleted... #portsclean -DD -n

Re: Deleting ports distfiles

2014-11-17 Thread Warren Block
On Mon, 17 Nov 2014, RW wrote: 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 ar

Re: Deleting ports distfiles

2014-11-17 Thread Adam Vande More
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.

Re: Deleting ports distfiles

2014-11-17 Thread RW
On Sun, 16 Nov 2014 14:10:00 -0900 Royce Williams wrote: > On Sun, Nov 16, 2014 at 1:55 PM, andrew clarke > wrote: > > On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt > > (pvo...@uos.de) wrote: > > > >> I have just seen that /usr/ports/distfiles has grown up to 12 GiB. > >> My hopefully not

Re: Deleting ports distfiles

2014-11-16 Thread Dr. Peter Voigt
On Mon, 17 Nov 2014 09:55:01 +1100 andrew clarke wrote: > On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt (pvo...@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 /u

Re: Deleting ports distfiles

2014-11-16 Thread Dr. Peter Voigt
On Sun, 16 Nov 2014 14:10:00 -0900 Royce Williams wrote: > On Sun, Nov 16, 2014 at 1:55 PM, andrew clarke > wrote: > > On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt > > (pvo...@uos.de) wrote: > > > >> I have just seen that /usr/ports/distfiles has grown up to 12 GiB. > >> My hopefully not

Re: Deleting ports distfiles

2014-11-16 Thread Ivan Klymenko
В Sun, 16 Nov 2014 23:29:37 +0100 "Dr. Peter Voigt" пишет: > 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

Re: Deleting ports distfiles

2014-11-16 Thread Adam Vande More
On Sun, Nov 16, 2014 at 4:29 PM, Dr. Peter Voigt 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 bu

Re: Deleting ports distfiles

2014-11-16 Thread Royce Williams
On Sun, Nov 16, 2014 at 1:55 PM, andrew clarke wrote: > On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt (pvo...@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/

Re: Deleting ports distfiles

2014-11-16 Thread andrew clarke
On Sun 2014-11-16 23:29:37 UTC+0100, Dr. Peter Voigt (pvo...@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 s

Deleting ports distfiles

2014-11-16 Thread Dr. Peter Voigt
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. Regards, Peter