pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

virtualbox-svn: Push build forwards



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Aug 13 00:08:47 2016 +0200
Changeset:	326b58d3d4f8ee6da45176c7ac1b601f75386212

Modified Files:
	virtualbox-svn/distinfo
Added Files:
	virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_include_VBoxDTraceLibCWrappers.h
	virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__cc.c
	virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__options.c
	virtualbox-svn/patches/patch-src_recompiler_bswap.h
	virtualbox-svn/patches/patch-src_recompiler_fpu_softfloat-native.h

Log Message:
virtualbox-svn: Push build forwards

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=326b58d3d4f8ee6da45176c7ac1b601f75386212

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 virtualbox-svn/distinfo                            |  5 ++++
 ...cks_VBoxDTrace_include_VBoxDTraceLibCWrappers.h | 18 ++++++++++++
 ...s_VBoxDTrace_onnv_lib_libdtrace_common_dt__cc.c | 13 +++++++++
 ...xDTrace_onnv_lib_libdtrace_common_dt__options.c | 13 +++++++++
 .../patches/patch-src_recompiler_bswap.h           | 32 ++++++++++++++++++++++
 .../patch-src_recompiler_fpu_softfloat-native.h    | 12 ++++++++
 6 files changed, 93 insertions(+)

diffs:
diff --git a/virtualbox-svn/distinfo b/virtualbox-svn/distinfo
index f524648..5255f57 100644
--- a/virtualbox-svn/distinfo
+++ b/virtualbox-svn/distinfo
@@ -15,6 +15,9 @@ SHA1 (patch-src_VBox_Devices_Storage_DrvHostBase.h) = 9cdcfb390d3b3ada3e5fa6b389
 SHA1 (patch-src_VBox_Devices_Storage_DrvHostDVD.cpp) = 5ed9adc7ea7d89846332272a85fd97b19b7add7a
 SHA1 (patch-src_VBox_Devices_Storage_DrvHostFloppy.cpp) = 4c93cbebd814c870785f81a4483f3652058b25ca
 SHA1 (patch-src_VBox_Devices_Storage_DrvVD.cpp) = 18564e44251cbd8af6aca05159467b4e421239f4
+SHA1 (patch-src_VBox_ExtPacks_VBoxDTrace_include_VBoxDTraceLibCWrappers.h) = 5b8d9ab398bfa95bfce84db711c320b856efde7d
+SHA1 (patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__cc.c) = f96d1af1945812cf1e0f7c4b91b0dd4caecacb72
+SHA1 (patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__options.c) = a107b46ced20e8964951a115bae4006591fc0843
 SHA1 (patch-src_VBox_HostDrivers_Support_SUPDrvIDC.h) = df93779d885d4d661f7fbd3d2cfe02517f8ddac6
 SHA1 (patch-src_VBox_HostDrivers_Support_SUPR3HardenedMain.cpp) = 0e086dc3914c2993206cd0f6aa932f4ca5f93f00
 SHA1 (patch-src_VBox_Installer_darwin_VirtualBox_postflight) = d073de54d5de4f61e154003e8e2acc039b6e059b
@@ -29,3 +32,5 @@ SHA1 (patch-src_VBox_Runtime_r0drv_netbsd_the-netbsd-kernel.h) = 45e4d9f4a674490
 SHA1 (patch-src_VBox_VMM_testcase_mkdsk.sh) = d949a78be396466636aa2c8d92e6ecf76725f336
 SHA1 (patch-src_libs_xpcom18a4_ipc_ipcd_shared_src_ipcConfig.cpp) = 6ea4110abb786937a69bf0feddcf641d604f7fad
 SHA1 (patch-src_libs_xpcom18a4_nsprpub_pr_include_md___netbsd.h) = 4acbece0d8456f1e645380dd01dcf7a2f7810a1d
