From owner-freebsd-ports@FreeBSD.ORG Mon Mar 29 08:08:41 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C61C16A4CE for ; Mon, 29 Mar 2004 08:08:41 -0800 (PST) Received: from pds.uberhacker.org (uberhacker.org [198.144.198.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8735D43D1F for ; Mon, 29 Mar 2004 08:08:41 -0800 (PST) (envelope-from pds@uberhacker.org) Received: from localhost (localhost [127.0.0.1]) by pds.uberhacker.org (Postfix) with ESMTP id 44CA574A for ; Mon, 29 Mar 2004 08:08:41 -0800 (PST) Received: from pds.uberhacker.org ([127.0.0.1]) by localhost (pds.uberhacker.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87631-08 for ; Mon, 29 Mar 2004 08:08:40 -0800 (PST) Received: from uberhacker.org (pdswin2k [192.168.0.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pds.uberhacker.org (Postfix) with ESMTP id E7B5A74D for ; Mon, 29 Mar 2004 08:08:39 -0800 (PST) Message-ID: <406849F6.4090205@uberhacker.org> Date: Mon, 29 Mar 2004 08:08:22 -0800 From: "Paul D. Schmidt" User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uberhacker.org Subject: How to fix stale dependencies? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 16:08:41 -0000 Hello, While doing a "portversion -l '<'" on a new box this morning, I got this error: Stale dependency: portupgrade-20040325_1 --> openssl-0.9.7d -- manually run 'pkgdb -F' to fix, or specify -O to force. What is the proper way to fix this error within pkgdb -F? (other than deleting the depencency) I know these sometimes come up because packages have moved, but security/openssl is still there... (It has the same stale dependency (on openssl) for ruby if I skip the first one too...) Thanks, -Paul