- Add an ugly hack to rename base64.h so that it doesn't conflict with the one

installed by security/heimdal

PR:		ports/177454
Reported by:	Andriy Syrovenko <andriys@gmail.com>
This commit is contained in:
Steve Wills 2014-01-01 16:49:02 +00:00
parent 570a34974f
commit 4fcab40851
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338381
4 changed files with 1511 additions and 1 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= open-vm-tools
PORTVERSION= ${BUILD_VER}
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-9.4.x

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,12 @@
--- vmblockmounter/Makefile.in.orig 2013-12-27 17:42:57.000000000 +0000
+++ vmblockmounter/Makefile.in 2013-12-27 17:44:31.000000000 +0000
@@ -644,9 +644,6 @@
@FREEBSD_TRUE@install-exec-hook:
@FREEBSD_TRUE@ mv $(DESTDIR)$(sbindir)/mount.vmblock \
@FREEBSD_TRUE@ $(DESTDIR)$(sbindir)/mount_vmblock
-@FREEBSD_TRUE@ -$(MKDIR_P) $(DESTDIR)/sbin
-@FREEBSD_TRUE@ -$(LN_S) $(DESTDIR)$(sbindir)/mount_vmblock \
-@FREEBSD_TRUE@ $(DESTDIR)/sbin/mount_vmblock &> /dev/null
@FREEBSD_TRUE@uninstall-hook:
@FREEBSD_TRUE@ rm -f $(DESTDIR)$(sbindir)/mount_vmblock
@FREEBSD_FALSE@install-exec-hook:

View file

@ -39,6 +39,7 @@ include/vmGuestLib/vmSessionId.h
include/vmGuestLib/vm_basic_types.h
@exec mkdir -p %D/lib/vmware-tools/modules/input
sbin/mount_vmhgfs
sbin/mount_vmblock
%%X11%%bin/vmware-user-suid-wrapper
share/vmware-tools/poweroff-vm-default
share/vmware-tools/poweron-vm-default
@ -47,8 +48,16 @@ share/vmware-tools/suspend-vm-default
share/vmware-tools/vm-support
share/vmware-tools/statechange.subr
share/vmware-tools/scripts/vmware/network
%%DATADIR%%/messages/de/toolboxcmd.vmsg
%%DATADIR%%/messages/de/vmtoolsd.vmsg
%%DATADIR%%/messages/ja/toolboxcmd.vmsg
%%DATADIR%%/messages/ja/vmtoolsd.vmsg
%%DATADIR%%/messages/ko/toolboxcmd.vmsg
%%DATADIR%%/messages/ko/vmtoolsd.vmsg
%%DATADIR%%/messages/zh_CN/toolboxcmd.vmsg
@unexec if test -f %D/share/vmware-tools/tools.conf; then rm -f %D/share/vmware-tools/tools.conf; fi
@unexec if test -h %D/etc/vmware-tools/plugins; then rm -f %D/etc/vmware-tools/plugins; fi
etc/pam.d/vmtoolsd
@dirrmtry lib/vmware-tools/modules/input
@dirrmtry lib/vmware-tools/modules
@dirrmtry lib/vmware-tools
@ -62,3 +71,12 @@ share/vmware-tools/scripts/vmware/network
@dirrm lib/open-vm-tools/plugins
@dirrm lib/open-vm-tools
@dirrm include/vmGuestLib
@dirrmtry %%DATADIR%%/scripts/vmware
@dirrmtry %%DATADIR%%/scripts
@dirrmtry %%DATADIR%%/tests
@dirrmtry %%DATADIR%%/messages/zh_CN
@dirrmtry %%DATADIR%%/messages/ko
@dirrmtry %%DATADIR%%/messages/ja
@dirrmtry %%DATADIR%%/messages/de
@dirrmtry %%DATADIR%%/messages
@dirrmtry %%DATADIR%%