This patch fails on 8.2-RELEASE, which just has a simple IS_INTERACTIVE= yes without any ifdef round it, which seems to me what it should be so skip this patch for now. Maybe delete later *** old-8.1-RELEASE/ports/emulators/vmware-guestd5/Makefile Fri Dec 10 17:48:26 2010 --- new-generic/ports/emulators/vmware-guestd5/Makefile Fri Dec 10 17:54:18 2010 *************** *** 27,35 **** WRKSRC= ${WRKDIR}/vmware-tools-distrib ONLY_FOR_ARCHS= i386 amd64 ! .if !defined(BATCH) IS_INTERACTIVE= yes ! .endif .if defined(VMWARE_X_PORTS) USE_XORG= x11 NO_BUILD= yes --- 27,35 ---- WRKSRC= ${WRKDIR}/vmware-tools-distrib ONLY_FOR_ARCHS= i386 amd64 ! # .if !defined(BATCH) IS_INTERACTIVE= yes ! # .endif .if defined(VMWARE_X_PORTS) USE_XORG= x11 NO_BUILD= yes