Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Apr 2006 16:49:48 +0200
From:      "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To:        Guillermo MORENO-SOCIAS <Guillermo.Moreno-Socias@math.uvsq.fr>
Cc:        ports@freebsd.org, koma2@lovepeers.org
Subject:   Re: portupgrade & make config-recursive
Message-ID:  <4432878C.1050806@gmx.de>
In-Reply-To: <20060404135431.GA15116@math.uvsq.fr>
References:  <20060404135431.GA15116@math.uvsq.fr>

next in thread | previous in thread | raw e-mail | index | archive | help


Guillermo MORENO-SOCIAS wrote:
>    Hello.
>    I use portupgrade -aRr to upgrade my ports collection.  I would
> like to know if there is a way to do the equivalent of "make
> config-recursive" with portupgrade so one would not have to watch the
> console to intervene now and then.  I have read "man portupgrade" but
> have not been able to find any way to do this.
>    Thanks in advance.
>                                       Guillermo Moreno-Socias

If you really read it carefully you'd know that "portupgrade -a"
resolves all dependencies in the right order and that "-Rr" in this case
doesn't make any sense.

You can run
# portupgrade -an | grep "+ "

for a list of ports that would be build and visit them manually. If you
use csh or a compatible shell you can use
# portupgrade -an |& grep "+ "

to get more compact output. Alternatively a small shell script for this
task is easily written.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4432878C.1050806>