aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vmware-tools4
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2003-04-19 15:09:04 +0800
committermatusita <matusita@FreeBSD.org>2003-04-19 15:09:04 +0800
commit5ee6da0bde10b7ad89790cacdbc5cbd15e40dfc4 (patch)
tree75b9d82edb9807ce7dad366cbe52509160bcb7fc /emulators/vmware-tools4
parentc7746f1814bc7891ee8534e9de36bbd808eb150c (diff)
downloadfreebsd-ports-gnome-5ee6da0bde10b7ad89790cacdbc5cbd15e40dfc4.tar.gz
freebsd-ports-gnome-5ee6da0bde10b7ad89790cacdbc5cbd15e40dfc4.tar.zst
freebsd-ports-gnome-5ee6da0bde10b7ad89790cacdbc5cbd15e40dfc4.zip
Update VMware-related tools to the of VMware Workstation 4.0.0 build-4460
(after repocopying old ones, thank you joe). It seems that VMware does not provide a new version of guest tools for VMware 4.x to FreeBSD guest, but it would be better to add these ports, since users will know FreeBSD runs on VMware 4.x. I've also add vmware-toolbox port for VMware 4.x, which is for Linux guest. In VMware 3.x, we FreeBSD guest user are happy to use FreeBSD version of vmware-toolbox so we don't need the Linux version. However, at least my VMs, FreeBSD version's vmware-toolbox causes X pointer a bumpy one (pointer moves every seconds); it is unusable. Linux version seems OK for me, so if you have seen such behavior, please try linux-vmware-toolbox4 instead. Old ports cleanup will come later. Reviewed by: kuriyama (mentor)
Diffstat (limited to 'emulators/vmware-tools4')
-rw-r--r--emulators/vmware-tools4/Makefile8
-rw-r--r--emulators/vmware-tools4/pkg-descr2
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/vmware-tools4/Makefile b/emulators/vmware-tools4/Makefile
index 065972ce96de..16ec6b698037 100644
--- a/emulators/vmware-tools4/Makefile
+++ b/emulators/vmware-tools4/Makefile
@@ -12,10 +12,10 @@ MASTER_SITES= # none
DISTNAME= vmware-freebsd-tools
MAINTAINER= matusita@FreeBSD.org
-COMMENT=VMware tools for FreeBSD guest OS (for VMware 3.x)
+COMMENT=VMware tools for guest OS (for VMware 4.x, FreeBSD version)
LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x
-RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd
+RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd4
DISTDIR= ${MOUNT_PT}
IGNOREFILES= ${DISTFILES}
@@ -30,8 +30,8 @@ RESTRICTED= "Not sure if we can redistribute this."
IGNORE= "Can't build this port since it requires VMware."
.endif
-VMWARE_VER= 3.1.1
-BUILD_VER= 1790
+VMWARE_VER= 4.0.0
+BUILD_VER= 4460
MOUNT_DEV?= /dev/acd0c
MOUNT_PT?= /mnt
diff --git a/emulators/vmware-tools4/pkg-descr b/emulators/vmware-tools4/pkg-descr
index e8deec969f96..68165f70e46f 100644
--- a/emulators/vmware-tools4/pkg-descr
+++ b/emulators/vmware-tools4/pkg-descr
@@ -11,6 +11,6 @@ This ports will install vmware-toolbox to your computer, and
XFree86 X server if you set XFREE86_VERSION to 3 in /etc/make.conf,
If you already use XFree86 4.1.0 or later, you may use 'vmware'
driver for X server. Vmware-guestd is installed as a separate port,
-ports/emulators/vmware-guestd, but this port install guestd automatically.
+ports/emulators/vmware-guestd4, but this port install guestd automatically.
WWW: http://www.vmware.com/products/desktop/ws_features.html