diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-09-30 16:44:20 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-09-30 16:44:20 +0000 |
commit | 009305ab0aede06bee2632d503a7496a1373e0fe (patch) | |
tree | 2c223520d1f7c92910cfbc12aca3afae2ac9e002 /app-emulation/vmware-workstation/files | |
parent | Version bump, removed old development kernels. (diff) | |
download | gentoo-2-009305ab0aede06bee2632d503a7496a1373e0fe.tar.gz gentoo-2-009305ab0aede06bee2632d503a7496a1373e0fe.tar.bz2 gentoo-2-009305ab0aede06bee2632d503a7496a1373e0fe.zip |
Clear out old/masked versions and bump to 5.5.8 and 6.0.5.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emulation/vmware-workstation/files')
20 files changed, 0 insertions, 395 deletions
diff --git a/app-emulation/vmware-workstation/files/4.5.3.19414/000_all_initd-location.patch b/app-emulation/vmware-workstation/files/4.5.3.19414/000_all_initd-location.patch deleted file mode 100644 index 7e13eb4dceb6..000000000000 --- a/app-emulation/vmware-workstation/files/4.5.3.19414/000_all_initd-location.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- vmware-distrib/bin/vmware-config.pl.ori 2006-09-29 09:14:36.000000000 -0400 -+++ vmware-distrib/bin/vmware-config.pl 2006-09-29 09:20:06.000000000 -0400 -@@ -3738,7 +3738,7 @@ - internal_sed($mouse_file . $cBackupExtension, - $mouse_file, 0, \%p); - if (!$gOption{'skipstopstart'}) { -- system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/gpm') -+ system(shell_string('/etc/init.d/gpm') - . ' restart'); - } - } -@@ -5425,7 +5425,7 @@ - - # Restart the inetd service - sub restart_inetd { -- my $inetd_restart = db_get_answer('INITSCRIPTSDIR') . '/inetd'; -+ my $inetd_restart = '/etc/init.d/inetd'; - if (-e $inetd_restart) { - if (!system(shell_string($inetd_restart) . ' restart')) { - return; -@@ -5532,7 +5532,7 @@ - - #Restart xinetd - sub restart_xinetd { -- my $xinetd_restart = db_get_answer('INITSCRIPTSDIR') . '/xinetd'; -+ my $xinetd_restart = '/etc/init.d/xinetd'; - if (-e $xinetd_restart) { - if (!system(shell_string($xinetd_restart) . ' restart')) { - return; -@@ -7383,7 +7383,7 @@ - . 'a /proc/vmware directory.' . "\n\n"); - } - if (!$gOption{'skipstopstart'} && -- system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') -+ system(shell_string('/etc/init.d/vmware') - . ' stop')) { - error('Unable to stop services for ' . vmware_product_name() . "\n\n"); - } -@@ -7473,7 +7473,7 @@ - db_save(); - # Then start VMware's services - if (!$gOption{'skipstopstart'}) { -- system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') . ' start'); -+ system(shell_string('/etc/init.d/vmware') . ' start'); - print "\n"; - } - diff --git a/app-emulation/vmware-workstation/files/4.5.3.19414/000_all_librarypath.patch b/app-emulation/vmware-workstation/files/4.5.3.19414/000_all_librarypath.patch deleted file mode 100644 index a1eb4cbb94f7..000000000000 --- a/app-emulation/vmware-workstation/files/4.5.3.19414/000_all_librarypath.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- vmware/bin/vmware 2004-12-02 07:12:26.268618096 +0900 -+++ vmware/bin/vmware 2004-12-02 07:34:31.684433747 +0900 -@@ -169,15 +169,23 @@ - local lib - local dummy - local status -+ local newpath - - path='' - while read -r lib dummy status; do - if [ "$status" = 'not found' ]; then -+ newpath="$vm_db_answer_LIBDIR"'/lib/'"$lib" - if [ "$path" = '' ]; then -- path="$vm_db_answer_LIBDIR"'/lib/'"$lib" -+ path="$newpath" - else -- path="$path"':'"$vm_db_answer_LIBDIR"'/lib/'"$lib" -+ path="$path"':'"$newpath" - fi -+ for x in "$newpath/"*.so; do -+ if [ -f "$x" ] -+ then -+ path="$path"':'`LD_LIBRARY_PATH="$path" LANGUAGE=C LANG=C ldd "$x" | vm_append_libs` -+ fi -+ done - fi - done - diff --git a/app-emulation/vmware-workstation/files/4.5.3.19414/001_all_fix-permissions.patch b/app-emulation/vmware-workstation/files/4.5.3.19414/001_all_fix-permissions.patch deleted file mode 100644 index e646b7b2da5c..000000000000 --- a/app-emulation/vmware-workstation/files/4.5.3.19414/001_all_fix-permissions.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -urN vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl ---- vmware-distrib.orig/bin/vmware-config.pl 2005-12-16 00:51:03.000000000 -0500 -+++ vmware-distrib/bin/vmware-config.pl 2005-12-21 14:34:03.000000000 -0500 -@@ -7327,7 +7327,10 @@ - error('Unable to write configuration file "' . $name . '".' . "\n\n"); - } - db_add_file($name, 0x1); -- safe_chmod(0644, $name); -+ safe_chmod(0664, $name); -+ my $gid = (getgrnam('vmware'))[2]; -+ my $uid = (stat($name))[4]; -+ safe_chown($uid,$gid,$name); - - # Append the promotional configuration if it exists - $promoconfig = $libdir . '/configurator/PROMOCONFIG'; diff --git a/app-emulation/vmware-workstation/files/4.5.3.19414/002_all_pagebreak-detection-fix.patch b/app-emulation/vmware-workstation/files/4.5.3.19414/002_all_pagebreak-detection-fix.patch deleted file mode 100644 index f700f5df9d32..000000000000 --- a/app-emulation/vmware-workstation/files/4.5.3.19414/002_all_pagebreak-detection-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl ---- vmware-distrib.orig/bin/vmware-config.pl 2006-03-24 23:13:05.000000000 +0100 -+++ vmware-distrib/bin/vmware-config.pl 2006-03-24 23:26:40.000000000 +0100 -@@ -1969,7 +1969,7 @@ - . ' -E - | ' . shell_string($gHelper{'grep'}) . ' ' - . shell_string($pattern)); - chomp($header_page_offset); -- $header_page_offset =~ s/^$pattern \(?0x([0-9a-fA-F]{8,}).*$/$1/; -+ $header_page_offset =~ s/^$pattern \(?(\([^)]*\))?\)?0x([0-9a-fA-F]{8,}).*$/$2/; - if ($header_page_offset =~ /[0-9a-fA-F]{8,}/) { - # We found a valid page offset - if (defined($gSystem{'page_offset'}) and diff --git a/app-emulation/vmware-workstation/files/4.5.3.19414/004_all_do-not-build-modules.patch b/app-emulation/vmware-workstation/files/4.5.3.19414/004_all_do-not-build-modules.patch deleted file mode 100644 index 2144f412f09d..000000000000 --- a/app-emulation/vmware-workstation/files/4.5.3.19414/004_all_do-not-build-modules.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- vmware-distrib/bin/vmware-config.pl.ori 2006-09-29 09:33:55.000000000 -0400 -+++ vmware-distrib/bin/vmware-config.pl 2006-09-29 09:38:07.000000000 -0400 -@@ -5980,9 +5980,9 @@ - # Get this set up even if the user doesn't want networking. The - # reason is that samba may turn on networking and it needs this - # module to use networking. -- if (configure_module('vmnet') eq 'no') { -- module_error(); -- } -+# if (configure_module('vmnet') eq 'no') { -+# module_error(); -+# } - - # Fix for bug 15842. Always regenerate the network settings because an - # upgrade leaves us in an inconsistent state. The database will have -@@ -7410,9 +7410,9 @@ - } - if (vmware_product() eq 'server') { - configure_vmkernel(); -- } else { -- configure_mon(); -- configure_pp(); -+# } else { -+# configure_mon(); -+# configure_pp(); - } - configure_net(); - # Create the directory for the UNIX domain sockets diff --git a/app-emulation/vmware-workstation/files/4.5.3.19414/007_all_use-modprobe-over-insmod.patch b/app-emulation/vmware-workstation/files/4.5.3.19414/007_all_use-modprobe-over-insmod.patch deleted file mode 100644 index c29a87e8f226..000000000000 --- a/app-emulation/vmware-workstation/files/4.5.3.19414/007_all_use-modprobe-over-insmod.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr vmware-server-distrib/installer/services.sh vmware-server-distrib.new/installer/services.sh ---- vmware-server-distrib/installer/services.sh 2006-02-05 00:21:25.000000000 +0000 -+++ vmware-server-distrib.new/installer/services.sh 2006-02-20 23:48:07.000000000 +0000 -@@ -538,7 +538,7 @@ - } - - vmware_load_module() { -- /sbin/insmod -s -f "/lib/modules/`uname -r`/misc/$1.o" || exit 1 -+ /sbin/modprobe -s -f "$1" || exit 1 - exit 0 - } - diff --git a/app-emulation/vmware-workstation/files/4.5.3.19414/009_all_init.d-modules-warning.patch b/app-emulation/vmware-workstation/files/4.5.3.19414/009_all_init.d-modules-warning.patch deleted file mode 100644 index 4eab043af8dc..000000000000 --- a/app-emulation/vmware-workstation/files/4.5.3.19414/009_all_init.d-modules-warning.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -uNr vmware-server-distrib.orig/installer/services.sh vmware-server-distrib/installer/services.sh ---- vmware-server-distrib.orig/installer/services.sh 2006-07-01 03:14:16.000000000 +0000 -+++ vmware-server-distrib/installer/services.sh 2006-07-14 11:59:28.000000000 +0000 -@@ -606,8 +606,13 @@ - start) - if [ -e "$vmware_etc_dir"/not_configured ]; then - echo "`vmware_product_name`"' is installed, but it has not been (correctly) configured' -- echo 'for the running kernel. To (re-)configure it, invoke the' -- echo 'following command: '"$vmdb_answer_BINDIR"'/vmware-config.pl.' -+ echo 'for the running kernel.' -+ echo -+ echo 'Please ensure that the modules have been compiled for this kernel:' -+ echo ' emerge --oneshot vmware-modules' -+ echo -+ echo 'Also ensure '"`vmware_product_name`"' has been configured:' -+ echo ' '"$vmdb_answer_BINDIR"'/vmware-config.pl' - echo - - exit 1 diff --git a/app-emulation/vmware-workstation/files/5.5.6.80404/000_all_initd-location.patch b/app-emulation/vmware-workstation/files/5.5.6.80404/000_all_initd-location.patch deleted file mode 100644 index 1d864f7e0dd7..000000000000 --- a/app-emulation/vmware-workstation/files/5.5.6.80404/000_all_initd-location.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- vmware-distrib/bin/vmware-config.pl.ori 2005-11-09 01:45:08.000000000 +0000 -+++ vmware-distrib/bin/vmware-config.pl 2005-11-09 01:48:21.000000000 +0000 -@@ -8433,7 +8433,7 @@ - error('Please shut down any running VMs and run this script again.' . - "\n\n"); - } else { -- if (system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') -+ if (system(shell_string('/etc/init.d' . '/vmware') - . ' stop')) { - error('Unable to stop services for ' . vmware_product_name() . - "\n\n"); -@@ -8463,8 +8463,8 @@ - } - if (vmware_product() ne 'server') { - configure_gtk2(); -- createMimePackageFile(); -- configureDesktopFiles(); -+# createMimePackageFile(); -+# configureDesktopFiles(); - configure_mon(); - configure_pp(); - configure_net(); -@@ -8532,7 +8532,7 @@ - db_save(); - # Then start VMware's services - if (!$gOption{'skipstopstart'}) { -- system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') . ' start'); -+ system(shell_string('/etc/init.d' . '/vmware') . ' start'); - print "\n"; - } - diff --git a/app-emulation/vmware-workstation/files/5.5.6.80404/001_all_fix-permissions.patch b/app-emulation/vmware-workstation/files/5.5.6.80404/001_all_fix-permissions.patch deleted file mode 100644 index e646b7b2da5c..000000000000 --- a/app-emulation/vmware-workstation/files/5.5.6.80404/001_all_fix-permissions.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -urN vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl ---- vmware-distrib.orig/bin/vmware-config.pl 2005-12-16 00:51:03.000000000 -0500 -+++ vmware-distrib/bin/vmware-config.pl 2005-12-21 14:34:03.000000000 -0500 -@@ -7327,7 +7327,10 @@ - error('Unable to write configuration file "' . $name . '".' . "\n\n"); - } - db_add_file($name, 0x1); -- safe_chmod(0644, $name); -+ safe_chmod(0664, $name); -+ my $gid = (getgrnam('vmware'))[2]; -+ my $uid = (stat($name))[4]; -+ safe_chown($uid,$gid,$name); - - # Append the promotional configuration if it exists - $promoconfig = $libdir . '/configurator/PROMOCONFIG'; diff --git a/app-emulation/vmware-workstation/files/5.5.6.80404/002_all_pagebreak-detection-fix.patch b/app-emulation/vmware-workstation/files/5.5.6.80404/002_all_pagebreak-detection-fix.patch deleted file mode 100644 index fd3fc76ca679..000000000000 --- a/app-emulation/vmware-workstation/files/5.5.6.80404/002_all_pagebreak-detection-fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl ---- vmware-distrib.orig/bin/vmware-config.pl 2006-03-24 23:13:05.000000000 +0100 -+++ vmware-distrib/bin/vmware-config.pl 2006-03-24 23:26:40.000000000 +0100 -@@ -2015,9 +2015,9 @@ - . shell_string($pattern)); - chomp($header_page_offset); - # Ignore PAGE_OFFSET if we cannot parse it. -- if ($header_page_offset =~ /^$pattern \(?0x([0-9a-fA-F]{8,})/) { -+ if ($header_page_offset =~ /^$pattern \(?(\([^)]*\))?\)?0x([0-9a-fA-F]{8,}).*$/) { - # We found a valid page offset -- $header_page_offset = $1; -+ $header_page_offset = $2; - if (defined($gSystem{'page_offset'}) and - not (lc($header_page_offset) eq lc($gSystem{'page_offset'}))) { - if ($source eq 'user') { diff --git a/app-emulation/vmware-workstation/files/5.5.6.80404/004_all_do-not-build-modules.patch b/app-emulation/vmware-workstation/files/5.5.6.80404/004_all_do-not-build-modules.patch deleted file mode 100644 index cec3b3ee4c1d..000000000000 --- a/app-emulation/vmware-workstation/files/5.5.6.80404/004_all_do-not-build-modules.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -uNr vmware-server-distrib.orig/bin/vmware-config.pl vmware-server-distrib/bin/vmware-config.pl ---- vmware-server-distrib.orig/bin/vmware-config.pl 2006-02-18 18:12:26.000000000 +0000 -+++ vmware-server-distrib/bin/vmware-config.pl 2006-02-18 18:14:17.000000000 +0000 -@@ -8571,10 +8571,10 @@ - configure_gtk2(); - # createMimePackageFile(); - # configureDesktopFiles(); -- configure_mon(); -- configure_pp(); -+# configure_mon(); -+# configure_pp(); - configure_net(); -- build_vmnet(); -+# build_vmnet(); - } - - # Create the directory for the UNIX domain sockets diff --git a/app-emulation/vmware-workstation/files/5.5.6.80404/007_all_use-modprobe-over-insmod.patch b/app-emulation/vmware-workstation/files/5.5.6.80404/007_all_use-modprobe-over-insmod.patch deleted file mode 100644 index c29a87e8f226..000000000000 --- a/app-emulation/vmware-workstation/files/5.5.6.80404/007_all_use-modprobe-over-insmod.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr vmware-server-distrib/installer/services.sh vmware-server-distrib.new/installer/services.sh ---- vmware-server-distrib/installer/services.sh 2006-02-05 00:21:25.000000000 +0000 -+++ vmware-server-distrib.new/installer/services.sh 2006-02-20 23:48:07.000000000 +0000 -@@ -538,7 +538,7 @@ - } - - vmware_load_module() { -- /sbin/insmod -s -f "/lib/modules/`uname -r`/misc/$1.o" || exit 1 -+ /sbin/modprobe -s -f "$1" || exit 1 - exit 0 - } - diff --git a/app-emulation/vmware-workstation/files/5.5.6.80404/009_all_init.d-modules-warning.patch b/app-emulation/vmware-workstation/files/5.5.6.80404/009_all_init.d-modules-warning.patch deleted file mode 100644 index 4eab043af8dc..000000000000 --- a/app-emulation/vmware-workstation/files/5.5.6.80404/009_all_init.d-modules-warning.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -uNr vmware-server-distrib.orig/installer/services.sh vmware-server-distrib/installer/services.sh ---- vmware-server-distrib.orig/installer/services.sh 2006-07-01 03:14:16.000000000 +0000 -+++ vmware-server-distrib/installer/services.sh 2006-07-14 11:59:28.000000000 +0000 -@@ -606,8 +606,13 @@ - start) - if [ -e "$vmware_etc_dir"/not_configured ]; then - echo "`vmware_product_name`"' is installed, but it has not been (correctly) configured' -- echo 'for the running kernel. To (re-)configure it, invoke the' -- echo 'following command: '"$vmdb_answer_BINDIR"'/vmware-config.pl.' -+ echo 'for the running kernel.' -+ echo -+ echo 'Please ensure that the modules have been compiled for this kernel:' -+ echo ' emerge --oneshot vmware-modules' -+ echo -+ echo 'Also ensure '"`vmware_product_name`"' has been configured:' -+ echo ' '"$vmdb_answer_BINDIR"'/vmware-config.pl' - echo - - exit 1 diff --git a/app-emulation/vmware-workstation/files/6.0.3.80004/000_all_initd-location.patch b/app-emulation/vmware-workstation/files/6.0.3.80004/000_all_initd-location.patch deleted file mode 100644 index 6eb6619d2b8e..000000000000 --- a/app-emulation/vmware-workstation/files/6.0.3.80004/000_all_initd-location.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- vmware-distrib/bin/vmware-config.pl.ori 2005-11-09 01:45:08.000000000 +0000 -+++ vmware-distrib/bin/vmware-config.pl 2005-11-09 01:48:21.000000000 +0000 -@@ -8433,7 +8433,7 @@ - error('Please shut down any running VMs and run this script again.' . - "\n\n"); - } else { -- if (system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') -+ if (system(shell_string('/etc/init.d' . '/vmware') - . ' stop')) { - error('Unable to stop services for ' . vmware_product_name() . - "\n\n"); -@@ -8463,8 +8463,8 @@ - } - if (vmware_product() ne 'server') { - configure_gtk2(); -- createMimePackageFile(); -- configureDesktopFiles(); -+# createMimePackageFile(); -+# configureDesktopFiles(); - configure_mon(); - configure_pp(); - configure_net(); -@@ -8532,7 +8532,7 @@ - db_save(); - # Then start VMware's services - if (!$gOption{'skip-stop-start'}) { -- system(shell_string(db_get_answer('INITSCRIPTSDIR') . '/vmware') . ' start'); -+ system(shell_string('/etc/init.d' . '/vmware') . ' start'); - print "\n"; - } - diff --git a/app-emulation/vmware-workstation/files/6.0.3.80004/001_all_fix-permissions.patch b/app-emulation/vmware-workstation/files/6.0.3.80004/001_all_fix-permissions.patch deleted file mode 100644 index e646b7b2da5c..000000000000 --- a/app-emulation/vmware-workstation/files/6.0.3.80004/001_all_fix-permissions.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -urN vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl ---- vmware-distrib.orig/bin/vmware-config.pl 2005-12-16 00:51:03.000000000 -0500 -+++ vmware-distrib/bin/vmware-config.pl 2005-12-21 14:34:03.000000000 -0500 -@@ -7327,7 +7327,10 @@ - error('Unable to write configuration file "' . $name . '".' . "\n\n"); - } - db_add_file($name, 0x1); -- safe_chmod(0644, $name); -+ safe_chmod(0664, $name); -+ my $gid = (getgrnam('vmware'))[2]; -+ my $uid = (stat($name))[4]; -+ safe_chown($uid,$gid,$name); - - # Append the promotional configuration if it exists - $promoconfig = $libdir . '/configurator/PROMOCONFIG'; diff --git a/app-emulation/vmware-workstation/files/6.0.3.80004/002_all_pagebreak-detection-fix.patch b/app-emulation/vmware-workstation/files/6.0.3.80004/002_all_pagebreak-detection-fix.patch deleted file mode 100644 index fd3fc76ca679..000000000000 --- a/app-emulation/vmware-workstation/files/6.0.3.80004/002_all_pagebreak-detection-fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl ---- vmware-distrib.orig/bin/vmware-config.pl 2006-03-24 23:13:05.000000000 +0100 -+++ vmware-distrib/bin/vmware-config.pl 2006-03-24 23:26:40.000000000 +0100 -@@ -2015,9 +2015,9 @@ - . shell_string($pattern)); - chomp($header_page_offset); - # Ignore PAGE_OFFSET if we cannot parse it. -- if ($header_page_offset =~ /^$pattern \(?0x([0-9a-fA-F]{8,})/) { -+ if ($header_page_offset =~ /^$pattern \(?(\([^)]*\))?\)?0x([0-9a-fA-F]{8,}).*$/) { - # We found a valid page offset -- $header_page_offset = $1; -+ $header_page_offset = $2; - if (defined($gSystem{'page_offset'}) and - not (lc($header_page_offset) eq lc($gSystem{'page_offset'}))) { - if ($source eq 'user') { diff --git a/app-emulation/vmware-workstation/files/6.0.3.80004/004_all_do-not-build-modules.patch b/app-emulation/vmware-workstation/files/6.0.3.80004/004_all_do-not-build-modules.patch deleted file mode 100644 index e2649c0af27b..000000000000 --- a/app-emulation/vmware-workstation/files/6.0.3.80004/004_all_do-not-build-modules.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -uNr vmware-server-distrib.orig/bin/vmware-config.pl vmware-server-distrib/bin/vmware-config.pl ---- vmware-server-distrib.orig/bin/vmware-config.pl 2006-02-18 18:12:26.000000000 +0000 -+++ vmware-server-distrib/bin/vmware-config.pl 2006-02-18 18:14:17.000000000 +0000 -@@ -10158,13 +10158,13 @@ - configure_gtk2(); - # createMimePackageFile(); - # configureDesktopFiles(); -- configure_mon(); -+# configure_mon(); - if (isDesktopProduct()) { -- build_vmblock(); -+# build_vmblock(); - } -- configure_pp(); -+# configure_pp(); - configure_net(); -- build_vmnet(); -+# build_vmnet(); - } - - configure_eclipse_plugin(); diff --git a/app-emulation/vmware-workstation/files/6.0.3.80004/007_all_use-modprobe-over-insmod.patch b/app-emulation/vmware-workstation/files/6.0.3.80004/007_all_use-modprobe-over-insmod.patch deleted file mode 100644 index c29a87e8f226..000000000000 --- a/app-emulation/vmware-workstation/files/6.0.3.80004/007_all_use-modprobe-over-insmod.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr vmware-server-distrib/installer/services.sh vmware-server-distrib.new/installer/services.sh ---- vmware-server-distrib/installer/services.sh 2006-02-05 00:21:25.000000000 +0000 -+++ vmware-server-distrib.new/installer/services.sh 2006-02-20 23:48:07.000000000 +0000 -@@ -538,7 +538,7 @@ - } - - vmware_load_module() { -- /sbin/insmod -s -f "/lib/modules/`uname -r`/misc/$1.o" || exit 1 -+ /sbin/modprobe -s -f "$1" || exit 1 - exit 0 - } - diff --git a/app-emulation/vmware-workstation/files/6.0.3.80004/009_all_init.d-modules-warning.patch b/app-emulation/vmware-workstation/files/6.0.3.80004/009_all_init.d-modules-warning.patch deleted file mode 100644 index 4eab043af8dc..000000000000 --- a/app-emulation/vmware-workstation/files/6.0.3.80004/009_all_init.d-modules-warning.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -uNr vmware-server-distrib.orig/installer/services.sh vmware-server-distrib/installer/services.sh ---- vmware-server-distrib.orig/installer/services.sh 2006-07-01 03:14:16.000000000 +0000 -+++ vmware-server-distrib/installer/services.sh 2006-07-14 11:59:28.000000000 +0000 -@@ -606,8 +606,13 @@ - start) - if [ -e "$vmware_etc_dir"/not_configured ]; then - echo "`vmware_product_name`"' is installed, but it has not been (correctly) configured' -- echo 'for the running kernel. To (re-)configure it, invoke the' -- echo 'following command: '"$vmdb_answer_BINDIR"'/vmware-config.pl.' -+ echo 'for the running kernel.' -+ echo -+ echo 'Please ensure that the modules have been compiled for this kernel:' -+ echo ' emerge --oneshot vmware-modules' -+ echo -+ echo 'Also ensure '"`vmware_product_name`"' has been configured:' -+ echo ' '"$vmdb_answer_BINDIR"'/vmware-config.pl' - echo - - exit 1 diff --git a/app-emulation/vmware-workstation/files/6.0.3.80004/011_all_legit-modules-only.patch b/app-emulation/vmware-workstation/files/6.0.3.80004/011_all_legit-modules-only.patch deleted file mode 100644 index 9e453ed1e2ee..000000000000 --- a/app-emulation/vmware-workstation/files/6.0.3.80004/011_all_legit-modules-only.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr vmware-distrib.orig/bin/vmware-config.pl vmware-distrib/bin/vmware-config.pl ---- vmware-distrib.orig/bin/vmware-config.pl 2007-08-22 02:58:41.000000000 +0100 -+++ vmware-distrib/bin/vmware-config.pl 2007-09-19 20:04:57.000000000 +0100 -@@ -10127,7 +10127,7 @@ - } - - my @modules = non_vmware_modules_installed(); -- if (scalar(@modules) > 0) { -+ if (scalar(@modules) < 0) { - error("The following VMware kernel modules have been found on your system that " . - "were not installed by the VMware Installer. Please remove them then run " . - "this installer again.\n\n" . join("\n", @modules) . "\n\n"); |