From owner-freebsd-x11@FreeBSD.ORG Sun Jul 25 04:20:31 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 AF68B16A4CF for ; Sun, 25 Jul 2004 04:20:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B1343D53 for ; Sun, 25 Jul 2004 04:20:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6P4KV9Z052080 for ; Sun, 25 Jul 2004 04:20:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6P4KViv052079; Sun, 25 Jul 2004 04:20:31 GMT (envelope-from gnats) Date: Sun, 25 Jul 2004 04:20:31 GMT Message-Id: <200407250420.i6P4KViv052079@freefall.freebsd.org> To: x11@FreeBSD.org From: Dejan Lesjak Subject: Re: ports/67513: [patch] Update XFree86 server to 4.4 release X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dejan Lesjak List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 04:20:31 -0000 The following reply was made to PR ports/67513; it has been noted by GNATS. From: Dejan Lesjak To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/67513: [patch] Update XFree86 server to 4.4 release Date: Sun, 25 Jul 2004 06:12:38 +0200 --Boundary-00=_2MzABWetUf+m+x3 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline The graphics/dri port does not build on amd64, therefore the attached patch to Makefile is necessary to remove dependancy. The patch applies after previous one. --Boundary-00=_2MzABWetUf+m+x3 Content-Type: text/x-diff; charset="us-ascii"; name="XFree86-4-Server_am64.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="XFree86-4-Server_am64.patch" Index: Makefile =================================================================== RCS file: /home/lesi/ncvs/xfree44-ports/x11-servers/XFree86-4-Server/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile 2 Jun 2004 19:06:34 -0000 1.12 +++ Makefile 24 Jul 2004 21:53:15 -0000 1.13 @@ -103,7 +103,7 @@ .include "${.CURDIR}/../../x11/XFree86-4-libraries/Makefile.inc" .include -.if ${ARCH} == i386 || ${ARCH} == alpha || ${ARCH} == amd64 +.if ${ARCH} == i386 || ${ARCH} == alpha RUN_DEPENDS+= ${X11BASE}/lib/modules/dri/r200_dri.so:${PORTSDIR}/graphics/dri BuildXF86DRI= YES PLIST_SUB+= DRI="" --Boundary-00=_2MzABWetUf+m+x3--