diff options
author | matusita <matusita@FreeBSD.org> | 2007-05-26 23:43:33 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2007-05-26 23:43:33 +0800 |
commit | ac086896d077ea75040d3ee6f52c50d345b109a7 (patch) | |
tree | 049f5d1f9810b1b43d87c4957fde9b51e19fbccf /emulators | |
parent | dd2528b8659317c9ca18288f88a9a870d2786bb7 (diff) | |
download | freebsd-ports-gnome-ac086896d077ea75040d3ee6f52c50d345b109a7.tar.gz freebsd-ports-gnome-ac086896d077ea75040d3ee6f52c50d345b109a7.tar.zst freebsd-ports-gnome-ac086896d077ea75040d3ee6f52c50d345b109a7.zip |
Update to build-45731, the release version of VMware Workstation 6.
Also fix "installing 5.x binaries on 6.x box" problem for vmware-guestd6
and vmware-tools6.
PR: 113017
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile index e72a06cdd789..aaf9a702fadf 100644 --- a/emulators/linux-vmware-toolbox6/Makefile +++ b/emulators/linux-vmware-toolbox6/Makefile @@ -35,7 +35,7 @@ RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 6.0.0 -BUILD_VER= 44426 +BUILD_VER= 45731 .include <bsd.port.pre.mk> diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 8c993b4397b9..881eda1b71b2 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -47,7 +47,7 @@ RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 6.0.0 -BUILD_VER= 44426 +BUILD_VER= 45731 .include <bsd.port.pre.mk> @@ -70,7 +70,7 @@ BITS?= 32 .else # ${ARCH} == amd64 BITS?= 64 .endif -.if ((${OSVERSION} >= 500000) && (${OSVERSION} < 530000)) || (${ARCH} == i386) +.if ((${OSVERSION} >= 500000) && (${OSVERSION} < 530000)) && (${ARCH} == i386) OSSFX?= -50 .elif ${OSVERSION} < 600000 OSSFX?= |