From owner-freebsd-hackers Sun Jul 13 08:52:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA24142 for hackers-outgoing; Sun, 13 Jul 1997 08:52:24 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id IAA24137 for ; Sun, 13 Jul 1997 08:52:21 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 13 Jul 1997 11:51:50 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA22829; Sun, 13 Jul 97 11:51:48 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id LAA04866; Sun, 13 Jul 1997 11:49:47 -0400 Message-Id: <19970713114946.61308@ct.picker.com> Date: Sun, 13 Jul 1997 11:49:46 -0400 From: Randall Hopper To: Chuck Robey , Nathan Dorfman , FreeBSD-Hackers Subject: Re: upgrading XFree86 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Chuck Robey on Sat, Jul 12, 1997 at 12:11:22AM -0400 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chuck Robey: |I want to upgrade my XFree86 to 3.3, but I have a ton of stuff in my |existing /usr/X11R6 ... does anyone know if XFree86 can be upgraded via an |overlay? Otherwise, this's gonna be the upgrade from hell ... I know what you mean. For the same reason we compile non-X ports into /usr/local, I'd sure like to see our X ports compiled for /usr/local/X11. I've never untarring on top of an existing dist because: 1) some XFree alphas I believe have mentioned, don't do that -- it won't work, and 2) if I don't like the new version, I'll want to go back or switch back and forth to help debug the new, and no guarentee that untarring the old on top will get me back to square 1 (likely, but no guarentee). [Backing the whole thing up first is a pain and a space killer, and (for me) the only reason to do that is because all our ports are mingled into the files]. I instead use a custom script to cross-link all the port files into the new distdir, and then make /usr/X11R6 a symlink. Works, but wish it wasn't necessary. Randall Hopper