From tlp@liquidx.org  Tue Dec 20 18:16:55 2005
Return-Path: <tlp@liquidx.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4D08F16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Dec 2005 18:16:55 +0000 (GMT)
	(envelope-from tlp@liquidx.org)
Received: from illusionist.sov.kewlio.net.uk (illusionist.sov.kewlio.net.uk [85.116.5.100])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 30D7343D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Dec 2005 18:16:47 +0000 (GMT)
	(envelope-from tlp@liquidx.org)
Received: from [192.168.0.18] (71-33-104-72.bois.qwest.net [71.33.104.72])
	(authenticated bits=0 user=tlp)
	by illusionist.sov.kewlio.net.uk (8.13.4/8.13.4) with ESMTP id jBKIGg5v025279
	(version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO)   
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Dec 2005 18:16:45 GMT
Message-Id: <200512201117.09305.tlp@liquidx.org>
Date: Tue, 20 Dec 2005 11:17:08 -0700
From: Travis Poppe <tlp@liquidx.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [BUG]: games/linux-nwnclient depenency problem

>Number:         90697
>Category:       ports
>Synopsis:       [BUG]: games/linux-nwnclient dependency problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 20 18:20:02 GMT 2005
>Closed-Date:    Tue Dec 20 21:19:09 GMT 2005
>Last-Modified:  Tue Dec 20 21:19:09 GMT 2005
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
The linux-nwnclient port checks to see if WITH_NVIDIA_GL is defined to 
determine whether or not it should depend on the nvidia-driver instead of 
linux_dri. However, both dependencies are needed as linux_dri provides 
'libGLU.so.1', which does not come with the nvidia-driver. This is needed in 
order to run linux-nwnclient.

I use the nvidia-driver port and had to install linux_dri by hand after 
installing nwn. It seems to be working fine in conjunction with the driver. 

My suggestion is to either drop the nvidia-driver dependency entirely, or at 
least depend on linux_dri whether WITH_NVIDIA_GL is defined or not.

>How-To-Repeat:
>Fix:
Always depend on linux_dri (for libGLU.so.1)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Tue Dec 20 21:19:07 UTC 2005 
State-Changed-Why:  
Committed, thanks! 

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