Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 2004 04:20:31 GMT
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        x11@FreeBSD.org
Subject:   Re: ports/67513: [patch] Update XFree86 server to 4.4 release
Message-ID:  <200407250420.i6P4KViv052079@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/67513; it has been noted by GNATS.

From: Dejan Lesjak <dejan.lesjak@ijs.si>
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 <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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407250420.i6P4KViv052079>