From owner-freebsd-questions@FreeBSD.ORG Fri Jul 2 09:04:33 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0068106566C for ; Fri, 2 Jul 2010 09:04:33 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from relay.pcl-ipout02.plus.net (relay.pcl-ipout02.plus.net [212.159.7.100]) by mx1.freebsd.org (Postfix) with ESMTP id 8C4E18FC0C for ; Fri, 2 Jul 2010 09:04:33 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAGFILUzUnw4S/2dsb2JhbACTCo1SvWGFJQQ Received: from outmx04.plus.net (HELO outmx06.plus.net) ([212.159.14.18]) by relay.pcl-ipout02.plus.net with ESMTP; 02 Jul 2010 10:04:32 +0100 Received: from helix.plus.com ([84.92.153.232] helo=curlew.milibyte.co.uk) by outmx06.plus.net with esmtp (Exim) id 1OUcAi-0005Pe-5l for freebsd-questions@freebsd.org; Fri, 02 Jul 2010 10:04:32 +0100 Received: by curlew.milibyte.co.uk with local (Exim 4.71) (envelope-from ) id 1OUcAh-0003Qs-Qg for freebsd-questions@freebsd.org; Fri, 02 Jul 2010 10:04:31 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Fri, 2 Jul 2010 10:04:31 +0100 User-Agent: KMail/1.9.10 References: <516330.44429.qm@web52908.mail.re2.yahoo.com> In-Reply-To: <516330.44429.qm@web52908.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201007021004.31659.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false Subject: Re: Convert all packages to ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2010 09:04:34 -0000 On Friday 02 July 2010, Chris Stankevitz wrote: > --- On Thu, 7/1/10, Chris Stankevitz =20 wrote: > > Q: Is there a simple way to replace each "package" with the > > locally compiled "port"? > > portmaster -f -a > > > Ideally the procedure will not ask me any questions > > Be prepared to answer hundreds of "options" questions. =A0To take the > default option you must press "TAB, ENTER" to each query. =A0Have fun! Would "portmaster -Gfa" help ? =46rom the man page: =2DG prevents the recursive 'make config' (overrides --force-config) =2D-=20 Mike Clarke