From owner-freebsd-x11@FreeBSD.ORG Tue Mar 9 22:49:14 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB7AE16A4CE for ; Tue, 9 Mar 2004 22:49:14 -0800 (PST) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ABD143D48 for ; Tue, 9 Mar 2004 22:49:14 -0800 (PST) (envelope-from kitbsdlist2@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao08.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040310064912.LUEC12895.lakemtao08.cox.net@vixen42>; Wed, 10 Mar 2004 01:49:12 -0500 Date: Tue, 9 Mar 2004 22:46:25 -0600 From: Vulpes Velox To: llewelly@xmission.com Message-Id: <20040309224625.64a37087@vixen42.> In-Reply-To: References: <20040309202637.05eecfd1@vixen42.> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-x11@freebsd.org Subject: Re: compiling XFree86 4.4.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 06:49:14 -0000 On 09 Mar 2004 23:25:14 -0700 llewelly@xmission.com wrote: > Vulpes Velox writes: > > > How would I go about compiling XFree86 4.4.0? > > Did you read: http://xfree86.org/4.4.0/BUILD.html ? Cool, thanks. Some how I totally missed that :P > After you are done there, read xc/xc/config/cf/host.def and > /xc/xc/config/cf/site.def in the source directory. > > The only fbsd-specific caveat I can think of is that by default > 'make > install' installs to /usr/X11R6, potentially overwriting the > files installed by ports and or packages. I don't have enough > experience with freebsd to know how serious a problem that might > be. The only one I can think of that would really be affected by this would be the nvidia driver, which would require a rebuild and reinstall. Hmm, that and the wrapper package. > I avoided that by #defining ProjectRoot in xc/xc/config/cf/host.def, > and uncommenting '#define NothingOutsideProjectRoot YES' and > '#define EtcX11Directory ProjectRoot/etc' in > xc/xc/config/cf/site.def . > > The other obvious alternative would be to deinstall your existing > xf86 > 4.3.0 packages and/or ports before installed 4.4.0 from source. > I didn't do this in part becase I didn't want to figure out what > to do about all the packages which ddepend on those. > > >