From a4452d9634e66241c1bf92858ce6c31cb478a4da Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Tue, 25 Sep 2007 20:32:56 +0200 Subject: [PATCH] Modified nvidia, removed linux24 support. --- x11/nvidia/module-install-24.patch | 35 ------------------------------ x11/nvidia/pkg_linux24_post.conf | 16 -------------- 2 files changed, 51 deletions(-) delete mode 100644 x11/nvidia/module-install-24.patch delete mode 100644 x11/nvidia/pkg_linux24_post.conf diff --git a/x11/nvidia/module-install-24.patch b/x11/nvidia/module-install-24.patch deleted file mode 100644 index 91181a377..000000000 --- a/x11/nvidia/module-install-24.patch +++ /dev/null @@ -1,35 +0,0 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# T2 SDE: package/.../nvidia/module-install-24.patch -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- T2-COPYRIGHT-NOTE-END --- - -Do not call depmod (especially not without the currently building version -attached) as well as not injecting some device nodes ... - - - Rene Rebe - ---- NVIDIA-Linux-x86-1.0-7664-pkg1/usr/src/nv/Makefile.nvidia.orig 2005-05-25 20:20:05.000000000 +0200 -+++ NVIDIA-Linux-x86-1.0-7664-pkg1/usr/src/nv/Makefile.nvidia 2005-06-13 10:00:48.000000000 +0200 -@@ -116,9 +116,7 @@ - package-install: module suser-sanity-check rmmod-sanity-check - mkdir -p $(MODULE_ROOT)/video && \ - install -m 0664 -o root -g root nvidia.o $(MODULE_ROOT)/video/nvidia.o$(O) && \ -- PATH="$(PATH):/bin:/sbin" depmod -a && \ -- PATH="$(PATH):/bin:/sbin" modprobe nvidia && \ -- echo "nvidia.o installed successfully."; \ -+ echo "nvidia.o installed successfully." - - $(VERSION_HDR): - echo \#define NV_COMPILER \"`$(CC) -v 2>&1 | tail -n 1`\" > $@ - diff --git a/x11/nvidia/pkg_linux24_post.conf b/x11/nvidia/pkg_linux24_post.conf deleted file mode 100644 index d5384b30c..000000000 --- a/x11/nvidia/pkg_linux24_post.conf +++ /dev/null @@ -1,16 +0,0 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# T2 SDE: package/.../nvidia/pkg_linux24_post.conf -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- - -var_append lx_3rd_party_modules " " "nvidia" -