From owner-freebsd-current@FreeBSD.ORG Mon May 21 21:50:32 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36F1D16A400 for ; Mon, 21 May 2007 21:50:32 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from smtp5.clear.net.nz (smtp5.clear.net.nz [203.97.33.68]) by mx1.freebsd.org (Postfix) with ESMTP id 041F013C447 for ; Mon, 21 May 2007 21:50:31 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from [192.168.1.11] (121-72-69-144.dsl.telstraclear.net [121.72.69.144]) by smtp5.clear.net.nz (CLEAR Net Mail) with ESMTP id <0JIE00HUXVC39H00@smtp5.clear.net.nz> for freebsd-current@freebsd.org; Tue, 22 May 2007 09:50:28 +1200 (NZST) Date: Tue, 22 May 2007 09:50:11 +1200 From: Mark Kirkwood To: freebsd-current@freebsd.org Message-id: <46521413.9070403@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.10 (X11/20070313) Subject: Xorg upgrade deps X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 21:50:32 -0000 Hi, I'm part way though the xorg 7.2 upgrade (following procedure in UPDATING) and have done: $ portupgrade -Rf libXft which seems to have completed ok. However when I do the next step: $ portupgrade -a I get: Stale dependency: Xaw3d-1.5E_1 --> xorg-libraries-6.9.0_1 -- manually run 'pkgdb -F' to fix, or specify -O to force. (...and other packages that depend on xorg-libraries) Now at this point I have no idea what to replace the stale dependency with....obviously *one* or more of the new modularized libs. I guess for Xaw3d it might depend on only libXaw-1.0.2, but there are others (say java stuff) for which its not obvious. What did other folks do at this stage? Cheers Mark