From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 21:02:30 2008 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 A7B72106568C for ; Mon, 6 Oct 2008 21:02:30 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id E05F58FC0C for ; Mon, 6 Oct 2008 21:02:29 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 06 Oct 2008 17:02:29 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id PCY90690; Mon, 6 Oct 2008 17:02:27 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 06 Oct 2008 17:01:45 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18666.31928.85367.319704@jerusalem.litteratus.org> Date: Mon, 6 Oct 2008 17:01:44 -0400 To: Vincent Hoffman In-Reply-To: <48EA7487.2050901@unsane.co.uk> References: <26face530810061228g660203ebxe3e287f4e47c3b06@mail.gmail.com> <48EA7487.2050901@unsane.co.uk> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Kelly Jones , freebsd-questions@freebsd.org Subject: Re: Installing multiple ports quietly and efficiently 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: Mon, 06 Oct 2008 21:02:30 -0000 Vincent Hoffman writes: > > I want to install 50 apps on a new server, but not have to watch it > > constantly. I want to tell ports: "just use the default options for > > now: if I'm unhappy w/ them, I'll come back, do a 'make rmconfig' and > > rebuild". > > > > How can I do this? > > add > BATCH=yes > to /etc/make.conf Only if you remember to take it out (or comment it out) again when you're done. Personally, I'd run a new shell, set the variable, do the builds, then kill the shell. Next: edit make.conf and put it in comented out and with additional comments. Robert Huff