ports/118850: [PATCH] xorg-server/powerpc: int10 Makefile mods

Peter Grehan grehan at FreeBSD.org
Wed Dec 19 06:10:03 UTC 2007


>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 at 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 at AM_CFLAGS = $(I386_VIDEO_CFLAGS) -D_X86EMU -DNO_SYS_HEADERS \
 @INT10_X86EMU_TRUE@           $(XORG_CFLAGS) $(EXTRA_CFLAGS) $(DIX_CFLAGS)
 
+ at INT10_STUB_TRUE@INCLUDES = $(XORG_INCS)
 @INT10_VM86_TRUE at INCLUDES = $(XORG_INCS)
 @INT10_X86EMU_TRUE at INCLUDES = $(XORG_INCS) -I$(srcdir)/../x86emu
 @INT10_STUB_TRUE at libint10_la_SOURCES = stub.c xf86int10module.c


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



More information about the freebsd-ports-bugs mailing list