From owner-freebsd-questions@FreeBSD.ORG Thu May 6 12:14:19 2004 Return-Path: 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 68F1416A4CE for ; Thu, 6 May 2004 12:14:19 -0700 (PDT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3FAA43D4C for ; Thu, 6 May 2004 12:14:16 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [192.168.254.25] (parish.gotadsl.co.uk [62.3.235.43]) by smtp.nildram.co.uk (Postfix) with ESMTP id A800C2607E7 for ; Thu, 6 May 2004 20:14:12 +0100 (BST) Message-ID: <409A8E8F.3050000@ukug.uk.freebsd.org> Date: Thu, 06 May 2004 20:14:23 +0100 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (X11/20040505) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Interpreting `pkgdb -F' output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 19:14:19 -0000 I've run `pkgdb -F' prior to using portupgrade to update some ports. The obvious stuff, such as dependency versions being bumped, I've dealt with as they were pretty much self-explanatory but I'm left with these few. The manpage doesn't offer any explanation and I can't find anything else useful. How do I interpret this output? The first one for example seems to me to be telling me that digikam-0.5.1 depends on openldap-client-2.1.23 but it wants to change that dependency to open-motif-2.2.2_2, which doesn't make much sense. /home/mark{36}# pkgdb -F ---> Checking the package registry database Stale dependency: digikam-0.5.1 -> openldap-client-2.1.23 (net/openldap21-client): open-motif-2.2.2_2 (score:23%) ? ([y]es/[n]o/[a]ll) [no] New dependency? (? to help): Skip this? ([y]es/[n]o/[a]ll) [yes] Skipped. Stale dependency: kdesdk-3.1.4 -> openldap-client-2.1.23 (net/openldap21-client): Skip this? ([y]es/[n]o/[a]ll) [yes] Stale dependency: kdesdk-3.1.4 -> samba-libsmbclient-3.0.0 (net/samba-libsmbclient): samba-2.2.8a (score:31%) ? ([y]es/[n]o/[a]ll) [no] New dependency? (? to help): Skip this? ([y]es/[n]o/[a]ll) [yes] Skipped. Stale dependency: xnview-1.50 -> compat4x-i386-5.0.20030328 (misc/compat4x): compupic-5.1.1063 (score:17%) ? ([y]es/[n]o/[a]ll) [no] New dependency? (? to help): Skip this? ([y]es/[n]o/[a]ll) [yes] Skipped. /home/mark{37}# TIA Regards, Mark