ports/67513: [patch] Update XFree86 server to 4.4 release
Dejan Lesjak
dejan.lesjak at ijs.si
Sat Jul 24 21:20:31 PDT 2004
The following reply was made to PR ports/67513; it has been noted by GNATS.
From: Dejan Lesjak <dejan.lesjak at ijs.si>
To: freebsd-gnats-submit at 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 <bsd.port.pre.mk>
-.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--
More information about the freebsd-x11
mailing list