pkgsrc-WIP-changes archive

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

lldb-git: Add patch to unbreak the build



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 00:27:08 2016 +0200
Changeset:	a064e4bc7f33cef82db400dd9bd5f09e77444371

Modified Files:
	lldb-git/PLIST
	lldb-git/distinfo
Added Files:
	lldb-git/patches/patch-source_Host_netbsd_Host.cpp

Log Message:
lldb-git: Add patch to unbreak the build

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

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

diffstat:
 lldb-git/PLIST                                     |  6 ------
 lldb-git/distinfo                                  |  1 +
 lldb-git/patches/patch-source_Host_netbsd_Host.cpp | 13 +++++++++++++
 3 files changed, 14 insertions(+), 6 deletions(-)

diffs:
diff --git a/lldb-git/PLIST b/lldb-git/PLIST
index 7c5ab15..6649edc 100644
--- a/lldb-git/PLIST
+++ b/lldb-git/PLIST
@@ -482,16 +482,10 @@ include/lldb/Utility/SafeMachO.h
 include/lldb/Utility/SelectHelper.h
 include/lldb/Utility/SharedCluster.h
 include/lldb/Utility/SharingPtr.h
-include/lldb/Utility/StdStringExtractor.h
 include/lldb/Utility/StringExtractor.h
 include/lldb/Utility/StringLexer.h
 include/lldb/Utility/TaskPool.h
 include/lldb/Utility/Utils.h
-include/lldb/Utility/regcclass.h
-include/lldb/Utility/regcname.h
-include/lldb/Utility/regex2.h
-include/lldb/Utility/regex_impl.h
-include/lldb/Utility/regutils.h
 include/lldb/lldb-defines.h
 include/lldb/lldb-enumerations.h
 include/lldb/lldb-forward.h
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index a4de524..fd4974e 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -12,6 +12,7 @@ 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_netbsd_Host.cpp) = 8fe5644a9b565114b33ba1e9e0325708ba6b27f7
 SHA1 (patch-tools_lldb-mi_MICmnBase.cpp) = 851c82ac61e1241018755fbd7236af00379ac986
 SHA1 (patch-tools_lldb-mi_MICmnBase.h) = f550d5e10bcf02fb46472733acdbb820791f22e5
 SHA1 (patch-tools_lldb-mi_MIDriver.cpp) = bf1b5399e82bcfe54d6d852f64ed155328f2064d
diff --git a/lldb-git/patches/patch-source_Host_netbsd_Host.cpp b/lldb-git/patches/patch-source_Host_netbsd_Host.cpp
new file mode 100644
index 0000000..1c5b007
--- /dev/null
+++ b/lldb-git/patches/patch-source_Host_netbsd_Host.cpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- source/Host/netbsd/Host.cpp.orig	2016-09-10 17:36:23.000000000 +0000
++++ source/Host/netbsd/Host.cpp
+@@ -110,7 +110,7 @@ static bool GetNetBSDProcessArgs(const P
+     if (!cstr)
+       break;
+ 
+-    proc_args.AppendArgument(cstr);
++    proc_args.AppendArgument(llvm::StringRef(cstr));
+   }
+ 
+   return true;


Home | Main Index | Thread Index | Old Index