resuming portupgrade

Andrea Campi andrea+freebsd_current at webcom.it
Mon Sep 6 01:38:10 PDT 2004


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 ~


More information about the freebsd-current mailing list