From 32ebcb9388b2451c095a247270325992bd19d90a Mon Sep 17 00:00:00 2001
From: matusita <matusita@FreeBSD.org>
Date: Thu, 24 Jul 2003 15:34:44 +0000
Subject: Update VMware Tools for 4.0.1 build-5289, the latest version of
 VMware Workstation.

This commit makes vmware-tools4 a slave port of vmware-guestd4, since
both are made from the same tarball, and it would be easy to maintain.
Vmware-guestd4 also installs a kernel module named vmmemctl; you may
want to kldload(8) it with a shell script under rc.d/ directory.

VMware Workstation 4.0.1 does fix "jumping the pointer" bug (yeah, thanks
VMware developer team).  This means that you do not have to install
linux-vmware-toolbox4.  However, it can be used as it should be, I
do not disable and/or remove this port.
---
 emulators/linux-vmware-toolbox6/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'emulators/linux-vmware-toolbox6')

diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile
index cf6aa9074be..c5c9753ef32 100644
--- a/emulators/linux-vmware-toolbox6/Makefile
+++ b/emulators/linux-vmware-toolbox6/Makefile
@@ -31,8 +31,8 @@ IS_INTERACTIVE=	yes
 RESTRICTED=	"Not sure if we can redistribute this."
 NO_PACKAGE=	${RESTRICTED}
 
-VMWARE_VER=	4.0.0
-BUILD_VER=	4460
+VMWARE_VER=	4.0.1
+BUILD_VER=	5289
 
 MOUNT_DEV?=	/dev/acd0
 MOUNT_PT?=	/mnt
-- 
cgit