FreeBSD/powerpc64 needs to have the same patch applied to xorg-server as FreeBSD/powerpc. Fix: -.if ${ARCH} == powerpc +.if ${ARCH} == powerpc || ${ARCH} == powerpc64 PLIST_SUB+= PPC_NA="@comment " MAN4+= nv.4x EXTRA_PATCHES= ${.CURDIR}/files/extra-arch-powerpc--en7myqpl7nuBK1BSPYKIX8Tj4SrVtvKkca3ExFTMQz3i5NZj Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- /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
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 Over to maintainer (via the GNATS Auto Assign Tool)
stas 2011-01-25 01:53:11 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server Makefile Log: - Fix build on powerpc64. PR: ports/147568, ports/153644 Submitted by: nwhitehorn, Matthew Rezny <mrezny@hexaneinc.com> Feature safe: yes Revision Changes Path 1.77 +1 -1 ports/x11-servers/xorg-server/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!