ports/63554: x11/nvidia-driver is missing a flag after cdevsw mega patch

Mathew Kanner mat at cnd.mcgill.ca
Sun Feb 29 22:40:22 UTC 2004


>Number:         63554
>Category:       ports
>Synopsis:       x11/nvidia-driver is missing a flag after cdevsw mega patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 29 14:40:21 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mathew Kanner
>Release:        FreeBSD 5-
>Organization:
>Environment:
System: FreeBSD hak.cnd.mcgill.ca 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jul 30 13:51:04 EDT 2003 mat at hak.cnd.mcgill.ca:/usr/src/sys/compile/HAK i386


	
>Description:

	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.

	
>How-To-Repeat:
	

>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 

	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list