summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-19 22:45:27 +0000
committerwiz <wiz@pkgsrc.org>2017-02-19 22:45:27 +0000
commit5d2018ab9076c7774aec9f24ebd4f2a38dd55cad (patch)
tree0409e456f8dcc750c9f1d0860ca5da8d245ad5d1 /sysutils
parent1a85dcae88581bf9ed6c03fa8fe293215e1e0d3c (diff)
downloadpkgsrc-5d2018ab9076c7774aec9f24ebd4f2a38dd55cad.tar.gz
Include sys/stat.h on NetBSD as well, to provide struct stat.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/open-vm-tools/distinfo3
-rw-r--r--sysutils/open-vm-tools/patches/patch-services_plugins_vix_vixTools.c15
2 files changed, 17 insertions, 1 deletions
diff --git a/sysutils/open-vm-tools/distinfo b/sysutils/open-vm-tools/distinfo
index 3091023031c..88aadccd873 100644
--- a/sysutils/open-vm-tools/distinfo
+++ b/sysutils/open-vm-tools/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2016/12/23 04:11:03 ryoon Exp $
+$NetBSD: distinfo,v 1.20 2017/02/19 22:45:27 wiz Exp $
SHA1 (open-vm-tools-10.1.0-4449150.tar.gz) = ed888568783eb8720d862314fee05c16b2381481
RMD160 (open-vm-tools-10.1.0-4449150.tar.gz) = f18840f835ec030f72c55713fd7140396253aae5
@@ -49,6 +49,7 @@ SHA1 (patch-scripts_Makefile.am) = 5238c5cabf1125f9cd334349e5f67f1b7a568428
SHA1 (patch-scripts_netbsd_network) = 0bb7e6f71fa811e1c789a4d0825b4bd0181fb2cf
SHA1 (patch-services_plugins_dndcp_dnd_dndLinux.c) = 61acce40961ac82b48e055c159efd0c3b7a8899c
SHA1 (patch-services_plugins_timeSync_Makefile.am) = c92d64573e7c5718e955d32991c8951ea2408d43
+SHA1 (patch-services_plugins_vix_vixTools.c) = a7e9df7fde7997315ef0ea77c50bbf1d410a2d9d
SHA1 (patch-services_vmtoolsd_Makefile.am) = 8a34599f5bd9722333de1ecf741a27a0636104c5
SHA1 (patch-vgauth_common_VGAuthLog.c) = 9beacc4665fb6133059279be2594892ebb6ba5d9
SHA1 (patch-vgauth_lib_common.c) = 0d949bc3c4a00a92f89177e4f20ef2f848f78532
diff --git a/sysutils/open-vm-tools/patches/patch-services_plugins_vix_vixTools.c b/sysutils/open-vm-tools/patches/patch-services_plugins_vix_vixTools.c
new file mode 100644
index 00000000000..823c1306b6c
--- /dev/null
+++ b/sysutils/open-vm-tools/patches/patch-services_plugins_vix_vixTools.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-services_plugins_vix_vixTools.c,v 1.1 2017/02/19 22:45:27 wiz Exp $
+
+Include header for struct stat.
+
+--- services/plugins/vix/vixTools.c.orig 2016-09-29 10:07:22.000000000 +0000
++++ services/plugins/vix/vixTools.c
+@@ -66,7 +66,7 @@
+ #include <unistd.h>
+ #endif
+
+-#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__)
++#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__)
+ #include <sys/stat.h>
+ #endif
+