Bug 63554

Summary: x11/nvidia-driver is missing a flag after cdevsw mega patch
Product: Ports & Packages Reporter: Mathew Kanner <mat>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Mathew Kanner 2004-02-29 22:40:21 UTC
	The port maintainer submitted my patches but unfortunatly there was minor bug.  The
src/nvidia_ctl.c file looses a flag when post cdevsw mega-patch.

Fix: 

Not a real patch file, but you should get my drift.

	files/patch-src::nvidia_ctl.c

 #else
     .d_version =   D_VERSION, 
-    .d_flags =     D_NEEDGIANT
+    .d_flags =     D_NEEDGIANT|D_TRACKCLOSE
 #endif
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-01 18:38:15 UTC
Dear maintainer of FreeBSD port x11/nvidia-driver, please take a look at

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

Do you agree with this change?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

And please, please, please add COMMENTS to your code. Reading
uncommented PERL is like chewing on chunks of broken glass,
only without the tasty blood sauce to go with it.
  -- John Rowan in rec.games.roguelike.adom
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-01 18:38:19 UTC
State Changed
From-To: open->feedback

Maintainer asked for approval. 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-01 18:38:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 4 danfe 2004-03-02 08:36:02 UTC
On Mon, Mar 01, 2004 at 07:38:15PM +0100, Pav Lucistnik wrote:
> Dear maintainer of FreeBSD port x11/nvidia-driver, please take a look at
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=63554
> 
> Do you agree with this change?

Yes, I agree.

./danfe
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-02 09:33:15 UTC
State Changed
From-To: feedback->closed

Committed, thanks!