[PATCH] x11/xorg: enable xorg-server for ia64

Robert Noland rnoland at FreeBSD.org
Tue Aug 25 04:38:33 UTC 2009


On Mon, 2009-08-24 at 19:45 -0700, Marcel Moolenaar wrote:
> All,
> 
> The diff below enables xorg-server for ia64. xorg-server
> has been patched to build on ia64. Ok to commit?

If it works for you and doesn't break i386/amd64 consider this a blanket
approval for xorg.  I have no way of testing ia64.

robert.

> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/x11/xorg/Makefile,v
> retrieving revision 1.27
> diff -u -r1.27 Makefile
> --- Makefile	7 May 2009 19:42:31 -0000	1.27
> +++ Makefile	18 Jun 2009 19:27:13 -0000
> @@ -58,7 +58,7 @@
>   .endif
>   .endif
> 
> -.if ${ARCH} != "alpha" && ${ARCH} != "ia64"
> +.if ${ARCH} != "alpha"
>   RUN_DEPENDS+=	${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg- 
> server
>   .endif

-- 
Robert Noland <rnoland at FreeBSD.org>
FreeBSD



More information about the freebsd-ports mailing list