From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 19 06:10:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1805D16A41A for ; Wed, 19 Dec 2007 06:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E2EBD13C457 for ; Wed, 19 Dec 2007 06:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBJ6A2Vn032800 for ; Wed, 19 Dec 2007 06:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBJ6A2mv032799; Wed, 19 Dec 2007 06:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 19 Dec 2007 06:10:02 GMT Resent-Message-Id: <200712190610.lBJ6A2mv032799@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Grehan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8D7516A41A for ; Wed, 19 Dec 2007 06:05:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id CFFFF13C442 for ; Wed, 19 Dec 2007 06:05:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id lBJ64qOp001702 for ; Wed, 19 Dec 2007 06:04:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id lBJ64qwQ001701; Wed, 19 Dec 2007 06:04:52 GMT (envelope-from nobody) Message-Id: <200712190604.lBJ64qwQ001701@www.freebsd.org> Date: Wed, 19 Dec 2007 06:04:52 GMT From: Peter Grehan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/118850: [PATCH] xorg-server/powerpc: int10 Makefile mods X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 06:10:03 -0000 >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: