Date: Sun, 6 Jun 2010 13:01:13 -0500 (CDT) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/147568: [patch] powerpc64 support for x11-servers/xorg-server Message-ID: <201006061801.o56I1DYi037134@anacreon.physics.wisc.edu> Resent-Message-ID: <201006061850.o56Io2pn010808@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147568 >Category: ports >Synopsis: [patch] powerpc64 support for x11-servers/xorg-server >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 06 18:50:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Nathan Whitehorn >Release: FreeBSD 9.0-CURRENT powerpc64 >Organization: University of Wisconsin >Environment: System: FreeBSD anacreon.physics.wisc.edu 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r208685M: Thu Jun 3 11:14:56 CDT 2010 root@anacreon.physics.wisc.edu:/usr/obj/scratch/src/sys/ANACREON powerpc64 >Description: FreeBSD/powerpc64 needs to have the same patch applied to xorg-server as FreeBSD/powerpc. >How-To-Repeat: >Fix: --- /tmp/Makefile.dist 2010-06-01 02:03:44.000000000 +0000 +++ /tmp/Makefile 2010-06-01 02:03:23.000000000 +0000 @@ -104,7 +104,7 @@ PLIST_SUB+= IA64_NA="" .endif -.if ${ARCH} == powerpc +.if ${ARCH} == powerpc || ${ARCH} == powerpc64 PLIST_SUB+= PPC_NA="@comment " MAN4+= nv.4x EXTRA_PATCHES= ${.CURDIR}/files/extra-arch-powerpc >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006061801.o56I1DYi037134>