From owner-freebsd-alpha Mon May 28 14:20: 6 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 62AF137B423 for ; Mon, 28 May 2001 14:20:01 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA04811; Mon, 28 May 2001 17:20:00 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4SLJUs34616; Mon, 28 May 2001 17:19:30 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15122.49378.194495.46122@grasshopper.cs.duke.edu> Date: Mon, 28 May 2001 17:19:30 -0400 (EDT) To: Riccardo.Veraldi@fi.infn.it Cc: Subject: Re: XFree-4 In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I take it back, the following patch does work. It just wants to grab the kernel sources for no good reason, even though it isn't building dri. I'll submit it to the $MAINTAINER Drew Index: scripts/configure =================================================================== RCS file: /home/ncvs/ports/x11/XFree86-4/scripts/configure,v retrieving revision 1.76 diff -u -r1.76 configure --- scripts/configure 2001/04/11 01:03:55 1.76 +++ scripts/configure 2001/05/28 19:41:52 @@ -220,7 +220,7 @@ echo "#define HasPam $answ" >> $F echo "#define InstallXserverSetUID NO " >> $F -if [ $OSVERSION -lt 500013 ]; then +if [ $OSVERSION -lt 500013 -a X${MACHINE} != X"alpha" ]; then echo "#define BuildXF86DRI YES" >> $F echo "#define BuildXF86DRM YES" >> $F fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message