diff options
author | Andrew Bevitt <cyfred@gentoo.org> | 2004-11-07 01:52:46 +0000 |
---|---|---|
committer | Andrew Bevitt <cyfred@gentoo.org> | 2004-11-07 01:52:46 +0000 |
commit | c6c29298f34fbd6f61ad65ef663f78f2a8f6d27a (patch) | |
tree | e375605212f4727aa0303aa28e75015efe519a28 /media-video/nvidia-kernel/files | |
parent | New version 1.0.6629 to match nvidia-glx. (diff) | |
download | gentoo-2-c6c29298f34fbd6f61ad65ef663f78f2a8f6d27a.tar.gz gentoo-2-c6c29298f34fbd6f61ad65ef663f78f2a8f6d27a.tar.bz2 gentoo-2-c6c29298f34fbd6f61ad65ef663f78f2a8f6d27a.zip |
New version 1.0.6629! Also marking 1.0.6111 stable in -r3 (others to be
Diffstat (limited to 'media-video/nvidia-kernel/files')
4 files changed, 48 insertions, 0 deletions
diff --git a/media-video/nvidia-kernel/files/1.0.6111/conftest_koutput_includes.patch b/media-video/nvidia-kernel/files/1.0.6111/conftest_koutput_includes.patch new file mode 100644 index 000000000000..c1991cccccd5 --- /dev/null +++ b/media-video/nvidia-kernel/files/1.0.6111/conftest_koutput_includes.patch @@ -0,0 +1,22 @@ +--- conftest.sh.old 2004-11-07 12:24:54.733276104 +1100 ++++ conftest.sh 2004-11-07 12:25:56.672859856 +1100 +@@ -17,7 +17,7 @@ + + if [ "$OUTPUT" != "$SOURCES" ]; then + CFLAGS="$CFLAGS -I$OUTPUT/include2 -I$OUTPUT/include \ +--I$HEADERS -I$HEADERS/asm/mach-default" ++-I$HEADERS -I$OUTPUT/include2/asm/mach-default" + else + CFLAGS="$CFLAGS -I$HEADERS -I$HEADERS/asm/mach-default" + fi +@@ -257,8 +257,8 @@ + echo "installed on your system. If you specified a separate"; + echo "output directory using either the \"KBUILD_OUTPUT\" or"; + echo "the \"O\" KBUILD parameter, make sure to specify this"; +- echo "directory with the SYSOUT environment variable or with"; +- echo "the appropriate nvidia-installer command line option."; ++ echo "directorys _PARENT_ with the KBUILD_OUTPUT_PREFIX"; ++ echo "environment variable, (or see /etc/env.d/05kernel)"; + echo ""; + if [ "$VERBOSE" = "full_output" ]; then + echo "*** Unable to determine the target kernel version. ***"; diff --git a/media-video/nvidia-kernel/files/1.0.6629/conftest_koutput_includes.patch b/media-video/nvidia-kernel/files/1.0.6629/conftest_koutput_includes.patch new file mode 100644 index 000000000000..193485bcf497 --- /dev/null +++ b/media-video/nvidia-kernel/files/1.0.6629/conftest_koutput_includes.patch @@ -0,0 +1,22 @@ +--- conftest.sh.old 2004-11-07 12:20:02.776660256 +1100 ++++ conftest.sh 2004-11-07 12:23:32.432787680 +1100 +@@ -17,7 +17,7 @@ + + if [ "$OUTPUT" != "$SOURCES" ]; then + CFLAGS="$CFLAGS -I$OUTPUT/include2 -I$OUTPUT/include \ +--I$HEADERS -I$HEADERS/asm/mach-default" ++-I$HEADERS -I$OUTPUT/include2/asm/mach-default" + else + CFLAGS="$CFLAGS -I$HEADERS -I$HEADERS/asm/mach-default" + fi +@@ -260,8 +260,8 @@ + echo "installed on your system. If you specified a separate"; + echo "output directory using either the \"KBUILD_OUTPUT\" or"; + echo "the \"O\" KBUILD parameter, make sure to specify this"; +- echo "directory with the SYSOUT environment variable or with"; +- echo "the appropriate nvidia-installer command line option."; ++ echo "directorys _PARENT_ with the KBUILD_OUTPUT_PREFIX"; ++ echo "environment variable, (or see /etc/env.d/05kernel)"; + echo ""; + if [ "$VERBOSE" = "full_output" ]; then + echo "*** Unable to determine the target kernel version. ***"; diff --git a/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6111-r3 b/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6111-r3 new file mode 100644 index 000000000000..891f45379b0a --- /dev/null +++ b/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6111-r3 @@ -0,0 +1,2 @@ +MD5 51e83be46f83c52102ccb8995b54f4e2 NVIDIA-Linux-x86-1.0-6111-pkg1.run 8167999 +MD5 6c7b0c8b3ce5c34186e0c80042e6d046 NVIDIA-Linux-x86_64-1.0-6111-pkg2.run 7333486 diff --git a/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6629 b/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6629 new file mode 100644 index 000000000000..9324510b4ef9 --- /dev/null +++ b/media-video/nvidia-kernel/files/digest-nvidia-kernel-1.0.6629 @@ -0,0 +1,2 @@ +MD5 f7737c1e95371f37a4fd30da2f11e72c NVIDIA-Linux-x86-1.0-6629-pkg1.run 8725221 +MD5 652e69f549c81a7a3f2806daa74b9c36 NVIDIA-Linux-x86_64-1.0-6629-pkg2.run 7777882 |