pkgsrc-WIP-changes archive

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

lldb-git: Drop unneded patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat May 14 23:18:14 2016 +0200
Changeset:	66b4867284fb6f91efb466e93f5fe3a1b1d81193

Modified Files:
	lldb-git/distinfo
Removed Files:
	lldb-git/patches/patch-include_lldb_Host_Editline.h
	lldb-git/patches/patch-source_Host_netbsd_HostThreadNetBSD.cpp

Log Message:
lldb-git: Drop unneded patches

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

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

diffstat:
 lldb-git/distinfo                                  |  2 --
 .../patches/patch-include_lldb_Host_Editline.h     | 29 ---------------------
 .../patch-source_Host_netbsd_HostThreadNetBSD.cpp  | 30 ----------------------
 3 files changed, 61 deletions(-)

diffs:
diff --git a/lldb-git/distinfo b/lldb-git/distinfo
index 2d43f3f..ee6ae13 100644
--- a/lldb-git/distinfo
+++ b/lldb-git/distinfo
@@ -12,14 +12,12 @@ 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-include_lldb_Host_Editline.h) = c220b7adf57c18c414638d19c166930c3ae82cce
 SHA1 (patch-include_lldb_Utility_regcclass.h) = 9ed649e8deb5924feaf82a6e675f5c596367b3d6
 SHA1 (patch-include_lldb_Utility_regcname.h) = b67145f0437d3c09adc33a925d49267cd9ba4fd7
 SHA1 (patch-include_lldb_Utility_regengine.inc) = a031c43a63acab80a97cfb7727326d610d4ad9ab
 SHA1 (patch-include_lldb_Utility_regex2.h) = 822a47b1221368ec5442bfbdbc20fe4e370c1a6b
 SHA1 (patch-include_lldb_Utility_regex__impl.h) = 4d99669a756bd662ae28abc8cefe6e1538ef84b6
 SHA1 (patch-include_lldb_Utility_regutils.h) = ea36409f8cd05dcf9b81144cbc136abc5fc3a190
-SHA1 (patch-source_Host_netbsd_HostThreadNetBSD.cpp) = 23a310a2d899d1e92008f399d59d8dd0648bdccc
 SHA1 (patch-source_Plugins_Process_CMakeLists.txt) = 895b469f32c4bec510a98d34b6af3a642523d4f2
 SHA1 (patch-source_Plugins_Process_NetBSD_CMakeLists.txt) = 44ffa80b20b64f87f2f396c0b65a039b2352dc5a
 SHA1 (patch-source_Plugins_Process_NetBSD_NetBSDThread.cpp) = 6669b3fc9964a44f30ba2dd883ea5aa5cc2e5722
diff --git a/lldb-git/patches/patch-include_lldb_Host_Editline.h b/lldb-git/patches/patch-include_lldb_Host_Editline.h
deleted file mode 100644
index 7c4cc77..0000000
--- a/lldb-git/patches/patch-include_lldb_Host_Editline.h
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD$
-
---- include/lldb/Host/Editline.h.orig	2016-05-12 20:11:40.000000000 +0000
-+++ include/lldb/Host/Editline.h
-@@ -23,6 +23,15 @@
- 
- #ifndef liblldb_Editline_h_
- #define liblldb_Editline_h_
-+
-+#if defined(__NetBSD__)
-+#include <sys/param.h>
-+#if __NetBSD_Prereq__(7,99,28)
-+#define NETBSD_USE_WCHAR
-+#endif
-+#endif
-+
-+
- #if defined(__cplusplus)
- 
- #include <sstream>
-@@ -32,7 +41,7 @@
- // components needed to handle wide characters ( <codecvt>, codecvt_utf8, libedit built with '--enable-widec' )
- // are available on some platforms. The wchar_t versions of libedit functions will only be
- // used in cases where this is true.  This is a compile time dependecy, for now selected per target Platform
--#if defined (__APPLE__) || defined(__NetBSD__)
-+#if defined (__APPLE__) || defined(NETBSD_USE_WCHAR)
- #define LLDB_EDITLINE_USE_WCHAR 1
- #include <codecvt>
- #else
diff --git a/lldb-git/patches/patch-source_Host_netbsd_HostThreadNetBSD.cpp b/lldb-git/patches/patch-source_Host_netbsd_HostThreadNetBSD.cpp
deleted file mode 100644
index 7d0fc45..0000000
--- a/lldb-git/patches/patch-source_Host_netbsd_HostThreadNetBSD.cpp
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD$
-
---- source/Host/netbsd/HostThreadNetBSD.cpp.orig	2016-05-01 10:39:36.000000000 +0000
-+++ source/Host/netbsd/HostThreadNetBSD.cpp
-@@ -18,6 +18,7 @@
- #include <string.h>
- #include <sys/sysctl.h>
- #include <sys/user.h>
-+#include <lwp.h>
- 
- // C++ includes
- #include <string>
-@@ -36,7 +37,8 @@ HostThreadNetBSD::HostThreadNetBSD(lldb:
- void
- HostThreadNetBSD::SetName(lldb::thread_t thread, llvm::StringRef &name)
- {
--    ::pthread_setname_np(thread, "%s", const_cast<char*>(name.data()));
-+    ::pthread_setname_np(thread, "%s", static_cast<void*>(const_cast<char*>(name.data())));
-+    //::_lwp_setname(thread, name.data());
- }
- 
- void
-@@ -44,6 +46,7 @@ HostThreadNetBSD::GetName(lldb::thread_t
- {
-     char buf[PTHREAD_MAX_NAMELEN_NP];
-     ::pthread_getname_np(thread, buf, PTHREAD_MAX_NAMELEN_NP);
-+    //_lwp_getname(thread, buf, PTHREAD_MAX_NAMELEN_NP);
- 
-     name.clear();
-     name.append(buf, buf + strlen(buf));


Home | Main Index | Thread Index | Old Index