pkgsrc-WIP-changes archive

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

llvm-netbsd: clang-netbsd: lldb-netbsd: Update to SVN r. 301591



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Apr 28 02:31:07 2017 +0200
Changeset:	78dd6d4254bc7a7d53752f15305a175104eb8eb9

Modified Files:
	clang-netbsd/Makefile.common
	lldb-netbsd/Makefile
	lldb-netbsd/distinfo
	llvm-netbsd/PLIST
Added Files:
	lldb-netbsd/patches/patch-source_Host_common_MainLoop.cpp
	lldb-netbsd/patches/patch-source_Host_common_TCPSocket.cpp

Log Message:
llvm-netbsd: clang-netbsd: lldb-netbsd: Update to SVN r. 301591

This commit finished update to SVN r. 301591.

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=78dd6d4254bc7a7d53752f15305a175104eb8eb9

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

diffstat:
 clang-netbsd/Makefile.common                               |  2 +-
 lldb-netbsd/Makefile                                       |  2 +-
 lldb-netbsd/distinfo                                       |  2 ++
 lldb-netbsd/patches/patch-source_Host_common_MainLoop.cpp  | 13 +++++++++++++
 lldb-netbsd/patches/patch-source_Host_common_TCPSocket.cpp | 13 +++++++++++++
 llvm-netbsd/PLIST                                          |  1 +
 6 files changed, 31 insertions(+), 2 deletions(-)

diffs:
diff --git a/clang-netbsd/Makefile.common b/clang-netbsd/Makefile.common
index 48b0bd887d..7711fc2f96 100644
--- a/clang-netbsd/Makefile.common
+++ b/clang-netbsd/Makefile.common
@@ -6,7 +6,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	clang
 SVN_REPO.clang=		http://llvm.org/svn/llvm-project/cfe/trunk
-SVN_REVISION.clang=	300853
+SVN_REVISION.clang=	301591
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://clang.llvm.org/
diff --git a/lldb-netbsd/Makefile b/lldb-netbsd/Makefile
index 447590098a..096dfff565 100644
--- a/lldb-netbsd/Makefile
+++ b/lldb-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	lldb
 SVN_REPO.lldb=		http://llvm.org/svn/llvm-project/lldb/trunk
-SVN_REVISION.lldb=	300853
+SVN_REVISION.lldb=	301591
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://lldb.org/
diff --git a/lldb-netbsd/distinfo b/lldb-netbsd/distinfo
index 76a1acaa15..6a8fbd21a7 100644
--- a/lldb-netbsd/distinfo
+++ b/lldb-netbsd/distinfo
@@ -12,6 +12,8 @@ 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_common_MainLoop.cpp) = 02b81a6db85fae6d0ec5491a24565f6514e3b459
+SHA1 (patch-source_Host_common_TCPSocket.cpp) = 7d3d37faf1e1c58337b4b03f176dc6e0f2113a2a
 SHA1 (patch-source_Plugins_ObjectFile_ELF_ObjectFileELF.cpp) = 76d47d654951d36dc493611dfa636c1dcff0c3af
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp) = 366114a3b5edf766668ae2d309bf77757329ae50
 SHA1 (patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.h) = 0dbad0c386c14eec866f469deb9b49e689391891
diff --git a/lldb-netbsd/patches/patch-source_Host_common_MainLoop.cpp b/lldb-netbsd/patches/patch-source_Host_common_MainLoop.cpp
new file mode 100644
index 0000000000..ab10cd58a3
--- /dev/null
+++ b/lldb-netbsd/patches/patch-source_Host_common_MainLoop.cpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- source/Host/common/MainLoop.cpp.orig	2017-04-28 00:03:39.974675144 +0000
++++ source/Host/common/MainLoop.cpp
+@@ -7,7 +7,7 @@
+ //
+ //===----------------------------------------------------------------------===//
+ 
+-#include "llvm/Config/config.h"
++#include "llvm/Config/llvm-config.h"
+ 
+ #include "lldb/Host/MainLoop.h"
+ #include "lldb/Utility/Error.h"
diff --git a/lldb-netbsd/patches/patch-source_Host_common_TCPSocket.cpp b/lldb-netbsd/patches/patch-source_Host_common_TCPSocket.cpp
new file mode 100644
index 0000000000..3519322f0d
--- /dev/null
+++ b/lldb-netbsd/patches/patch-source_Host_common_TCPSocket.cpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- source/Host/common/TCPSocket.cpp.orig	2017-04-28 00:03:39.975954647 +0000
++++ source/Host/common/TCPSocket.cpp
+@@ -17,7 +17,7 @@
+ #include "lldb/Host/MainLoop.h"
+ #include "lldb/Utility/Log.h"
+ 
+-#include "llvm/Config/config.h"
++#include "llvm/Config/llvm-config.h"
+ #include "llvm/Support/raw_ostream.h"
+ 
+ #ifndef LLDB_DISABLE_POSIX
diff --git a/llvm-netbsd/PLIST b/llvm-netbsd/PLIST
index fe620b3576..852ac8621f 100644
--- a/llvm-netbsd/PLIST
+++ b/llvm-netbsd/PLIST
@@ -13,6 +13,7 @@ bin/llvm-c-test
 bin/llvm-cat
 bin/llvm-config
 bin/llvm-cov
+bin/llvm-cvtres
 bin/llvm-cxxdump
 bin/llvm-cxxfilt
 bin/llvm-diff


Home | Main Index | Thread Index | Old Index