From owner-freebsd-questions@FreeBSD.ORG Sat Oct 2 16:02:31 2010 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 9F832106564A for ; Sat, 2 Oct 2010 16:02:31 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2E0B08FC12 for ; Sat, 2 Oct 2010 16:02:30 +0000 (UTC) Received: by fxm9 with SMTP id 9so3346816fxm.13 for ; Sat, 02 Oct 2010 09:02:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=TLs1UQlsFLEXgl0lNRYnh/7qA4XAcEVumOZfRnw3R9I=; b=rmoUhRAv+RDZVpGVUmDwuwCoHYjr+gUrd3Aw4SeTH3j4llUN0UUeOF3jxuTNVmXwr2 HiO5hacSb0jjDKnpAjZ1+PeeXEjYolunherT1b4h0NrtrlTVwVk2ysaFPEwCS+KkVkfh +hWDPbsP11NxFCk/YsAY9FDNSUNmsnyLW67mM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=K13SfEgZKuesLr7bKwslzl2tTU1CTD8kIgnmiPaShRT+fJQ8OiPhKObzMbsT2JM1TY qHrHJgGeTBCe3Wp1SZlqSyudiVPVplSXHs48zWIYtFY/OLK7g6FhJpxrroKwFwNC3T8Y w7NawKppdwDEaGofEki3ii6sg3YOuxrwLOgtE= MIME-Version: 1.0 Received: by 10.223.40.196 with SMTP id l4mr7037545fae.20.1286035349828; Sat, 02 Oct 2010 09:02:29 -0700 (PDT) Received: by 10.223.120.139 with HTTP; Sat, 2 Oct 2010 09:02:29 -0700 (PDT) In-Reply-To: References: <4ca708f4.svuMWmkOCHSjxBDf%mueller6727@bellsouth.net> Date: Sat, 2 Oct 2010 11:02:29 -0500 Message-ID: From: Adam Vande More To: Brandon Gooch Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Thomas Mueller , freebsd-questions@freebsd.org Subject: Re: Massive portupgrade without being interrupted by configuration screens? 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: Sat, 02 Oct 2010 16:02:31 -0000 On Sat, Oct 2, 2010 at 9:49 AM, Brandon Gooch wrote: > On Sat, Oct 2, 2010 at 5:27 AM, Thomas Mueller > wrote: > > Well, I'm not using portupgrade, but instead ports-mgmt/portmaster: > > # portmaster --force-config --no-confirm [...] lang/perl5.12 > > Gets all of the config menus out of the way (--force-config), and > doesn't sit waiting for confirmation to proceed with install > (--no-confirm). I do this only the first time I build a port, or if I > need to change a config option and reinstall. > On portmaster version 3, just use -G. No more options menus. -- Adam Vande More