From owner-freebsd-current@FreeBSD.ORG Mon Aug 27 08:21:56 2007 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 A160216A4DA for ; Mon, 27 Aug 2007 08:21:56 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 40BAC13C46A for ; Mon, 27 Aug 2007 08:21:55 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.lan) by mailfe06.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 591722129 for freebsd-current@freebsd.org; Mon, 27 Aug 2007 09:21:53 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Mon, 27 Aug 2007 09:22:05 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708270922.06233.hselasky@c2i.net> Subject: Ports and configuration 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: Mon, 27 Aug 2007 08:21:56 -0000 Hi, When you install a port that has several sub-ports, is there way to run through all the configuration menus recursivly, so that the compilation does not stop all the time asking for user input? --HPS