Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Robin Cook (c5b50b94daedef06c666fcac85886563e3ff53d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Robin Cook (c5b50b94daedef06c666fcac85886563e3ff53d7)
  • Date: Sat, 2 Dec 2006 14:05:47 -0600

GIT changes to master z-rejected grimoire by Robin Cook <rcook AT wyrms.net>:

z-emulators/vmware5/DETAILS | 9 -
z-emulators/vmware5/HISTORY | 4
z-emulators/vmware5/INSTALL | 3
z-emulators/vmware5/VMware-workstation-5.5.2-29772.tar.gz.sig |binary
z-emulators/vmware5/vmware.patch | 89
+++++-----
5 files changed, 58 insertions(+), 47 deletions(-)

New commits:
commit c5b50b94daedef06c666fcac85886563e3ff53d7
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

vmware5: updated to 5.5.2-29772

diff --git a/z-emulators/vmware5/DETAILS b/z-emulators/vmware5/DETAILS
index b998a72..4108378 100755
--- a/z-emulators/vmware5/DETAILS
+++ b/z-emulators/vmware5/DETAILS
@@ -1,14 +1,13 @@
SPELL=vmware5
- VERSION=5.0.0-13124
+ VERSION=5.5.2-29772
SOURCE=VMware-workstation-$VERSION.tar.gz
- MD5[0]=9b91ced926a620d2b6d37f1b5b982ea1
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/vmware-distrib
- WEB_SITE=http://www.vmware.com
- ENTERED=20041012
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=UNKNOWN
REJECT='license issues, must obtain tarball via website'
- BUILD_API=2
ARCHIVE=off
+ ENTERED=20041012
+ WEB_SITE=http://www.vmware.com
SHORT="The VMWare virtual machine."
cat << EOF
VMware Workstation is powerful virtual machine software for developers and
system
diff --git a/z-emulators/vmware5/HISTORY b/z-emulators/vmware5/HISTORY
index 3ba9ce4..f75b70e 100644
--- a/z-emulators/vmware5/HISTORY
+++ b/z-emulators/vmware5/HISTORY
@@ -1,3 +1,7 @@
+2006-12-02 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated to 5.5.2-29772
+ * vmware.patch: updated for new verison
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/z-emulators/vmware5/INSTALL b/z-emulators/vmware5/INSTALL
index 5289dc7..a895262 100755
--- a/z-emulators/vmware5/INSTALL
+++ b/z-emulators/vmware5/INSTALL
@@ -1,4 +1,5 @@
-patch -p0 < $SCRIPT_DIRECTORY/vmware.patch &&
+patch -p1 < $SCRIPT_DIRECTORY/vmware.patch &&
+
./vmware-install.pl

cp /tmp/vmware_rc.d/vmware /etc/init.d/runlevels/%3
diff --git a/z-emulators/vmware5/VMware-workstation-5.5.2-29772.tar.gz.sig
b/z-emulators/vmware5/VMware-workstation-5.5.2-29772.tar.gz.sig
new file mode 100644
index 0000000..21c0d0c
Binary files /dev/null and
b/z-emulators/vmware5/VMware-workstation-5.5.2-29772.tar.gz.sig differ
diff --git a/z-emulators/vmware5/vmware.patch
b/z-emulators/vmware5/vmware.patch
index 44bb565..69a0e69 100644
--- a/z-emulators/vmware5/vmware.patch
+++ b/z-emulators/vmware5/vmware.patch
@@ -1,15 +1,47 @@
---- vmware-install.pl 2004-06-11 03:32:52.000000000 +0200
-+++ vmware-install.pl 2004-10-13 08:32:12.935562032 +0200
+diff -u -r vmware-distrib.orig/bin/vmware-config.pl
vmware-distrib/bin/vmware-config.pl
+--- vmware-distrib.orig/bin/vmware-config.pl 2006-12-02 13:39:25.000000000
-0600
++++ vmware-distrib/bin/vmware-config.pl 2006-12-02 13:44:24.000000000
-0600
@@ -7,6 +7,8 @@

use strict;

+$| = 1;
+
- # Constants
- my $cInstallerFileName = 'vmware-install.pl';
- my $cModuleUpdaterFileName = 'install.pl';
-@@ -1978,39 +1980,11 @@
+ # Use Config module to update VMware host-wide configuration file
+ # BEGINNING_OF_CONFIG_DOT_PM
+ #!/usr/bin/perl
+@@ -21,6 +23,9 @@
+ ###
+
+ use strict;
++
++$| = 1;
++
+ package VMware::Config;
+
+ my %PREF;
+@@ -1532,6 +1537,8 @@
+
+ use strict;
+
++$| = 1;
++
+ # Create a temporary directory
+ #
+ # They are a lot of small utility programs to create temporary files in a
+diff -u -r vmware-distrib.orig/bin/vmware-uninstall.pl
vmware-distrib/bin/vmware-uninstall.pl
+--- vmware-distrib.orig/bin/vmware-uninstall.pl 2006-12-02
13:39:25.000000000 -0600
++++ vmware-distrib/bin/vmware-uninstall.pl 2006-12-02 13:38:03.000000000
-0600
+@@ -7,6 +7,8 @@
+
+ use strict;
+
++$| = 1;
++
+ # Use Config module to update VMware host-wide configuration file
+ # BEGINNING_OF_CONFIG_DOT_PM
+ # END_OF_CONFIG_DOT_PM
+@@ -2054,39 +2056,11 @@
return $initscriptsdir;
}

@@ -53,45 +85,20 @@
+
return $answer;
}
-
---- bin/vmware-config.pl 2004-06-11 03:32:54.000000000 +0200
-+++ bin/vmware-config.pl 2004-10-13 08:37:01.403708208 +0200
-@@ -7,6 +7,8 @@
-
- use strict;
-
-+$| = 1;
-+
- # Use Config module to update VMware host-wide configuration file
- # BEGINNING_OF_CONFIG_DOT_PM
- #!/usr/bin/perl
-@@ -21,6 +23,7 @@
- ###
-
- use strict;
-+$| = 1;
- package VMware::Config;
-
- my %PREF;
-@@ -1483,6 +1486,7 @@
- #!/usr/bin/perl
-
- use strict;
-+$| = 1;

- # Create a temporary directory
- #
---- installer/services.sh 2004-10-13 19:03:24.677182184 +0200
-+++ installer/services.sh 2004-10-13 19:03:56.798299032 +0200
-@@ -22,6 +22,11 @@
- # BEGINNING_OF_TMPDIR_DOT_SH
+diff -u -r vmware-distrib.orig/installer/services.sh
vmware-distrib/installer/services.sh
+--- vmware-distrib.orig/installer/services.sh 2006-12-02 13:39:25.000000000
-0600
++++ vmware-distrib/installer/services.sh 2006-12-02 13:45:55.000000000
-0600
+@@ -26,6 +26,11 @@
+ # BEGINNING_OF_UTIL_DOT_SH
#!/bin/sh

+function echo ()
+{
-+ builtin echo "$@"
++ builtin echo "$@"
+}
+
- # Create a temporary directory
- #
- # They are a lot of small utility programs to create temporary files in a
+ # A few utility functions used by our shell scripts. These are patched in
during
+ # make.
+
+



  • [SM-Commit] GIT changes to master z-rejected grimoire by Robin Cook (c5b50b94daedef06c666fcac85886563e3ff53d7), Robin Cook, 12/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page