From owner-freebsd-questions@FreeBSD.ORG Wed Mar 28 01:34:56 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 2733816A400 for ; Wed, 28 Mar 2007 01:34:56 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id DAD1F13C4BA for ; Wed, 28 Mar 2007 01:34:55 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so2549444ana for ; Tue, 27 Mar 2007 18:34:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l+dOlKPriloQJcKW9g0h42rCayhBYeyd6KSSE+jCSL7JU8yf2VIMqQRqagyaAzqIvWXSft+SPQu7zTUcx7ixriHFXD+DNBwc1vDDqOiyvXy2mbm/BC6RNPvLXpMoUhlLGLrOLdWb7++u3HXklMoYK0mluLAk8KxL4Uf+e7EB7dk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gdPHgXN7PYJWKxK/Tcd8odjj3wrtqqmco549/HqhhtGWkI3iBmAw7p5ijbDuIZpqTihocm10fb3Z5/Ip/QOInU/6AgmTrmFLmZUXurr2OH9WAuGUBVo4XElB4Q5zAK3CNWfqiHSGdY35cyyfU3M45vemewoFm9tu9QaM7xb93MA= Received: by 10.100.141.13 with SMTP id o13mr31063and.1175045695370; Tue, 27 Mar 2007 18:34:55 -0700 (PDT) Received: by 10.100.231.18 with HTTP; Tue, 27 Mar 2007 18:34:55 -0700 (PDT) Message-ID: <8cb6106e0703271834l9014bffp8f1d5e753f7ec108@mail.gmail.com> Date: Tue, 27 Mar 2007 18:34:55 -0700 From: "Josh Carroll" To: freebsd-questions@freebsd.org In-Reply-To: <20070328011712.GR11147@tigger.digitaltorque.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070328011712.GR11147@tigger.digitaltorque.ca> Subject: Re: the art of pkgdb -F X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 01:34:56 -0000 > Stale dependency: p5-Authen-SASL-2.09 -> p5-GSSAPI-0.24 (security/p5-GSSAPI): > p5-Geography-Countries-1.4 (score:26%) ? ([y]es/[n]o/[a]ll) [no] Well this one is pretty obvious. Look at what the stale dependency is, and what it's suggesting? :) Sometimes it can be less clear, though. You just have to take a best guess, or look at the dependencies for the installed package with pkg_info. Josh