From sime@data.home.hr  Wed Jan  4 20:39:37 2006
Return-Path: <sime@data.home.hr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0761D16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jan 2006 20:39:37 +0000 (GMT)
	(envelope-from sime@data.home.hr)
Received: from data.home.hr (dh77-149.xnet.hr [83.139.77.149])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9DD4643D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jan 2006 20:39:36 +0000 (GMT)
	(envelope-from sime@data.home.hr)
Received: by data.home.hr (Postfix, from userid 34062)
	id 2701A5FB98; Wed,  4 Jan 2006 21:39:34 +0100 (CET)
Message-Id: <20060104203934.2701A5FB98@data.home.hr>
Date: Wed,  4 Jan 2006 21:39:34 +0100 (CET)
From: Simun Mikecin <sime@logos.hr>
Reply-To: Simun Mikecin <sime@logos.hr>
To: FreeBSD-gnats-submit@freebsd.org
Cc: eta@lclark.edu
Subject: [fix] graphics/linux_dri: works on amd64 too
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         91318
>Category:       ports
>Synopsis:       graphics/linux_dri: works on amd64 too
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-emulation
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 04 20:40:06 GMT 2006
>Closed-Date:    Sun May 17 10:40:09 UTC 2009
>Last-Modified:  Sun May 17 10:40:09 UTC 2009
>Originator:     Simun Mikecin
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD data.home.hr 6.0-STABLE FreeBSD 6.0-STABLE #1: Mon Jan 2 20:00:08 CET 2006 root@data.home.hr:/var/obj/usr/src.6/sys/DATA amd64


	
>Description:
This port works on FreeBSD/amd64.
Currently amd64 is not listed as a supported platform in the port Makefile.
>How-To-Repeat:
>Fix:
--- Makefile.orig	Mon Oct 10 11:50:29 2005
+++ Makefile	Wed Jan  4 21:11:35 2006
@@ -25,7 +25,7 @@
 USE_LINUX_PREFIX=	yes
 USE_XLIB=	yes
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 
 MODULELIST=	gamma_dri.so i810_dri.so i830_dri.so mga_dri.so r128_dri.so \
 		r200_dri.so radeon_dri.so sis_dri.so tdfx_dri.so
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-emulation 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 4 20:44:11 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91318 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Jan 4 20:46:59 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91318 
State-Changed-From-To: closed->open 
State-Changed-By: sat 
State-Changed-When: Wed Nov 21 17:44:36 UTC 2007 
State-Changed-Why:  
The fix was reverted by anholt on 2006-06-25. I have tested both 
skype and skype-devel on a 8.x/amd64 system with linux_dri 
installed (only_for_archs overridden) - and they work without any 
problem. But google-earth causes an immediate xorg crash. 

Many apps depending on linux_dri are already marked as i386-only. 
I suggest we allow linux_dri (as well as skype) on amd64 and mark 
whatever linux binary apps do not seem to work on amd64 as 
i386-only. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91318 

From: =?iso-8859-2?Q?=A9imun_Mikecin?= <simun.mikecin@logos.hr>
To: <sat@FreeBSD.org>, <freebsd-emulation@FreeBSD.org>,
	<anholt@freebsd.org>
Cc: <bug-followup@freebsd.org>
Subject: RE: ports/91318: [fix] graphics/linux_dri: works on amd64 too
Date: Thu, 22 Nov 2007 09:29:54 +0100

 I agree with your suggestion of allowing linux_dri on FreeBSD/amd64. =
 This way we will unbreak many linux apps on amd64. But unfortunatelly =
 linux emulation of DRI does not work on FreBSD/amd64 yet, so linux GL =
 apps will use software rendering instead of DRI. For some apps (eg. =
 skype) that is sufficient, but for some (like some linux games) =
 performance will suffer to the point of being unusable.
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 17 10:40:07 UTC 2009 
State-Changed-Why:  
this was committed few years ago. 

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