Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2005 00:44:39 +0200
From:      martinko <martinkov@pobox.sk>
To:        freebsd-questions@freebsd.org
Subject:   Re: portupgrade + make_ports.sh: Fixing everything in one go
Message-ID:  <4335D6D7.8010706@pobox.sk>
In-Reply-To: <20050924141218.CE8F416415C@ws1-4.us4.outblaze.com>
References:  <20050924141218.CE8F416415C@ws1-4.us4.outblaze.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Fafa Hafiz Krantz wrote:
> Hello!
> 
> I thought I'd ask you all if my make_ports.sh is as convenient as I think
> it is, or if it's totally off track or what not:
> 
> # cat make_ports.sh
> 
> cvsup -g -L 2 /etc/cvsupfile
> cd /usr/ports
> make fetchindex
> portupgrade -raP
> portsdb -uU
> pkgdb -F
> portsclean -CDLP
> 
> As for "portupgrade -raP" I want it to only use packages since my system
> is very slow, and recompiling all my ports is not an option. This command,
> however, doesn't seem to work at all.
> 
> I get a lot of:
> 
> ** The command returned a non-zero exit status: 1
> ** Failed to fetch ...
> 
> And it ends up compiling my ports instead ...
> 
> I truly hope anyone can help.
> Thanks!
> 
> --
> Fafa Hafiz Krantz
>   Research Designer @ http://www.bleed.com
> 
> 

fafa,

try to use 'portupgrade -raPP'

martin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4335D6D7.8010706>