From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 19:47:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AAB416A420 for ; Mon, 20 Feb 2006 19:47:25 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from asmtp-out4.blueyonder.co.uk (asmtp-out4.blueyonder.co.uk [195.188.213.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 127BA43D4C for ; Mon, 20 Feb 2006 19:47:24 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [82.35.114.11] (helo=[192.168.10.60]) by asmtp-out4.blueyonder.co.uk with esmtpa (Exim 4.52) id 1FBH0F-0002aZ-1Y for freebsd-questions@freebsd.org; Mon, 20 Feb 2006 19:47:23 +0000 Message-ID: <43FA1C37.1070607@childeric.freeserve.co.uk> Date: Mon, 20 Feb 2006 19:44:55 +0000 From: Chris Whitehouse User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <43F96644.3070306@gmail.com> <43F99F17.1040407@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 6.0 stable: linuxpluginwrapper port build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 19:47:25 -0000 Andrew Pantyukhin wrote: > On 2/20/06, Chandan Haldar wrote: > >>Thanks a lot for the direction. All goes well until portupgrade asks me >>to run 'pkgdb -F', >>which asks me to resolve stale dependencies. I have a large number of >>ports installed and >>the dependencies seem somewhat intractable for manual resolution. Is >>this the only way >>to resolve the stale dependencies or am I as usual missing something :-( >>? From the pkgdb >>manpage I could not understand the implication of the score and how that >>helps me >>select a new dependency... > > > > If you have some spare time, consider reinstalling all > the ports. You might try sysutils/portmanager first. It upgrades lowest dependencies first then works it's way up the dependency tree so stale dependencies are not usually a problem. It works very well. Chris