Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2007 06:04:52 GMT
From:      Peter Grehan <grehan@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118850: [PATCH] xorg-server/powerpc: int10 Makefile mods
Message-ID:  <200712190604.lBJ64qwQ001701@www.freebsd.org>
Resent-Message-ID: <200712190610.lBJ6A2mv032799@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118850
>Category:       ports
>Synopsis:       [PATCH] xorg-server/powerpc: int10 Makefile mods
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 19 06:10:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Peter Grehan
>Release:        7.0-BETA4
>Organization:
>Environment:
FreeBSD pbook.hq.netapp.com 7.0-BETA4 FreeBSD 7.0-BETA4 #0: Tue Dec  4 09:37:43 UTC 2007     root@marcel-osx.englab.juniper.net:/usr/obj/usr/src/sys/GENERIC  powerpc

xorg-server 1.4_3,1
>Description:
xorg-server on powerpc uses the int10 stub. It seems this has rotted a bit
over time: maybe FreeBSD/ppc is the last consumer left of this.

The include paths when in this mode aren't correct resulting in a compile error.
A patch to the generated Makefile.in is attached which could be put into the
port until the upstream Makefile.am is fixed.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- hw/xfree86/int10/Makefile.in.orig	2007-12-18 07:24:54.000000000 +0000
+++ hw/xfree86/int10/Makefile.in	2007-12-18 07:26:15.000000000 +0000
@@ -401,6 +401,7 @@
 @INT10_X86EMU_TRUE@AM_CFLAGS = $(I386_VIDEO_CFLAGS) -D_X86EMU -DNO_SYS_HEADERS \
 @INT10_X86EMU_TRUE@           $(XORG_CFLAGS) $(EXTRA_CFLAGS) $(DIX_CFLAGS)
 
+@INT10_STUB_TRUE@INCLUDES = $(XORG_INCS)
 @INT10_VM86_TRUE@INCLUDES = $(XORG_INCS)
 @INT10_X86EMU_TRUE@INCLUDES = $(XORG_INCS) -I$(srcdir)/../x86emu
 @INT10_STUB_TRUE@libint10_la_SOURCES = stub.c xf86int10module.c


>Release-Note:
>Audit-Trail:
>Unformatted:



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