From owner-freebsd-current@FreeBSD.ORG Tue May 22 03:57:12 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 AEAAC16A480 for ; Tue, 22 May 2007 03:57:12 +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 6F8B713C44C for ; Tue, 22 May 2007 03:57:12 +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 <0JIF009HICBAZC20@smtp5.clear.net.nz> for freebsd-current@freebsd.org; Tue, 22 May 2007 15:57:11 +1200 (NZST) Date: Tue, 22 May 2007 15:56:52 +1200 From: Mark Kirkwood In-reply-to: <465231CC.7040503@paradise.net.nz> To: freebsd-current@freebsd.org Message-id: <46526A04.4020001@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit References: <46521413.9070403@paradise.net.nz> <465231CC.7040503@paradise.net.nz> User-Agent: Thunderbird 1.5.0.10 (X11/20070313) Subject: Re: 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: Tue, 22 May 2007 03:57:12 -0000 Mark Kirkwood wrote: > Mark Kirkwood wrote: >> 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? >> > > Thinking on this a little, I'm guessing that leaving the stale > dependency is the way to go, as xorg-libraries meta port is not > registered (yet?). > > ... not thinking enough, this just gets me back to portupgrade failing with stale dependencies again. So back to being stuck :-(, or is being brave and using -O to pkgdb (or portupgrade) an option? thanks Mark