mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
emulators/open-vm-tools: Update to 12.5.0
While here, fix build with llvm 19 [1] PR: 282277, 282476 [1] Submitted by: dim [1] Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
131972fa41
commit
e291bf88f7
@ -1,5 +1,5 @@
|
||||
PORTNAME= open-vm-tools
|
||||
PORTVERSION= 12.4.5
|
||||
PORTVERSION= 12.5.0
|
||||
DISTVERSIONPREFIX= stable-
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= emulators
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1728389715
|
||||
SHA256 (vmware-open-vm-tools-stable-12.4.5_GH0.tar.gz) = 1e36b41ddb7a2672158842297a08115ff8369bb8f6b80c9df144a22cb5f28550
|
||||
SIZE (vmware-open-vm-tools-stable-12.4.5_GH0.tar.gz) = 2992872
|
||||
TIMESTAMP = 1730460386
|
||||
SHA256 (vmware-open-vm-tools-stable-12.5.0_GH0.tar.gz) = a52182c7e6b5df41bb317625e9d8592ecdb9db814d1c2c9b7cdb91a77f8c0640
|
||||
SIZE (vmware-open-vm-tools-stable-12.5.0_GH0.tar.gz) = 3001944
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- lib/guestApp/guestApp.c.orig 2018-07-13 18:54:23 UTC
|
||||
--- lib/guestApp/guestApp.c.orig 2024-10-10 15:05:07 UTC
|
||||
+++ lib/guestApp/guestApp.c
|
||||
@@ -63,7 +63,7 @@
|
||||
@@ -65,7 +65,7 @@
|
||||
#elif defined __APPLE__
|
||||
# define GUESTAPP_TOOLS_INSTALL_PATH "/Library/Application Support/VMware Tools"
|
||||
#else
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- lib/procMgr/procMgrPosix.c.orig 2023-07-18 17:10:48 UTC
|
||||
--- lib/procMgr/procMgrPosix.c.orig 2024-10-10 15:05:07 UTC
|
||||
+++ lib/procMgr/procMgrPosix.c
|
||||
@@ -58,6 +58,8 @@
|
||||
@@ -59,6 +59,8 @@
|
||||
#include <limits.h>
|
||||
#include <paths.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- services/plugins/dndcp/stringxx/string.hh.orig 2024-11-05 17:51:28 UTC
|
||||
+++ services/plugins/dndcp/stringxx/string.hh
|
||||
@@ -87,7 +87,7 @@ typedef std::string utf8string;
|
||||
* to replace the std::string in our codebase.
|
||||
*/
|
||||
typedef std::string utf8string;
|
||||
-typedef std::basic_string<utf16_t> utf16string;
|
||||
+typedef std::u16string utf16string;
|
||||
|
||||
class VMSTRING_EXPORT string
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
--- services/vmtoolsd/Makefile.am.orig 2023-03-07 22:57:07 UTC
|
||||
--- services/vmtoolsd/Makefile.am.orig 2024-10-10 15:05:07 UTC
|
||||
+++ services/vmtoolsd/Makefile.am
|
||||
@@ -79,7 +79,7 @@ install-exec-hook:
|
||||
@@ -81,7 +81,7 @@ install-exec-hook:
|
||||
@INSTVMSG@ vmtoolsd $(srcdir)/l10n $(DESTDIR)$(datadir)
|
||||
|
||||
install-exec-hook:
|
||||
|
Loading…
Reference in New Issue
Block a user