From owner-freebsd-questions@FreeBSD.ORG Mon Jan 23 07:03:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B5E416A41F for ; Mon, 23 Jan 2006 07:03:25 +0000 (GMT) (envelope-from luke.bakken@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA4B43D4C for ; Mon, 23 Jan 2006 07:03:24 +0000 (GMT) (envelope-from luke.bakken@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so747044uge for ; Sun, 22 Jan 2006 23:03:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=U2CePTdiuJXUvY1iiGdkhMrZ7NLYbPursX9rVOJkkEtGD3bV+4+9vsuxGd9ghOLBqck6XaLqzJaMYS5WEuZkGh4qeZeLZ/krW8Iyi6vxtS2qKmHFxv04v01vJ5Nfgr6R3NaMlgoeOe1beihNTXYrJmlYHqocaF/n0gq22x283c8= Received: by 10.49.41.11 with SMTP id t11mr308474nfj; Sun, 22 Jan 2006 22:57:21 -0800 (PST) Received: by 10.49.28.15 with HTTP; Sun, 22 Jan 2006 22:57:21 -0800 (PST) Message-ID: <6acc6ca40601222257m214268are23be876c345f867@mail.gmail.com> Date: Sun, 22 Jan 2006 22:57:21 -0800 From: Luke Bakken To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: portupgrade and dialog boxes. 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, 23 Jan 2006 07:03:25 -0000 Hello all, I'm in the process of doing a mega-portupgrade and I've noticed that certain ports use the dialog command to collect options from the user. I've searched for a way to ensure that these dialogs won't show up and the closest I've come to an answer is the 'make rmconfig' command in the port Makefile, which doesn't help me when using the portupgrade command. Is there any way to tell portupgrade to not show these dialog boxes and to use the default options for a port? Thanks, Luke