From owner-freebsd-current@FreeBSD.ORG Thu Dec 29 21:47:45 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 67FD0106564A; Thu, 29 Dec 2011 21:47:45 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 108868FC0A; Thu, 29 Dec 2011 21:47:44 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so14832739obb.13 for ; Thu, 29 Dec 2011 13:47:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=SRHy53/vv9WIrdV9EJI5be/96avmi9JFXA1ie+R3VcY=; b=jrB41uCdnrCCM5WSs/vDiO+FPMkJSAiagkmDSUgPK8G5AZvvO/fwlGMsiV3yjG1on8 kq8gUqYBo+RQRadAb8n5JzMB/LbDKNsAQfTdmo2+fs01duSCtTA48Vr/7F24eL5phEg1 iunY/Af9zO1O03ZaEk1AOjQ1MtNA77lppjiog= MIME-Version: 1.0 Received: by 10.50.153.135 with SMTP id vg7mr43541954igb.12.1325195264154; Thu, 29 Dec 2011 13:47:44 -0800 (PST) Sender: utisoft@gmail.com Received: by 10.231.207.7 with HTTP; Thu, 29 Dec 2011 13:47:43 -0800 (PST) Received: by 10.231.207.7 with HTTP; Thu, 29 Dec 2011 13:47:43 -0800 (PST) In-Reply-To: <4EFCDD5F.6000704@cran.org.uk> References: <1325193958.31545.YahooMailClassic@web113520.mail.gq1.yahoo.com> <4EFCDD5F.6000704@cran.org.uk> Date: Thu, 29 Dec 2011 21:47:43 +0000 X-Google-Sender-Auth: pCmFOffAow-K0ZMCZsBV64YMMLQ Message-ID: From: Chris Rees To: Bruce Cran Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: pfg@freebsd.org, Nathan Whitehorn , freebsd-current@freebsd.org 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:47:45 -0000 On 29 Dec 2011 21:36, "Bruce Cran" wrote: > > On 29/12/2011 21:30, Chris Rees wrote: >> >> Nah, pkg_add -r works and grabs anything you need. Try it with something monstrous (like gcc...) > > > But then you have to know the exact name of the package, which isn't always obvious. If an educated guess doesn't work... make -C /usr/ports/category/name -V PKGNAME will get you the package name. Chris