View | Details | Raw Unified | Return to bug 256282
Collapse All | Expand All

(-)b/emulators/open-vm-tools/Makefile (-3 / +2 lines)
Lines 1-9 Link Here
1
# Created by: mbr@FreeBSD.org
1
# Created by: mbr@FreeBSD.org
2
2
3
PORTNAME=	open-vm-tools
3
PORTNAME=	open-vm-tools
4
PORTVERSION=	11.2.5
4
PORTVERSION=	11.3.0
5
DISTVERSIONPREFIX=	stable-
5
DISTVERSIONPREFIX=	stable-
6
PORTEPOCH=	2
7
CATEGORIES=	emulators
6
CATEGORIES=	emulators
8
7
9
MAINTAINER=	garga@FreeBSD.org
8
MAINTAINER=	garga@FreeBSD.org
Lines 12-18 COMMENT= Open VMware tools for FreeBSD VMware guests ${${FLAVOR}_COMMENT} Link Here
12
LICENSE=	LGPL21
11
LICENSE=	LGPL21
13
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
15
ONLY_FOR_ARCHS=	amd64 i386
14
ONLY_FOR_ARCHS=	amd64 i386 aarch64
16
15
17
LIB_DEPENDS=	libdnet.so:net/libdnet \
16
LIB_DEPENDS=	libdnet.so:net/libdnet \
18
		libmspack.so:archivers/libmspack
17
		libmspack.so:archivers/libmspack
(-)b/emulators/open-vm-tools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1616595096
1
TIMESTAMP = 1628913857
2
SHA256 (vmware-open-vm-tools-stable-11.2.5_GH0.tar.gz) = 7c31bb8ef70a0e32b81cde6550cae390a53108e4abb28bb539b0ab5b9e4fc188
2
SHA256 (vmware-open-vm-tools-stable-11.3.0_GH0.tar.gz) = 588f1b6252c36bc55581aa3451a47880290f38ef46aad493710bcf4ce3c7635e
3
SIZE (vmware-open-vm-tools-stable-11.2.5_GH0.tar.gz) = 2717724
3
SIZE (vmware-open-vm-tools-stable-11.3.0_GH0.tar.gz) = 2865165
(-)a/emulators/open-vm-tools/files/patch-lib_include_tracer.hh (-12 lines)
Removed Link Here
1
--- lib/include/tracer.hh.orig	2021-08-03 01:45:08 UTC
2
+++ lib/include/tracer.hh
3
@@ -28,9 +28,7 @@
4
 
5
 #include "vm_basic_defs.h"
6
 
7
-extern "C" {
8
 #include "glib.h"
9
-}
10
 
11
 
12
 #ifdef VMX86_DEVEL
(-)a/emulators/open-vm-tools/files/patch-services_plugins_dndcp_dndGuest_dndCPTransportGuestRpc.hpp (-16 lines)
Removed Link Here
1
--- services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp.orig	2021-08-03 01:43:48 UTC
2
+++ services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp
3
@@ -31,13 +31,11 @@
4
 
5
 #include "dnd.h"
6
 
7
-extern "C" {
8
 #ifdef VMX86_TOOLS
9
    #include "vmware/tools/guestrpc.h"
10
 #else
11
    #include "guest_rpc.h"
12
 #endif
13
-}
14
 
15
 #define GUEST_RPC_CMD_STR_DND "dnd.transport"
16
 #define GUEST_RPC_CMD_STR_CP  "copypaste.transport"

Return to bug 256282