pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-netbsd: Update to rev. 296360 and sync patches
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Feb 28 08:43:47 2017 +0100
Changeset: dd8da58fc2eb9ab0b3e0200d3c8fcea36862d184
Modified Files:
lldb-netbsd/Makefile
lldb-netbsd/distinfo
Removed Files:
lldb-netbsd/patches/patch-source_Initialization_SystemInitializerCommon.cpp
Log Message:
lldb-netbsd: Update to rev. 296360 and sync patches
Sponsored by <The NetBSD Foundation>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd8da58fc2eb9ab0b3e0200d3c8fcea36862d184
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lldb-netbsd/Makefile | 2 +-
lldb-netbsd/distinfo | 1 -
...urce_Initialization_SystemInitializerCommon.cpp | 24 ----------------------
3 files changed, 1 insertion(+), 26 deletions(-)
diffs:
diff --git a/lldb-netbsd/Makefile b/lldb-netbsd/Makefile
index 1d1f65f945..75e8f01e44 100644
--- a/lldb-netbsd/Makefile
+++ b/lldb-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= lang devel
SVN_REPOSITORIES= lldb
SVN_REPO.lldb= http://llvm.org/svn/llvm-project/lldb/trunk
-SVN_REVISION.lldb= 295922
+SVN_REVISION.lldb= 296360
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://lldb.org/
diff --git a/lldb-netbsd/distinfo b/lldb-netbsd/distinfo
index 658e286301..b53b63c4c7 100644
--- a/lldb-netbsd/distinfo
+++ b/lldb-netbsd/distinfo
@@ -20,7 +20,6 @@ SHA1 (patch-source_Host_common_NativeProcessProtocol.cpp) = 23cc7da280b2123cf020
SHA1 (patch-source_Host_netbsd_Host.cpp) = bc19754c964ea8242f6bf83ef7b3d3c4bf02c35b
SHA1 (patch-source_Host_netbsd_HostThreadNetBSD.cpp) = a1b0fbdad062309a845cfefe4469614fbbe9d20e
SHA1 (patch-source_Host_netbsd_ThisThread.cpp) = f0d32c81bc1b8fe9aeb86519ea46ba2cb16571c2
-SHA1 (patch-source_Initialization_SystemInitializerCommon.cpp) = 80c850b980fe2902f10e441df7a18f428dd1154a
SHA1 (patch-source_Plugins_Process_CMakeLists.txt) = c689ff4ec455234f8d506dc9eb8e0ed7f750d426
SHA1 (patch-source_Plugins_Process_NetBSD_CMakeLists.txt) = 483584dad2dba01dccd065435a5d75eedf11b3c6
SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp) = 5d21b95f347a5e6797d6f4c46c8f22b1c378dfd1
diff --git a/lldb-netbsd/patches/patch-source_Initialization_SystemInitializerCommon.cpp b/lldb-netbsd/patches/patch-source_Initialization_SystemInitializerCommon.cpp
deleted file mode 100644
index 0db2090ed9..0000000000
--- a/lldb-netbsd/patches/patch-source_Initialization_SystemInitializerCommon.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
---- source/Initialization/SystemInitializerCommon.cpp.orig 2016-12-17 10:30:23.000000000 +0000
-+++ source/Initialization/SystemInitializerCommon.cpp
-@@ -26,7 +26,7 @@
- #include "Plugins/ObjectFile/Mach-O/ObjectFileMachO.h"
- #endif
-
--#if defined(__linux__)
-+#if defined(__linux__) || defined(__NetBSD__)
- #include "Plugins/Process/POSIX/ProcessPOSIXLog.h"
- #endif
-
-@@ -97,6 +97,10 @@ void SystemInitializerCommon::Initialize
- static ConstString g_linux_log_name("linux");
- ProcessPOSIXLog::Initialize(g_linux_log_name);
- #endif
-+#if defined(__NetBSD__)
-+ static ConstString g_netbsd_log_name("netbsd");
-+ ProcessPOSIXLog::Initialize(g_netbsd_log_name);
-+#endif
- #if defined(_MSC_VER)
- ProcessWindowsLog::Initialize();
- #endif
Home |
Main Index |
Thread Index |
Old Index