From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 21:03:32 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 DFE84106566B for ; Tue, 15 Apr 2008 21:03:32 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B06498FC1E for ; Tue, 15 Apr 2008 21:03:32 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 628F51CC91; Tue, 15 Apr 2008 13:03:31 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 15 Apr 2008 23:03:29 +0200 User-Agent: KMail/1.9.7 References: <200804151245.03033.lists-fbsd@shadypond.com> <200804152002.20097.fbsd.questions@rachie.is-a-geek.net> <48050BC1.1050305@onetel.com> In-Reply-To: <48050BC1.1050305@onetel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804152303.30054.fbsd.questions@rachie.is-a-geek.net> Cc: Chris Whitehouse Subject: Re: overnight upgrade interrupted by questions 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: Tue, 15 Apr 2008 21:03:33 -0000 On Tuesday 15 April 2008 22:10:41 Chris Whitehouse wrote: > Do something like [sorry not exact syntax as I don't have access to a > freebsd machine]: > foreach i (`cat portlist`) > foreach? cd /usr/ports/$i && make config You should 'make config-conditional' to save yourself some work. make config always shows you the dialogue, while config-conditional checks to see if the variablenames have changed and if not, just moves on using what you already have in /var/db/ports. These are the ports that will bite you: # find /usr/ports -name 'configure' -path '*/scripts/*' \ -exec grep -l '/usr/bin/dialog' {} + /usr/ports/emulators/vmware3/scripts/configure /usr/ports/japanese/typist/scripts/configure /usr/ports/misc/sonytv/scripts/configure /usr/ports/print/apsfilter/scripts/configure /usr/ports/print/ghostscript-gnu/scripts/configure /usr/ports/print/ghostscript-gpl/scripts/configure -- Mel Problem with today's modular software: they start with the modules and never get to the software part.