pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb-git: Drop local patch; committed upstream
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Wed Sep 21 00:38:08 2016 +0200
Changeset: b8c9ad204dc5581036041dfd7c234e6e6b6b1407
Modified Files:
lldb-git/distinfo
Removed Files:
lldb-git/patches/patch-source_Host_netbsd_Host.cpp
Log Message:
lldb-git: Drop local patch; committed upstream
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b8c9ad204dc5581036041dfd7c234e6e6b6b1407
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lldb-git/distinfo | 1 -
lldb-git/patches/patch-source_Host_netbsd_Host.cpp | 13 -------------
2 files changed, 14 deletions(-)
diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index fd4974e..a4de524 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -12,7 +12,6 @@ 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
deleted file mode 100644
index 1c5b007..0000000
--- a/lldb-git/patches/patch-source_Host_netbsd_Host.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$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