From owner-freebsd-current@FreeBSD.ORG Mon Sep 6 08:38:10 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE43116A4CE for ; Mon, 6 Sep 2004 08:38:10 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D3543D1F for ; Mon, 6 Sep 2004 08:38:10 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id F2E4926; Mon, 6 Sep 2004 10:38:08 +0200 (CEST) Date: Mon, 6 Sep 2004 10:38:08 +0200 From: Andrea Campi To: Randy Bush Message-ID: <20040906083808.GA63126@webcom.it> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16699.37465.743702.58597@ran.psg.com> User-Agent: Mutt/1.5.6i cc: FreeBSD Current cc: Matt Emmerton Subject: Re: resuming portupgrade X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 08:38:10 -0000 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 ~