From owner-freebsd-stable@FreeBSD.ORG Sat Feb 26 21:43:08 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A1EB16A4CE for ; Sat, 26 Feb 2005 21:43:08 +0000 (GMT) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C95243D53 for ; Sat, 26 Feb 2005 21:43:08 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.26.84.7])0.04 <0ICJ00DJ3GBU0BC3@vms044.mailsrvcs.net> for freebsd-stable@freebsd.org; Sat, 26 Feb 2005 15:43:07 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id B57EC2CE7D2; Sat, 26 Feb 2005 13:38:25 -0800 (PST) Date: Sat, 26 Feb 2005 13:38:22 -0800 From: "Michael C. Shultz" In-reply-to: <20050226211955.GA85059@thought.org> To: freebsd-stable@freebsd.org Message-id: <200502261338.23566.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <20050226110651.0a20301b.gstewart@bonivet.net> <200502262149.06501.michaelnottebrock@gmx.net> <20050226211955.GA85059@thought.org> User-Agent: KMail/1.7.2 Subject: Re: Xorg 6.8.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ringworm01@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 21:43:08 -0000 On Saturday 26 February 2005 01:19 pm, Gary Kline wrote: > On Sat, Feb 26, 2005 at 09:49:00PM +0100, Michael Nottebrock wrote: > > On Saturday, 26. February 2005 13:05, Godwin Stewart wrote: > > > On Sat, 26 Feb 2005 22:25:24 +1030, "Daniel O'Connor" > > > > > > wrote: > > > > You don't need to update a port just because it depends on > > > > Xorg. The X API is quite stable so you can update just Xorg > > > > without expecting any problems. (I did XFree86 -> Xorg with > > > > zero problems for example) > > > > > > No, the problem's the other way round. Every time I want to > > > portupgrade something else, portupgrade also wants to upgrade > > > Xorg. > > > > edit /usr/local/etc/pkgtools.conf, find the HOLD_PKGS = [ line and > > change it to > > > > HOLD_PKGS = [ > > 'bsdpan-*', > > 'xorg-*', > > 'imake-*', > > ] > > > > I've been using that for a long time now, since Xorg 6.8.1 breaks > > vt-switching for me. > > Tweaking pkgtools.conf may help me if I move back to XFree, > and it's looking like I have no choice. xorg autoconfigs > itself to run at too high a res and nothing I do fixes it. > So, without highjacking this thread _too_ much, can anybody > give me the cmds to get back to XFree-4 on my 5.3 install? > > I tried several days ago and got fouled up. What xorg* > ports do I have to pkg_delete before I cd to > /usr/ports/x11/XFree-4 and type a 'make install'? > > thanks much, > > gary Try setting in /etc/make.conf X_WINDOW_SYSTEM=xfree86-4 There is an entry in /usr/ports/UPDATING about it. Upgrading with sysutils/portmanager should be able to reset all of your dependencies after that. -Mike