From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 13:26:44 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 3E0F3106566B for ; Tue, 15 Apr 2008 13:26:44 +0000 (UTC) (envelope-from smallhand@crawblog.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.freebsd.org (Postfix) with ESMTP id F2F278FC1E for ; Tue, 15 Apr 2008 13:26:43 +0000 (UTC) (envelope-from smallhand@crawblog.com) Received: by wr-out-0506.google.com with SMTP id 50so1044524wra.13 for ; Tue, 15 Apr 2008 06:26:43 -0700 (PDT) Received: by 10.141.20.7 with SMTP id x7mr4283480rvi.255.1208266002681; Tue, 15 Apr 2008 06:26:42 -0700 (PDT) Received: by 10.141.190.19 with HTTP; Tue, 15 Apr 2008 06:26:42 -0700 (PDT) Message-ID: <919383240804150626xe343795l84d99cfaad68435@mail.gmail.com> Date: Tue, 15 Apr 2008 09:26:42 -0400 From: "Edward Ruggeri" To: "Manolis Kiagias" In-Reply-To: <4804A46B.20307@otenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200804151245.03033.lists-fbsd@shadypond.com> <4804A46B.20307@otenet.gr> Cc: Pollywog , freebsd-questions@freebsd.org 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 13:26:44 -0000 A lot of people would reply that they'd like to configure the ports themselves before launching the installation, leading people to suggest scripts such as: #!/bin/sh plist=`pkg_version -ovl'<' |awk '{ print $1 }'` for porg in $plist ; do cd /usr/ports/${porg} && make config-recursive done Before I go and annoy someone on the portupgrade list, does anyone here know if the portupgrade people have decided this is unnecessary functionality? Sincerely, -- Ned Ruggeri On Tue, Apr 15, 2008 at 8:49 AM, Manolis Kiagias wrote: > > > > Pollywog wrote: > > > I did 'portupgrade -aP' last night but this morning I found that one > package had some questions for me about how I want to compile the package > (wants to know which options I want). This meant that no packages were > compiled since the cups package asked questions. > > > > Is there a way to circumvent this problem when upgrading with portupgrade? > > I know how to avoid this when installing a single port but not how to > avoid it when upgrading all available packages. > > > > > > thanks > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > > > Try the --batch option of portupgrade > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >