From owner-freebsd-questions@FreeBSD.ORG Thu Apr 11 00:54:46 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 759E1BC6 for ; Thu, 11 Apr 2013 00:54:46 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3597D62F for ; Thu, 11 Apr 2013 00:54:45 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UQ5mj-0007dW-OV for freebsd-questions@freebsd.org; Thu, 11 Apr 2013 02:54:41 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Apr 2013 02:54:41 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Apr 2013 02:54:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: When will binary packages be back? Date: Thu, 11 Apr 2013 00:54:32 +0000 (UTC) Lines: 12 Message-ID: References: <201304101739.LAA29126@lariat.net> <201304101819.MAA29795@lariat.net> <5165B17A.9080707@FreeBSD.org> <201304102014.OAA01702@lariat.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 00:54:46 -0000 On Wed, 10 Apr 2013 14:14:21 -0600, Brett Glass wrote: > Just made that into a batch file for my library. Should be a target in > the standard ports Makefile, IMHO. Maybe call it "rdistclean". Perhaps > this could be submitted as a PR. There are various options in portsclean (provided by ports-mgmt/ portupgrade), but for distfiles I simply do: sudo rm -rvf /usr/ports/distfiles/* after my updates have finished.