summaryrefslogtreecommitdiff
path: root/sysutils/open-vm-tools/patches/patch-ag
diff options
context:
space:
mode:
authorscottr <scottr@pkgsrc.org>2008-08-31 06:36:47 +0000
committerscottr <scottr@pkgsrc.org>2008-08-31 06:36:47 +0000
commit8e053ee7cbe7ca88f5f7497012c7b5e067fdb341 (patch)
treead70d02044d266efd42987cd467f72e230ab63dc /sysutils/open-vm-tools/patches/patch-ag
parentdb126d9af2e923010a3c1d14227f5350fe7c703c (diff)
downloadpkgsrc-8e053ee7cbe7ca88f5f7497012c7b5e067fdb341.tar.gz
Update to version 2008.08.08-109361. This release provides the following
enhancements: - Simple command-line tools to interface with VMware host - Guest OS scripts that can be triggered by the VMware host - Startup script When compiled with X11 support (the default), this release also provides: - GTK+-based GUI to configure time sync, device connections, and scripts - Helper application to interface with the xf86-video-vmware driver, enabling dynamic screen resize
Diffstat (limited to 'sysutils/open-vm-tools/patches/patch-ag')
-rw-r--r--sysutils/open-vm-tools/patches/patch-ag67
1 files changed, 11 insertions, 56 deletions
diff --git a/sysutils/open-vm-tools/patches/patch-ag b/sysutils/open-vm-tools/patches/patch-ag
index 59500494afd..73350d5f3e5 100644
--- a/sysutils/open-vm-tools/patches/patch-ag
+++ b/sysutils/open-vm-tools/patches/patch-ag
@@ -1,58 +1,13 @@
-$NetBSD: patch-ag,v 1.1.1.1 2007/10/17 21:35:53 agc Exp $
+$NetBSD: patch-ag,v 1.2 2008/08/31 06:36:47 scottr Exp $
---- lib/file/filePosix.c 2007/09/28 19:06:00 1.1
-+++ lib/file/filePosix.c 2007/09/28 19:07:57
-@@ -24,7 +24,7 @@
-
- #include <sys/types.h> /* Needed before sys/vfs.h with glibc 2.0 --hpreg */
-
--#if !__FreeBSD__
-+#if !__FreeBSD__ && !__NetBSD__
- # if !__APPLE__
- # include <sys/vfs.h>
- # endif
-@@ -64,7 +64,7 @@
- #include "dynbuf.h"
- #include "localconfig.h"
-
--#if !defined(__FreeBSD__) && !defined(sun)
-+#if !defined(__FreeBSD__) && !defined(sun) && !defined(__NetBSD__)
- static char *FilePosixLookupFSDeviceName(const char *filename);
-
- # ifdef VMX86_SERVER
-@@ -382,7 +382,7 @@
- *----------------------------------------------------------------------
+--- lib/dynxdr/dynxdr.c.orig 2008-08-08 02:01:53.000000000 -0500
++++ lib/dynxdr/dynxdr.c
+@@ -54,7 +54,7 @@ typedef struct DynXdrData {
+ * Mac OS X, FreeBSD and Solaris don't take a const parameter to the
+ * "x_getpostn" function.
*/
-
--#if !defined(__FreeBSD__) && !defined(sun)
-+#if !defined(__FreeBSD__) && !defined(sun) && !defined(__NetBSD__)
- Bool
- File_IsRemote(const char *fileName) // IN: File name
- {
-@@ -412,7 +412,7 @@
- #endif
- #endif
- }
--#endif /* !FreeBSD && !sun */
-+#endif /* !FreeBSD && !sun && !__NetBSD__ */
-
-
- /*
-@@ -698,7 +698,7 @@
- }
-
-
--#if !defined(__FreeBSD__) && !defined(sun)
-+#if !defined(__FreeBSD__) && !defined(sun) && !defined(__NetBSD__)
- /*
- *----------------------------------------------------------------------
- *
-@@ -1368,7 +1368,7 @@
- }
-
-
--#endif /* !FreeBSD && !sun */
-+#endif /* !FreeBSD && !sun && !defined(__NetBSD__) */
-
-
- /*
+-#if defined(__APPLE__) || defined(__FreeBSD__) || defined(sun)
++#if defined(__APPLE__) || defined(__FreeBSD__) || defined(sun) | defined(__NetBSD__)
+ # define DYNXDR_GETPOS_CONST
+ #else
+ # define DYNXDR_GETPOS_CONST const