ports/62210: PORT UPDATE: x11/nvidia-driver

Alexey Dokuchaev danfe at regency.nsu.ru
Sun Feb 1 05:50:16 UTC 2004


>Number:         62210
>Category:       ports
>Synopsis:       PORT UPDATE: x11/nvidia-driver
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 21:50:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.9-RC i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.9-RC FreeBSD 4.9-RC #1: Thu Oct 9 15:52:43 NOVST 2003 root at regency.nsu.ru:/usr/obj/usr/src/sys/REGENCY i386
>Description:
This update fixes a stupid omission of mine, bogusly installing the
nvidia.ko module on -STABLE boxes.  PORTREVISION bump is probably not
necessary.  Sorry for disturbance.  Pass me that pointy hat.

The patch against files/patch-module::Makefile attached below.
>How-To-Repeat:
N/A
>Fix:
%%%
--- patch-module::Makefile.orig	Sun Feb  1 11:59:19 2004
+++ patch-module::Makefile	Sun Feb  1 12:54:49 2004
@@ -1,10 +1,12 @@
 --- module/Makefile.orig	Wed May 28 23:51:52 2003
 +++ module/Makefile	Sun Jan 25 11:47:48 2004
-@@ -14,6 +14,8 @@
+@@ -14,6 +14,10 @@
  BUILD_DONE=	${.CURDIR}/.build_done
  CLEANFILES+=	${BUILD_DONE}
  
++.if ${OSVERSION} > 500011
 +KMODDIR?=	/boot/modules
++.endif
 +
  #
  # To enable debugging see nvidia_debug.h

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



More information about the freebsd-ports-bugs mailing list