From 2f8f686b91bded9c922d2e4181b7305e2f3dcb31 Mon Sep 17 00:00:00 2001 From: Makoto Matsushita Date: Sat, 19 Apr 2003 07:09:04 +0000 Subject: 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) --- emulators/vmware-guestd5/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'emulators/vmware-guestd5') diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 52ebdd20fc23..4d3216d9e1e4 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # none DISTNAME= vmware-freebsd-tools MAINTAINER= matusita@FreeBSD.org -COMMENT=VMware time synchronization daemon for FreeBSD guest OS (for VMware 3.x) +COMMENT=VMware time synchronization daemon for FreeBSD guest OS (for VMware 4.x) LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x @@ -22,14 +22,17 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools ONLY_FOR_ARCHS= i386 NO_BUILD= yes +.if !defined(BATCH) +IS_INTERACTIVE= yes +.endif RESTRICTED= "Not sure if we can redistribute this." .if defined(PACKAGE_BUILDING) 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 -- cgit v1.2.3