Date: Thu, 3 Mar 2005 11:41:50 GMT From: Peter Grehan <grehan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78356: [PATCH] xorg-server/powerpc: FreeBSD.cf diff Message-ID: <200503031141.j23BfowW065010@freefall.freebsd.org> Resent-Message-ID: <200503031150.j23BoDW1065125@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78356 >Category: ports >Synopsis: [PATCH] xorg-server/powerpc: FreeBSD.cf diff >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 03 11:50:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Peter Grehan >Release: FreeBSD 6.0-CURRENT powerpc >Organization: >Environment: FreeBSD emacfbsd.ptree32.com.au 6.0-CURRENT FreeBSD 6.0-CURRENT #75: Tue Mar 1 17:38:52 EST 2005 grehan@:/usr/obj/powerpc/home/grehan/freebsd/dev/src/sys/GENERIC powerpc xorg-server-6.8.1_2 >Description: The INT10 emulation isn't needed on PPC since video cards have been flashed with an OpenFirmware BIOS. It's dubious that it would help secondary video cards, and it causes mmap problems. So, disable it. >How-To-Repeat: >Fix: --- patch-FreeBSD.cf.diff begins here --- --- patch-FreeBSD.cf-orig Sun Feb 20 23:00:29 2005 +++ patch-FreeBSD.cf Sun Feb 6 04:00:16 2005 @@ -1,5 +1,5 @@ ---- config/cf/FreeBSD.cf.orig Sat Aug 14 17:03:36 2004 -+++ config/cf/FreeBSD.cf Wed Dec 29 13:40:20 2004 +--- config/cf/FreeBSD.cf.orig Sun Aug 15 10:03:36 2004 ++++ config/cf/FreeBSD.cf Sun Feb 6 03:56:59 2005 @@ -78,6 +78,7 @@ #define HasIssetugid YES #define HasPoll YES @@ -59,7 +59,18 @@ # else # define LibraryRpathLoadFlags -R $(USRLIBDIRPATH) # endif -@@ -463,18 +465,8 @@ +@@ -442,7 +444,9 @@ + #define AsVISOption -Av9a + #define AsOutputArchSize 64 + #endif +- ++#ifdef PpcArchitecture ++#define XF86INT10_BUILD X86INT10_STUB ++#endif + #define StandardDefines -DCSRG_BASED + + #if OSMajorVersion > 1 +@@ -463,18 +467,8 @@ #define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC #endif --- patch-FreeBSD.cf.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503031141.j23BfowW065010>