From owner-freebsd-current@FreeBSD.ORG Thu Dec 29 21:50:59 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE513106564A for ; Thu, 29 Dec 2011 21:50:59 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id A8AC98FC18 for ; Thu, 29 Dec 2011 21:50:59 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id C75C156172; Thu, 29 Dec 2011 15:50:58 -0600 (CST) Date: Thu, 29 Dec 2011 15:50:58 -0600 From: Mark Linimon To: Pedro Giffuni Message-ID: <20111229215058.GA27847@lonesome.com> References: <4EFC9745.3050901@freebsd.org> <1325183038.93200.YahooMailClassic@web113516.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1325183038.93200.YahooMailClassic@web113516.mail.gq1.yahoo.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-current@freebsd.org, Nathan Whitehorn Subject: Re: Removal of sysinstall from HEAD and lack of a post-install configuration tool X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 21:50:59 -0000 On Thu, Dec 29, 2011 at 10:23:58AM -0800, Pedro Giffuni wrote: > How am I supposed to install prebuilt packages (and the myriad of > dependencies) from now on? I strongly recommend using portmaster. The manpage is very dense but to start with, use something like the following (I'm just picking one port at random, pkg_cutleaves, to install): portmaster -PP ports-mgmt/pkg_cutleaves mcl