pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/open-vm-tools Fix build problem on NetBSD 6.1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ec01917bfe23
branches: trunk
changeset: 364629:ec01917bfe23
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jul 02 09:17:56 2017 +0000
description:
Fix build problem on NetBSD 6.1_STABLE.
diffstat:
sysutils/open-vm-tools/distinfo | 3 +-
sysutils/open-vm-tools/patches/patch-lib_include_vm__basic__types.h | 15 ++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r 968dc4f1bf57 -r ec01917bfe23 sysutils/open-vm-tools/distinfo
--- a/sysutils/open-vm-tools/distinfo Sun Jul 02 09:15:32 2017 +0000
+++ b/sysutils/open-vm-tools/distinfo Sun Jul 02 09:17:56 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2017/06/23 18:25:12 kamil Exp $
+$NetBSD: distinfo,v 1.23 2017/07/02 09:17:56 taca Exp $
SHA1 (open-vm-tools-10.1.5-5055683.tar.gz) = 6de8e774cd61dde304c6e93a34b4fcdaefb12fc9
RMD160 (open-vm-tools-10.1.5-5055683.tar.gz) = 54b39bc8ef20bbd948a7a50b0aa2e3b4f28c7477
@@ -36,6 +36,7 @@
SHA1 (patch-lib_hgfsHelper_hgfsHelperPosix.c) = 9299f0a781d11689b04223a1dfd1c4725912f863
SHA1 (patch-lib_hgfsUri_hgfsUriPosix.c) = f98eab5cb5885a9c2e258bf072b24d8806b20fd4
SHA1 (patch-lib_include_sigPosixRegs.h) = 634e12414f004671c1b2855764970e5d16ef4ef8
+SHA1 (patch-lib_include_vm__basic__types.h) = 4dfefc05e2bba336593c74ddac7a4583afa3053a
SHA1 (patch-lib_include_vmblock__user.h) = 05ed8a0cdd481b759643ea47e27ef6e223a835d8
SHA1 (patch-lib_include_vmci__sockets.h) = fba82038daf87a08f04ddd541281122f0047e968
SHA1 (patch-lib_lock_ulSema.c) = 6908d4b453cbdb74100c9419da95a07db532c624
diff -r 968dc4f1bf57 -r ec01917bfe23 sysutils/open-vm-tools/patches/patch-lib_include_vm__basic__types.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/open-vm-tools/patches/patch-lib_include_vm__basic__types.h Sun Jul 02 09:17:56 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_include_vm__basic__types.h,v 1.1 2017/07/02 09:17:56 taca Exp $
+
+Fix build on NetBSD 6.
+
+--- lib/include/vm_basic_types.h.orig 2017-02-11 10:06:44.000000000 +0000
++++ lib/include/vm_basic_types.h
+@@ -79,7 +79,7 @@
+
+ /* STRICT ANSI means the Xserver build and X defines Bool differently. */
+ #if !defined(_XTYPEDEF_BOOL) && \
+- (!defined(__STRICT_ANSI__) || defined(__FreeBSD__) || defined(__MINGW32__))
++ (!defined(__STRICT_ANSI__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__MINGW32__))
+ #define _XTYPEDEF_BOOL
+ typedef char Bool;
+ #endif
Home |
Main Index |
Thread Index |
Old Index