pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
virtualbox-svn: Fix include/iprt/string.h
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Aug 7 04:22:20 2016 +0200
Changeset: 0e6fc62d9f17f3c237ed1c9ef8e7ffbf5147b049
Modified Files:
virtualbox-svn/Makefile
virtualbox-svn/distinfo
Added Files:
virtualbox-svn/patches/patch-include_iprt_string.h
Log Message:
virtualbox-svn: Fix include/iprt/string.h
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0e6fc62d9f17f3c237ed1c9ef8e7ffbf5147b049
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
virtualbox-svn/Makefile | 3 +++
virtualbox-svn/distinfo | 1 +
virtualbox-svn/patches/patch-include_iprt_string.h | 18 ++++++++++++++++++
3 files changed, 22 insertions(+)
diffs:
diff --git a/virtualbox-svn/Makefile b/virtualbox-svn/Makefile
index e5063dd..a266742 100644
--- a/virtualbox-svn/Makefile
+++ b/virtualbox-svn/Makefile
@@ -79,6 +79,9 @@ CONFIGURE_ARGS+= --with-python-linkextraset=${COMPILER_RPATH_FLAG}${PREFIX}/lib
CONFIGURE_ARGS+= --with-makeself=${PREFIX}/bin/makeself
.endif
+# Temporary option to get headless build functional first
+CONFIGURE_ARGS+= --build-headless
+
pre-configure:
${RUN} ${ECHO} "VBOX_GCC_OPT=${CXXFLAGS}" >> ${WRKSRC}/LocalConfig.kmk
${RUN} ${ECHO} "VBOX_WITH_ORIGIN:=" >> ${WRKSRC}/LocalConfig.kmk
diff --git a/virtualbox-svn/distinfo b/virtualbox-svn/distinfo
index 6049966..7f7c1ff 100644
--- a/virtualbox-svn/distinfo
+++ b/virtualbox-svn/distinfo
@@ -5,6 +5,7 @@ RMD160 (VirtualBox-5.0.16.tar.bz2) = 6d7a5d6cae5367d26a015895c09294ff0282d062
SHA512 (VirtualBox-5.0.16.tar.bz2) = 3da3a227360fb50d299e99770378f65e8cb99525377343fa8faff2360be66643d46f68323d6a8b8d4d26182082f171bb35ab2497167bf6df18827a5ea7742074
Size (VirtualBox-5.0.16.tar.bz2) = 111062984 bytes
SHA1 (patch-configure) = 32a205a07cacf12300cd718131153d7a601e48c1
+SHA1 (patch-include_iprt_string.h) = 14a1b41e8a75140f1493d9f78213a5d8df56cab6
SHA1 (patch-src_VBox_Installer_darwin_VirtualBox_postflight) = d073de54d5de4f61e154003e8e2acc039b6e059b
SHA1 (patch-src_VBox_Installer_darwin_VirtualBox_preflight) = f24f7d6dd449e6ad664b8e5a8f5861dd7e0f13e8
SHA1 (patch-src_VBox_VMM_testcase_mkdsk.sh) = d949a78be396466636aa2c8d92e6ecf76725f336
diff --git a/virtualbox-svn/patches/patch-include_iprt_string.h b/virtualbox-svn/patches/patch-include_iprt_string.h
new file mode 100644
index 0000000..813830e
--- /dev/null
+++ b/virtualbox-svn/patches/patch-include_iprt_string.h
@@ -0,0 +1,18 @@
+$NetBSD$
+
+--- include/iprt/string.h.orig 2016-08-05 16:05:01.000000000 +0000
++++ include/iprt/string.h
+@@ -113,7 +113,7 @@ char *strpbrk(const char *pszStr, const
+ RT_C_DECLS_END
+ #endif
+
+-#if (!defined(RT_OS_LINUX) || !defined(_GNU_SOURCE)) && !defined(RT_OS_FREEBSD)
++#if (!defined(RT_OS_LINUX) || !defined(_GNU_SOURCE)) && !defined(RT_OS_FREEBSD) && !defined(RT_OS_NETBSD)
+ RT_C_DECLS_BEGIN
+ void *memrchr(const char *pv, int ch, size_t cb);
+ RT_C_DECLS_END
+@@ -3043,4 +3043,3 @@ RTDECL(uint32_t) RTStrHash1ExNV(size_
+ RT_C_DECLS_END
+
+ #endif
+-
Home |
Main Index |
Thread Index |
Old Index