diff options
author | matusita <matusita@FreeBSD.org> | 2003-07-24 23:34:44 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-07-24 23:34:44 +0800 |
commit | 32ebcb9388b2451c095a247270325992bd19d90a (patch) | |
tree | 716f327b89855bbfb5e88016d5578c1514cb34bd /emulators/linux-vmware-toolbox6 | |
parent | 05af83238bc11b2ddd2810abb9cfa49a0949a4b0 (diff) | |
download | freebsd-ports-graphics-32ebcb9388b2451c095a247270325992bd19d90a.tar.gz freebsd-ports-graphics-32ebcb9388b2451c095a247270325992bd19d90a.tar.zst freebsd-ports-graphics-32ebcb9388b2451c095a247270325992bd19d90a.zip |
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.
Diffstat (limited to 'emulators/linux-vmware-toolbox6')
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |