diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 39b3334..90d1063 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,9 +1,8 @@ # Created by: mbr@FreeBSD.org PORTNAME= open-vm-tools -PORTVERSION= 11.2.5 +PORTVERSION= 11.3.0 DISTVERSIONPREFIX= stable- -PORTEPOCH= 2 CATEGORIES= emulators MAINTAINER= garga@FreeBSD.org @@ -12,7 +11,7 @@ COMMENT= Open VMware tools for FreeBSD VMware guests ${${FLAVOR}_COMMENT} LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 aarch64 LIB_DEPENDS= libdnet.so:net/libdnet \ libmspack.so:archivers/libmspack diff --git a/emulators/open-vm-tools/distinfo b/emulators/open-vm-tools/distinfo index 9fa4e21..681285d 100644 --- a/emulators/open-vm-tools/distinfo +++ b/emulators/open-vm-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616595096 -SHA256 (vmware-open-vm-tools-stable-11.2.5_GH0.tar.gz) = 7c31bb8ef70a0e32b81cde6550cae390a53108e4abb28bb539b0ab5b9e4fc188 -SIZE (vmware-open-vm-tools-stable-11.2.5_GH0.tar.gz) = 2717724 +TIMESTAMP = 1628913857 +SHA256 (vmware-open-vm-tools-stable-11.3.0_GH0.tar.gz) = 588f1b6252c36bc55581aa3451a47880290f38ef46aad493710bcf4ce3c7635e +SIZE (vmware-open-vm-tools-stable-11.3.0_GH0.tar.gz) = 2865165 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 6e3e401..0000000 --- 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 7d90d26..0000000 --- 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"