aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2021-08-18 18:52:15 +0000
committerRenato Botelho <garga@FreeBSD.org>2021-08-18 18:54:18 +0000
commitfd649cf02561a5ee6d4e33abe8687761d6627edb (patch)
treec11cd2f231b03db5bcb14b15916dc4e3fa59ce74
parent03a7c5211d203f98c6c13140f14ccd15b05dd1b9 (diff)
downloadports-fd649cf02561a5ee6d4e33abe8687761d6627edb.tar.gz
ports-fd649cf02561a5ee6d4e33abe8687761d6627edb.zip
emulators/open-vm-tools: Fix build
Remove some patches introduced by 42dfc139f65 that are note needed on 11.3.0 and fix build Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--emulators/open-vm-tools/files/patch-lib_include_tracer.hh12
-rw-r--r--emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndGuest_dndCPTransportGuestRpc.hpp16
2 files changed, 0 insertions, 28 deletions
diff --git a/emulators/open-vm-tools/files/patch-lib_include_tracer.hh b/emulators/open-vm-tools/files/patch-lib_include_tracer.hh
deleted file mode 100644
index 6e3e401453da..000000000000
--- a/emulators/open-vm-tools/files/patch-lib_include_tracer.hh
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/include/tracer.hh.orig 2021-08-03 01:45:08 UTC
-+++ lib/include/tracer.hh
-@@ -28,9 +28,7 @@
-
- #include "vm_basic_defs.h"
-
--extern "C" {
- #include "glib.h"
--}
-
-
- #ifdef VMX86_DEVEL
diff --git a/emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndGuest_dndCPTransportGuestRpc.hpp b/emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndGuest_dndCPTransportGuestRpc.hpp
deleted file mode 100644
index 7d90d26a669e..000000000000
--- a/emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndGuest_dndCPTransportGuestRpc.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp.orig 2021-08-03 01:43:48 UTC
-+++ services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp
-@@ -31,13 +31,11 @@
-
- #include "dnd.h"
-
--extern "C" {
- #ifdef VMX86_TOOLS
- #include "vmware/tools/guestrpc.h"
- #else
- #include "guest_rpc.h"
- #endif
--}
-
- #define GUEST_RPC_CMD_STR_DND "dnd.transport"
- #define GUEST_RPC_CMD_STR_CP "copypaste.transport"