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 Include sys/stat.h on NetBSD as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd602073e659
branches:  trunk
changeset: 358750:bd602073e659
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 19 22:45:27 2017 +0000

description:
Include sys/stat.h on NetBSD as well, to provide struct stat.

diffstat:

 sysutils/open-vm-tools/distinfo                                      |   3 +-
 sysutils/open-vm-tools/patches/patch-services_plugins_vix_vixTools.c |  15 ++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 05ae365ac56c -r bd602073e659 sysutils/open-vm-tools/distinfo
--- a/sysutils/open-vm-tools/distinfo   Sun Feb 19 20:18:38 2017 +0000
+++ b/sysutils/open-vm-tools/distinfo   Sun Feb 19 22:45:27 2017 +0000
@@ -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_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 -r 05ae365ac56c -r bd602073e659 sysutils/open-vm-tools/patches/patch-services_plugins_vix_vixTools.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/open-vm-tools/patches/patch-services_plugins_vix_vixTools.c      Sun Feb 19 22:45:27 2017 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index