From aelmore@interwoven.com  Fri Aug 27 15:50:00 2004
Return-Path: <aelmore@interwoven.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B2D9E16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Aug 2004 15:50:00 +0000 (GMT)
Received: from smtp02corp.interwoven.com (smtp02corp.interwoven.com [65.161.4.46])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 64F7A43D31
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Aug 2004 15:50:00 +0000 (GMT)
	(envelope-from aelmore@interwoven.com)
Received: from exbesv01.Interwoven.com (localhost [127.0.0.1])
	by smtp02corp.interwoven.com (8.12.10/8.12.10) with ESMTP id i7RFnvxQ026120
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Aug 2004 08:49:58 -0700 (PDT)
Received: from relax.amer.interwoven.com ([10.192.9.96]) by exbesv01.Interwoven.com with Microsoft SMTPSVC(6.0.3790.0);
	 Fri, 27 Aug 2004 08:49:57 -0700
Received: (from aelmore@localhost)
	by relax.amer.interwoven.com (8.12.10/8.12.6/Submit) id i7RFnvlb089525;
	Fri, 27 Aug 2004 08:49:57 -0700 (PDT)
	(envelope-from aelmore)
Message-Id: <200408271549.i7RFnvlb089525@relax.amer.interwoven.com>
Date: Fri, 27 Aug 2004 08:49:57 -0700 (PDT)
From: Andrew Elmore <aelmore@interwoven.com>
Reply-To: Andrew Elmore <aelmore@interwoven.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Build fix for X.org server with 5.3Beta on Alpha (Patch included)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71037
>Category:       ports
>Synopsis:       [patch] build fix for X.org server with 5.3Beta on Alpha
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 27 15:50:29 GMT 2004
>Closed-Date:    Thu Sep 02 22:57:55 GMT 2004
>Last-Modified:  Thu Sep 02 22:57:55 GMT 2004
>Originator:     Andrew Elmore
>Release:        FreeBSD 5.3-BETA1 Alpha
>Organization:
none
>Environment:
System: FreeBSD muir.chilicheese.com 5.3-BETA1 FreeBSD 5.3-BETA1 #1: Wed Aug 25 18:10:55 PDT 2004     root@muir.chilicheese.com:/data/obj/usr/src/sys/MUIR  alpha



>Description:
	machine/sysarch.h header changed: alpha_video.c declared an extern sysarch function
	which didn't match the prototype.  The enclosed patch fixes it -- (as XFree86-4 has
	already been fixed).
>How-To-Repeat:
	build x11-servers/xorg-server on Alpha.
>Fix:
	here is file x11-servers/xorg-server/patch-alpha-video.c:
--- programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c.orig       Fri Aug 27 01:29:46 2004
+++ programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c    Fri Aug 27 01:21:29 2004
@@ -487,7 +487,7 @@
 writeSparse32(int Value, pointer Base, register unsigned long Offset);

 #ifdef __FreeBSD__
-extern int sysarch(int, char *);
+extern int sysarch(int, void *);
 #endif

 struct parms {




>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-alpha->freebsd-x11 
Responsible-Changed-By: arved 
Responsible-Changed-When: Fri Aug 27 17:51:04 GMT 2004 
Responsible-Changed-Why:  
Over to the x11 mailinglist, they maintain the xorg ports 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71037 
State-Changed-From-To: open->closed 
State-Changed-By: lesi 
State-Changed-When: Thu Sep 2 22:57:20 GMT 2004 
State-Changed-Why:  
Commited. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71037 
>Unformatted:
