pkgsrc-WIP-changes archive

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

lldb-git: Remove patch merged upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Nov 19 22:24:48 2015 +0100
Changeset:	31ab997d780b0eecf0516346f970e3b2b4003762

Modified Files:
	lldb-git/distinfo
Removed Files:
	lldb-git/patches/patch-source-Initialization-SystemInitializerCommon.cpp

Log Message:
lldb-git: Remove patch merged upstream

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

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

diffstat:
 lldb-git/distinfo                                    |  1 -
 ...source-Initialization-SystemInitializerCommon.cpp | 20 --------------------
 2 files changed, 21 deletions(-)

diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index 1a0004e..7931384 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -12,4 +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-Initialization-SystemInitializerCommon.cpp) = f2e7d6c9bd258496887f0f8cbf92be23a2a8ce28
diff --git a/lldb-git/patches/patch-source-Initialization-SystemInitializerCommon.cpp b/lldb-git/patches/patch-source-Initialization-SystemInitializerCommon.cpp
deleted file mode 100644
index 41302b3..0000000
--- a/lldb-git/patches/patch-source-Initialization-SystemInitializerCommon.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD$
-
---- ../llvm/tools/lldb/source/Initialization/SystemInitializerCommon.cpp.orig	2015-11-18 04:51:19.000000000 +0000
-+++ ../llvm/tools/lldb/source/Initialization/SystemInitializerCommon.cpp
-@@ -115,6 +115,7 @@ SystemInitializerCommon::Initialize()
-     DynamicLoaderWindowsDYLD::Initialize();
-     platform_freebsd::PlatformFreeBSD::Initialize();
-     platform_linux::PlatformLinux::Initialize();
-+    platform_netbsd::PlatformNetBSD::Initialize();
-     PlatformWindows::Initialize();
-     PlatformKalimba::Initialize();
-     platform_android::PlatformAndroid::Initialize();
-@@ -162,6 +163,7 @@ SystemInitializerCommon::Terminate()
-     DynamicLoaderWindowsDYLD::Terminate();
-     platform_freebsd::PlatformFreeBSD::Terminate();
-     platform_linux::PlatformLinux::Terminate();
-+    platform_netbsd::PlatformNetBSD::Terminate();
-     PlatformWindows::Terminate();
-     PlatformKalimba::Terminate();
-     platform_android::PlatformAndroid::Terminate();


Home | Main Index | Thread Index | Old Index