pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-git: Eliminate local patches - merged upstream
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Mar 23 22:48:00 2017 +0100
Changeset: 4346fa0c0739b008fb0646429cefd25ec7f9a8e8
Modified Files:
lldb-git/distinfo
Removed Files:
lldb-git/patches/patch-source_Host_common_NativeProcessProtocol.cpp
lldb-git/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt
Log Message:
lldb-git: Eliminate local patches - merged upstream
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=4346fa0c0739b008fb0646429cefd25ec7f9a8e8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lldb-git/distinfo | 2 --
.../patch-source_Host_common_NativeProcessProtocol.cpp | 13 -------------
...patch-source_Plugins_Process_gdb-remote_CMakeLists.txt | 15 ---------------
3 files changed, 30 deletions(-)
diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index 424956666c..7931384fd5 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -12,5 +12,3 @@ Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
-SHA1 (patch-source_Host_common_NativeProcessProtocol.cpp) = 6bccebe5a47f8e7087f563a202e71fbc101dd8a7
-SHA1 (patch-source_Plugins_Process_gdb-remote_CMakeLists.txt) = 0d530dbadf6fce6406d2823937045874ece402de
diff --git a/lldb-git/patches/patch-source_Host_common_NativeProcessProtocol.cpp b/lldb-git/patches/patch-source_Host_common_NativeProcessProtocol.cpp
deleted file mode 100644
index 874cbca172..0000000000
--- a/lldb-git/patches/patch-source_Host_common_NativeProcessProtocol.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- source/Host/common/NativeProcessProtocol.cpp.orig 2017-03-20 15:16:01.000000000 +0000
-+++ source/Host/common/NativeProcessProtocol.cpp
-@@ -504,7 +504,7 @@ Error NativeProcessProtocol::ResolveProc
- return Error("failed to retrieve a valid architecture from the exe module");
- }
-
--#ifndef __linux__
-+#if !defined(__linux__) && !defined(__NetBSD__)
- // These need to be implemented to support lldb-gdb-server on a given platform.
- // Stubs are
- // provided to make the rest of the code link on non-supported platforms.
diff --git a/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt b/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt
deleted file mode 100644
index a002ab9ba9..0000000000
--- a/lldb-git/patches/patch-source_Plugins_Process_gdb-remote_CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
---- source/Plugins/Process/gdb-remote/CMakeLists.txt.orig 2017-03-20 15:16:01.000000000 +0000
-+++ source/Plugins/Process/gdb-remote/CMakeLists.txt
-@@ -11,6 +11,10 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux|Andr
- list(APPEND LLDB_PLUGINS lldbPluginProcessLinux)
- endif()
-
-+if(CMAKE_SYSTEM_NAME MATCHES "NetBSD")
-+ list(APPEND LLDB_PLUGINS lldbPluginProcessNetBSD)
-+endif()
-+
- add_lldb_library(lldbPluginProcessGDBRemote PLUGIN
- GDBRemoteClientBase.cpp
- GDBRemoteCommunication.cpp
Home |
Main Index |
Thread Index |
Old Index