From owner-freebsd-questions@FreeBSD.ORG Wed Apr 10 19:13:37 2013 Return-Path: Delivered-To: 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 D25B5A39 for ; Wed, 10 Apr 2013 19:13:37 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id AC2D12BD for ; Wed, 10 Apr 2013 19:13:37 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1UPzu0-000Lrj-0Y; Wed, 10 Apr 2013 14:37:50 -0400 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id 64F681D0B69F; Wed, 10 Apr 2013 14:37:47 -0400 (EDT) Message-ID: <5165B17A.9080707@FreeBSD.org> Date: Wed, 10 Apr 2013 14:37:46 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Brett Glass References: <201304101739.LAA29126@lariat.net> <201304101819.MAA29795@lariat.net> In-Reply-To: <201304101819.MAA29795@lariat.net> X-Enigmail-Version: 1.5.1 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: When will binary packages be back? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: pete wright , freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 19:13:37 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 4/10/13 2:19 PM, Brett Glass wrote: > Unfortunately, I've never experimented with pkgng, so will have to > come up to speed on this. Might be a temporary workaround. > > In the meantime, I'm trying to install Apache 2.2 on a small > server. So far, just to build the port, the machine has built > Perl, Python, m4, Berkeley DB, and an incredible assortment of > other stuff that I do not want or need on that machine! And because > the "make distclean" command in the FreeBSD ports system does not > remove code for dependencies, I'll have tons of source -- > including GPLed code, which I do not want to touch -- on the > machine unless I do a painstaking manual search and removal. > Aaargh! > > --Brett Glass Hi Brett, Here's an easy way to delete all of the distfiles for a port and its dependencies: cd /usr/ports/www/apache22 # Or whatever make distclean make all-depends-list | xargs -n1 -I % sh -c "cd % && make distclean" Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlFlsXoACgkQ0sRouByUApAG1ACaAgxhsxFkWCiD0TTiCcfjBqEk SVsAoIVnv1XlXlBxwPSIyaRq4gP/kz+d =uB9B -----END PGP SIGNATURE-----