Date: Mon, 6 Sep 2004 10:38:08 +0200 From: Andrea Campi <andrea+freebsd_current@webcom.it> To: Randy Bush <randy@psg.com> Cc: Matt Emmerton <matt@gsicomp.on.ca> Subject: Re: resuming portupgrade Message-ID: <20040906083808.GA63126@webcom.it> In-Reply-To: <16699.37465.743702.58597@ran.psg.com> References: <16699.28812.895951.64132@ran.psg.com> <000f01c49389$be8b9d80$1200a8c0@gsicomp.on.ca> <1094420141.59109.3.camel@rushlight.kf8nh.com> <16699.37465.743702.58597@ran.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 05, 2004 at 03:25:29PM -0700, Randy Bush wrote: > well, that's what i am running now. but do i know that there were > not other dependency sub-trees that failed? It might not be an elegant solution, but look for packages that have their +COMMENT file older than the time you started the portupgrade. Something like: find /var/db/pkg -type f -name +COMMENT ! \ -newer /var/db/pkg/first_updated_port/+COMMENT | awk -F/ '{print $5}' should do the trick. Hackish, yes, but effective. Bye, Andrea -- There's no place like ~
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040906083808.GA63126>