Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2004 11:46:58 +0600 (NOVT)
From:      Alexey Dokuchaev <danfe@regency.nsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62210: PORT UPDATE: x11/nvidia-driver
Message-ID:  <200402010546.i115kwcg041424@regency.nsu.ru>
Resent-Message-ID: <200402010550.i115oDM9057949@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402010546.i115kwcg041424>