From owner-freebsd-questions@FreeBSD.ORG Thu Mar 8 07:35:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E739116A401 for ; Thu, 8 Mar 2007 07:35:40 +0000 (UTC) (envelope-from peter@placidpublishing.net) Received: from mail.placidpublishing.net (placidpublishing.net [72.232.50.130]) by mx1.freebsd.org (Postfix) with ESMTP id B2DA413C4B2 for ; Thu, 8 Mar 2007 07:35:40 +0000 (UTC) (envelope-from peter@placidpublishing.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.placidpublishing.net (Postfix) with ESMTP id 079F75082D for ; Thu, 8 Mar 2007 01:41:34 -0600 (CST) Received: from mail.placidpublishing.net ([127.0.0.1]) by localhost (mail.placidpublishing.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 71596-07 for ; Thu, 8 Mar 2007 01:41:30 -0600 (CST) Received: from [192.168.1.20] (c-67-175-92-171.hsd1.il.comcast.net [67.175.92.171]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.placidpublishing.net (Postfix) with ESMTP id C28DC5080A for ; Thu, 8 Mar 2007 01:41:30 -0600 (CST) Message-ID: <45EFBCD3.3020904@placidpublishing.net> Date: Thu, 08 Mar 2007 01:35:47 -0600 From: Peter Pluta Organization: Placid Publishing, LLC User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Subject: Dependency Confusion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: peter@placidpublishing.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 07:35:41 -0000 I'm a bit confused with dependency's. When you have a stale dependency's what does this usually mean? Does that mean that the dependency was already updated and not noted in the pkgdb? Or does it mean the version in the pkgdb is wrong and that I have a newer or older version installed? Also, how do I correct it when running pkgdb -F I tried to enter the newer version of the dependency and it told me I need to pick from a list it gave me. :( Any feedback would be greatly appreciated.