From owner-freebsd-questions@FreeBSD.ORG Fri Feb 10 20:17:56 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 3F74D16A420 for ; Fri, 10 Feb 2006 20:17:56 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EEBE43D49 for ; Fri, 10 Feb 2006 20:17:55 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so512477nzo for ; Fri, 10 Feb 2006 12:17:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=qhW9FkeZDWguTIYReGJ2kO8CJHnGGfmoaxNesKYcbCl/gcAO3nTatD/1eS/pEc6kXop1t6YHxHIBTAExg9hG+WlZL29r6MKMn21EkdMEEBY1AxXDC6bG0UixwMn3Y41nvFKEtKOFtnhR7cCifX4WsdNkwS5WXQODTBHD014fzuo= Received: by 10.36.247.65 with SMTP id u65mr8042973nzh; Fri, 10 Feb 2006 12:17:52 -0800 (PST) Received: from netvista.network ( [71.214.192.222]) by mx.gmail.com with ESMTP id r9sm1454384nza.2006.02.10.12.17.00; Fri, 10 Feb 2006 12:17:52 -0800 (PST) From: Andrew To: freebsd-questions@freebsd.org In-Reply-To: <17388.49778.982280.245532@jerusalem.litteratus.org> References: <1139589051.2185.8.camel@netvista.network> <17388.49778.982280.245532@jerusalem.litteratus.org> Content-Type: text/plain Date: Fri, 10 Feb 2006 14:16:36 -0600 Message-Id: <1139602596.58491.8.camel@netvista.network> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: stale dependencies in pkgdb 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: Fri, 10 Feb 2006 20:17:56 -0000 On Fri, 2006-02-10 at 11:42 -0500, Robert Huff wrote: > Andrew writes: > > > I've run "pkgdb -F" as portupgrade suggests, deleting stale > > dependencies, but they seem to keep reappearing. > > I'm not an expert on pkgdb, but I'm pretty sure that's the way > it works. > You need to fix, not delete, the stale dependencies. This may > take some effort the first time around. > Beyond that, I question the wisdom of any "automatic" > solution. There are definitely times when I do _not_ want to accept > the fixes proposed by pkgdb -F. My apologies; I re-read the man pages for portupgrade and pkgdb and I think I understand what's going on now. Thanks anyway... -Andrew