Bug 68484 - [ patch ] x11-servers/xorg-server: add WITHOUT_DRI knob
Summary: [ patch ] x11-servers/xorg-server: add WITHOUT_DRI knob
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 18:40 UTC by Roman Bogorodskiy
Modified: 2004-07-23 19:28 UTC (History)
0 users

See Also:


Attachments
file.diff (462 bytes, patch)
2004-06-29 18:40 UTC, Roman Bogorodskiy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Bogorodskiy 2004-06-29 18:40:20 UTC
	For this moment xorg-sever port have a run depend on graphics/dri for
	i386 and alpha archs, and graphics/dri itself requires the XFree86 
	sources to be downloaded. As for me, I don't want to download the 
	Xorg and XFree86 sources _both_, and I think I'm not only the one. So, 
	WITHOUT_DRI knob allows to turn off the DRI support.
	
	BTW, graphics/dri hasn't been SIZEfied yet.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-06-29 18:52:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->x11

Over to x11 people.
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2004-06-29 19:12:56 UTC
>> (06.29.2004 @ 1339 PST): Roman Bogorodskiy said, in 1.8K: <<
> 	For this moment xorg-sever port have a run depend on graphics/dri for
> 	i386 and alpha archs, and graphics/dri itself requires the XFree86 
> 	sources to be downloaded. As for me, I don't want to download the 
> 	Xorg and XFree86 sources _both_, and I think I'm not only the one. So, 
> 	WITHOUT_DRI knob allows to turn off the DRI support.
> 	
> 	BTW, graphics/dri hasn't been SIZEfied yet. 
>> end of "ports/68484: [ patch ] x11-servers/xorg-server: add WITHOUT_DRI knob" from Roman Bogorodskiy <<

I guess now would be the time to note that I cannot get xorg-server to
compile when graphics/dri is installed. It compiles fine with
graphics/dri-devel, which doesn't have the XFree86 dependency issue.

Maybe dri-devel should be the default dri to use?

# Adam


--
Adam Weinberger
adamw@magnesium.net || adamw@FreeBSD.org
adamw@vectors.cx    ||   adamw@gnome.org
http://www.vectors.cx
Comment 3 Roman Bogorodskiy 2004-06-29 19:23:08 UTC
 Adam wrote:

> I guess now would be the time to note that I cannot get xorg-server to
> compile when graphics/dri is installed. It compiles fine with
> graphics/dri-devel, which doesn't have the XFree86 dependency issue.
> 
> Maybe dri-devel should be the default dri to use?
> 
> # Adam


I'va mailed to anholt about this and what did he said:

---cut 8<---
> So, if there are now such file, it tries to install the graphics/dri
> port. And it download XFree86 4.3.0 sources as I can see. I thinks
> it's
> not rational. May be it'd be better to use dri-devel port instead?


The xorg integration is not quite complete.  When it is, you'll be able
to use a WITH_XORG switch to select xorg dependencies.  For now, you
could choose to just install dri-devel.
---cut 8<---

-Roman Bogorodskiy
Comment 4 Roman Bogorodskiy 2004-06-29 19:29:41 UTC
 Adam wrote:

> I guess now would be the time to note that I cannot get xorg-server to
> compile when graphics/dri is installed. It compiles fine with
> graphics/dri-devel, which doesn't have the XFree86 dependency issue.
> 
> Maybe dri-devel should be the default dri to use?
> 
> # Adam


I'va mailed to anholt about this and what did he said:                                                                            
                                                                                                                                  
---cut 8<---                                                                                                                      
> So, if there are now such file, it tries to install the graphics/dri                                                            
> port. And it download XFree86 4.3.0 sources as I can see. I thinks                                                              
> it's                                                                                                                            
> not rational. May be it'd be better to use dri-devel port instead?                                                              

                                                                                                                                  
The xorg integration is not quite complete.  When it is, you'll be able                                                           
to use a WITH_XORG switch to select xorg dependencies.  For now, you                                                              
could choose to just install dri-devel.                                                                                           
---cut 8<---

-Roman Bogorodskiy
Comment 5 Eric Anholt freebsd_committer freebsd_triage 2004-07-23 19:28:10 UTC
State Changed
From-To: open->closed

The DRI is now installed from the X.Org metaport, and is from X.Org.