From owner-freebsd-questions@FreeBSD.ORG Fri May 13 14:33:50 2005 Return-Path: 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 3C64B16A4CE for ; Fri, 13 May 2005 14:33:50 +0000 (GMT) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B6E743D39 for ; Fri, 13 May 2005 14:33:50 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 20056 invoked from network); 13 May 2005 14:33:49 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 May 2005 14:33:49 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id BECF632; Fri, 13 May 2005 10:33:47 -0400 (EDT) Sender: lowell@be-well.ilk.org To: ravi References: <427A423E.30803@exitleft.org> <44ll6sdr71.fsf@be-well.ilk.org> <427BDA02.9040106@exitleft.org> <44ekcj83yd.fsf@be-well.ilk.org> <4283C4DE.1000706@exitleft.org> <448y2jz3vg.fsf@be-well.ilk.org> <4284B5F6.5060308@exitleft.org> From: Lowell Gilbert Date: 13 May 2005 10:33:46 -0400 In-Reply-To: <4284B5F6.5060308@exitleft.org> Message-ID: <44ll6jxkj9.fsf@be-well.ilk.org> Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: 4.9-RELEASE Xorg switch question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 14:33:50 -0000 ravi writes: > unfortunately, 'pkgdb -F' does not suggest the redirections. perhaps, as > you seem to suspect ;-), i messed up (or plain forgot) the deletion of > the imake ports. now that i am in the state i am in, would you consider > it safe to run 'pkgdb -F' (or -s) and provide the xorg equivalents as > replacements for the XFree86 ports? It's certainly *safe*, so you shouldn't be worrying about it too much. The worst that could happen would be that some dependencies would end up missing or wrong, and portupgrade might miss updating some dependent ports when explicitly told to upgrade their dependencies. If you typically run portupgrade with the '-a' option, things will tend to work out anyway. With the amount of worry you've put into this, though, you would probably have the easiest time by just deleting those dependencies, forcibly removing the imake ports, and doing something like # portupgrade -fR 'xorg*' which will certainly fix the dependencies between xorg and imake. This may not be the easiest solution for your *computer*, but I believe in letting the computer do the work for you whenever possible. Good luck.