pkgsrc-WIP-changes archive

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

lldb-netbsd: Add URL with upstream LLVM's SVN commits



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jan 28 22:51:55 2017 +0100
Changeset:	7b8362be817241def2d9aa91aaaf45d096ce2566

Modified Files:
	lldb-netbsd/TODO

Log Message:
lldb-netbsd: Add URL with upstream LLVM's SVN commits

Reference:
 - switch resolution of pid -> path to executable from /proc to sysctl(7)
 - recognize Real-Time Signals (SIGRTMIN-SIGRTMAX)

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 lldb-netbsd/TODO | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/lldb-netbsd/TODO b/lldb-netbsd/TODO
index 09be7f3..b6c8c60 100644
--- a/lldb-netbsd/TODO
+++ b/lldb-netbsd/TODO
@@ -31,9 +31,11 @@ Done:
  - switch resolution of pid -> path to executable from /proc to sysctl(7)
    https://reviews.llvm.org/D29089
    committed as SVN revision 293392
+   http://llvm.org/viewvc/llvm-project/?view=rev&revision=293392
  - recognize Real-Time Signals (SIGRTMIN-SIGRTMAX)
    https://reviews.llvm.org/D29091
    committed as SVN revision 293391
+   http://llvm.org/viewvc/llvm-project/?view=rev&revision=293391
 
 TODO:
  - fix conflict with system-wide py-six


Home | Main Index | Thread Index | Old Index