pkgsrc-WIP-changes archive

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

lldb: pkgsrc prefers readline/readline.h in place of editline/readline.h



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Mar 28 06:02:05 2016 +0200
Changeset:	8c785de66dc20998d2c74c9c9d9c37218d341306

Modified Files:
	lldb/distinfo
Added Files:
	lldb/patches/patch-scripts_Python_modules_readline_readline.cpp

Log Message:
lldb: pkgsrc prefers readline/readline.h in place of editline/readline.h

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

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

diffstat:
 lldb/distinfo                                               |  1 +
 .../patch-scripts_Python_modules_readline_readline.cpp      | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/lldb/distinfo b/lldb/distinfo
index dcd7b25..a4a9b88 100644
--- a/lldb/distinfo
+++ b/lldb/distinfo
@@ -13,6 +13,7 @@ SHA1 (patch-include_lldb_Utility_regex__impl.h) = 4d99669a756bd662ae28abc8cefe6e
 SHA1 (patch-include_lldb_Utility_regutils.h) = ea36409f8cd05dcf9b81144cbc136abc5fc3a190
 SHA1 (patch-scripts_CMakeLists.txt) = 07043853b1a923aa8fcb9124b79453eca21c01fb
 SHA1 (patch-scripts_Python_finishSwigPythonLLDB.py) = e2ad536cf12cea251b2a2117091b970e3081fad6
+SHA1 (patch-scripts_Python_modules_readline_readline.cpp) = 4a030226c47cf7d54ebc727e92e278c163e48bf5
 SHA1 (patch-source_Utility_CMakeLists.txt) = 5b10fe94d76135d8d5ba31862066841394dd45c1
 SHA1 (patch-source_Utility_regcomp.c) = bd315000773bab38b6fe6d119420afbcb5b83a59
 SHA1 (patch-source_Utility_regerror.c) = 6bbf8dc3f12e64515d166a475452f3f08d849ad3
diff --git a/lldb/patches/patch-scripts_Python_modules_readline_readline.cpp b/lldb/patches/patch-scripts_Python_modules_readline_readline.cpp
new file mode 100644
index 0000000..487024b
--- /dev/null
+++ b/lldb/patches/patch-scripts_Python_modules_readline_readline.cpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- scripts/Python/modules/readline/readline.cpp.orig	2015-10-19 01:16:17.000000000 +0000
++++ scripts/Python/modules/readline/readline.cpp
+@@ -6,7 +6,7 @@
+ #include <stdio.h>
+ 
+ #ifndef LLDB_DISABLE_LIBEDIT
+-#include <editline/readline.h>
++#include <readline/readline.h>
+ #endif
+ 
+ // Simple implementation of the Python readline module using libedit.


Home | Main Index | Thread Index | Old Index