From owner-freebsd-current@FreeBSD.ORG Mon May 21 23:57:19 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 2991616A400 for ; Mon, 21 May 2007 23:57:19 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from smtp3.clear.net.nz (smtp3.clear.net.nz [203.97.33.64]) by mx1.freebsd.org (Postfix) with ESMTP id E60EE13C45D for ; Mon, 21 May 2007 23:57:18 +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 smtp3.clear.net.nz (CLEAR Net Mail) with ESMTP id <0JIF0070817GO840@smtp3.clear.net.nz> for freebsd-current@freebsd.org; Tue, 22 May 2007 11:57:17 +1200 (NZST) Date: Tue, 22 May 2007 11:57:00 +1200 From: Mark Kirkwood In-reply-to: <46521413.9070403@paradise.net.nz> To: freebsd-current@freebsd.org Message-id: <465231CC.7040503@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> 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: Mon, 21 May 2007 23:57:19 -0000 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?). Mark