+SHA1 (patch-src_recompiler_bswap.h) = ba44512cd1a894d79dd47465cef4fa4bfe94a3e8
+SHA1 (patch-src_recompiler_fpu_softfloat-native.h) = 5683f4833b284ae567197f535b554a3eeba24733
diff --git a/virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_include_VBoxDTraceLibCWrappers.h b/virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_include_VBoxDTraceLibCWrappers.h
new file mode 100644
index 0000000..75cfdf6
--- /dev/null
+++ b/virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_include_VBoxDTraceLibCWrappers.h
@@ -0,0 +1,18 @@
+$NetBSD$
+
+--- src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h.orig	2016-08-05 16:45:20.000000000 +0000
++++ src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
+@@ -29,7 +29,7 @@
+ #else
+ # include <sys/types.h>
+ # include <limits.h>        /* Workaround for syslimit.h bug in gcc 4.8.3 on gentoo. */
+-# ifdef RT_OS_DARWIN
++# if defined(RT_OS_DARWIN) || defined(RT_OS_NETBSD)
+ #  include <sys/syslimits.h> /* PATH_MAX */
+ # elif !defined(RT_OS_SOLARIS)
+ #  include <syslimits.h>    /* PATH_MAX */
+@@ -95,4 +95,3 @@
+ #define bcmp(a_p1, a_p2, a_cb)      (memcmp(a_p1, a_p2, a_cb))
+ 
+ #endif
+-
diff --git a/virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__cc.c b/virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__cc.c
new file mode 100644
index 0000000..3a06eec
--- /dev/null
+++ b/virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__cc.c
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_cc.c.orig	2016-08-05 16:45:02.000000000 +0000
++++ src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_cc.c
+@@ -103,7 +103,7 @@
+ # else
+ #  include <unistd.h>
+ # endif
+-# if defined(RT_OS_WINDOWS) || defined(RT_OS_DARWIN)
++# if defined(RT_OS_WINDOWS) || defined(RT_OS_DARWIN) || defined(RT_OS_NETBSD)
+ #  ifdef _MSC_VER
+ #   define ftruncate64  _chsize
+ #  else
diff --git a/virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__options.c b/virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__options.c
new file mode 100644
index 0000000..9c9ae4b
--- /dev/null
+++ b/virtualbox-svn/patches/patch-src_VBox_ExtPacks_VBoxDTrace_onnv_lib_libdtrace_common_dt__options.c
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_options.c.orig	2016-08-12 18:06:11.000000000 +0000
++++ src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_options.c
+@@ -45,7 +45,7 @@
+ #  include <sys/resource.h>
+ #  include <unistd.h>
+ #  include <signal.h>
+-#  if defined(RT_OS_DARWIN)
++#  if defined(RT_OS_DARWIN) || defined(RT_OS_NETBSD)
+ #   define open64 open
+ #  endif
+ # else
diff --git a/virtualbox-svn/patches/patch-src_recompiler_bswap.h b/virtualbox-svn/patches/patch-src_recompiler_bswap.h
new file mode 100644
index 0000000..7f9c6e8
--- /dev/null
+++ b/virtualbox-svn/patches/patch-src_recompiler_bswap.h
@@ -0,0 +1,32 @@
+$NetBSD$
+
+--- src/recompiler/bswap.h.orig	2016-08-05 16:11:33.000000000 +0000
++++ src/recompiler/bswap.h
+@@ -49,6 +49,7 @@
+ 
+ #endif /* !CONFIG_BYTESWAP_H */
+ 
++#ifndef __NetBSD__
+ static inline uint16_t bswap16(uint16_t x)
+ {
+     return bswap_16(x);
+@@ -63,9 +64,11 @@ static inline uint64_t bswap64(uint64_t 
+ {
+     return bswap_64(x);
+ }
++#endif
+ 
+ #endif /* ! CONFIG_MACHINE_BSWAP_H */
+ 
++#ifndef __NetBSD__
+ static inline void bswap16s(uint16_t *s)
+ {
+     *s = bswap16(*s);
+@@ -80,6 +83,7 @@ static inline void bswap64s(uint64_t *s)
+ {
+     *s = bswap64(*s);
+ }
++#endif
+ 
+ #if defined(HOST_WORDS_BIGENDIAN)
+ #define be_bswap(v, size) (v)
diff --git a/virtualbox-svn/patches/patch-src_recompiler_fpu_softfloat-native.h b/virtualbox-svn/patches/patch-src_recompiler_fpu_softfloat-native.h
new file mode 100644
index 0000000..8df216e
--- /dev/null
+++ b/virtualbox-svn/patches/patch-src_recompiler_fpu_softfloat-native.h
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- src/recompiler/fpu/softfloat-native.h.orig	2016-08-05 16:11:17.000000000 +0000
++++ src/recompiler/fpu/softfloat-native.h
+@@ -12,6 +12,7 @@
+ 
+ #if defined(__OpenBSD__) || defined(__NetBSD__)
+ #include <sys/param.h>
++#undef PVM
+ #endif
+ 
+ /*


Home | Main Index | Thread Index | Old Index