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.301604
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Apr 28 21:23:14 2017 +0200
Changeset: caf814a929b3ed51354549ed7dcf426978206a92
Modified Files:
clang-netbsd/Makefile.common
clang-netbsd/PLIST
lldb-netbsd/Makefile
lldb-netbsd/distinfo
llvm-netbsd/Makefile
Removed 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.301604
This revision incorporates patches for standalone build of LLDB.
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=caf814a929b3ed51354549ed7dcf426978206a92
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 +-
clang-netbsd/PLIST | 1 +
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/Makefile | 2 +-
7 files changed, 4 insertions(+), 31 deletions(-)
diffs:
diff --git a/clang-netbsd/Makefile.common b/clang-netbsd/Makefile.common
index 7711fc2f96..1e06f699c5 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= 301591
+SVN_REVISION.clang= 301604
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://clang.llvm.org/
diff --git a/clang-netbsd/PLIST b/clang-netbsd/PLIST
index fd1c9a30ba..b206d94451 100644
--- a/clang-netbsd/PLIST
+++ b/clang-netbsd/PLIST
@@ -27,6 +27,7 @@ include/clang/AST/ASTFwd.h
include/clang/AST/ASTImporter.h
include/clang/AST/ASTLambda.h
include/clang/AST/ASTMutationListener.h
+include/clang/AST/ASTStructuralEquivalence.h
include/clang/AST/ASTTypeTraits.h
include/clang/AST/ASTUnresolvedSet.h
include/clang/AST/ASTVector.h
diff --git a/lldb-netbsd/Makefile b/lldb-netbsd/Makefile
index 096dfff565..5a386a54be 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= 301591
+SVN_REVISION.lldb= 301604
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://lldb.org/
diff --git a/lldb-netbsd/distinfo b/lldb-netbsd/distinfo
index 6a8fbd21a7..76a1acaa15 100644
--- a/lldb-netbsd/distinfo
+++ b/lldb-netbsd/distinfo
@@ -12,8 +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_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
deleted file mode 100644
index ab10cd58a3..0000000000
--- a/lldb-netbsd/patches/patch-source_Host_common_MainLoop.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$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
deleted file mode 100644
index 3519322f0d..0000000000
--- a/lldb-netbsd/patches/patch-source_Host_common_TCPSocket.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$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/Makefile b/llvm-netbsd/Makefile
index 939dd61fd1..a6c4fe71bc 100644
--- a/llvm-netbsd/Makefile
+++ b/llvm-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= lang devel
SVN_REPOSITORIES= llvm
SVN_REPO.llvm= http://llvm.org/svn/llvm-project/llvm/trunk
-SVN_REVISION.llvm= 301591
+SVN_REVISION.llvm= 301604
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://llvm.org/
Home |
Main Index |
Thread Index |
Old Index