pkgsrc-WIP-changes archive

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

llvm-netbsd: lld-netbsd: clang-netbsd: clang-netbsd: Update to SVN r. 303743



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed May 24 18:18:16 2017 +0200
Changeset:	ea4c19d6331bdcb8350846705a3cae8c7d62f2ac

Modified Files:
	clang-netbsd/Makefile.common
	clang-netbsd/PLIST
	lld-netbsd/Makefile
	lldb-netbsd/Makefile
	lldb-netbsd/PLIST
	llvm-netbsd/Makefile

Log Message:
llvm-netbsd: lld-netbsd: clang-netbsd: clang-netbsd: Update to SVN r. 303743

Catch up after recent changes. Finish rebasing patches to make the
toolchain build again.

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=ea4c19d6331bdcb8350846705a3cae8c7d62f2ac

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 +
 lld-netbsd/Makefile          |  2 +-
 lldb-netbsd/Makefile         |  2 +-
 lldb-netbsd/PLIST            | 17 +++++++----------
 llvm-netbsd/Makefile         |  2 +-
 6 files changed, 12 insertions(+), 14 deletions(-)

diffs:
diff --git a/clang-netbsd/Makefile.common b/clang-netbsd/Makefile.common
index 1cd26a26f7..343552155f 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=	303635
+SVN_REVISION.clang=	303743
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://clang.llvm.org/
diff --git a/clang-netbsd/PLIST b/clang-netbsd/PLIST
index b0df23c520..c2423e9d1e 100644
--- a/clang-netbsd/PLIST
+++ b/clang-netbsd/PLIST
@@ -612,6 +612,7 @@ lib/libclangSerialization.a
 lib/libclangTooling.a
 lib/libclangToolingCore.a
 lib/libclangToolingRefactor.a
+share/clang/bash-autocomplete.sh
 share/clang/clang-format-bbedit.applescript
 share/clang/clang-format-diff.py
 share/clang/clang-format-sublime.py
diff --git a/lld-netbsd/Makefile b/lld-netbsd/Makefile
index de0705b1ca..f41eee815d 100644
--- a/lld-netbsd/Makefile
+++ b/lld-netbsd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	devel
 
 SVN_REPOSITORIES=	lld
 SVN_REPO.lld=		http://llvm.org/svn/llvm-project/lld/trunk
-SVN_REVISION.lld=	303635
+SVN_REVISION.lld=	303743
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://lld.llvm.org/
diff --git a/lldb-netbsd/Makefile b/lldb-netbsd/Makefile
index f924a9df63..75e0017d4e 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=	303635
+SVN_REVISION.lldb=	303743
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://lldb.org/
diff --git a/lldb-netbsd/PLIST b/lldb-netbsd/PLIST
index fc31f714fb..e65a40cf70 100644
--- a/lldb-netbsd/PLIST
+++ b/lldb-netbsd/PLIST
@@ -53,6 +53,8 @@ include/lldb/API/SBTarget.h
 include/lldb/API/SBThread.h
 include/lldb/API/SBThreadCollection.h
 include/lldb/API/SBThreadPlan.h
+include/lldb/API/SBTrace.h
+include/lldb/API/SBTraceOptions.h
 include/lldb/API/SBType.h
 include/lldb/API/SBTypeCategory.h
 include/lldb/API/SBTypeEnumMember.h
@@ -131,12 +133,14 @@ include/lldb/Core/StreamAsynchronousIO.h
 include/lldb/Core/StreamBuffer.h
 include/lldb/Core/StreamFile.h
 include/lldb/Core/StructuredData.h
+include/lldb/Core/StructuredDataImpl.h
 include/lldb/Core/ThreadSafeDenseMap.h
 include/lldb/Core/ThreadSafeDenseSet.h
 include/lldb/Core/ThreadSafeSTLMap.h
 include/lldb/Core/ThreadSafeSTLVector.h
 include/lldb/Core/ThreadSafeValue.h
 include/lldb/Core/Timer.h
+include/lldb/Core/TraceOptions.h
 include/lldb/Core/UniqueCStringMap.h
 include/lldb/Core/UserSettingsController.h
 include/lldb/Core/Value.h
@@ -230,7 +234,6 @@ include/lldb/Host/Terminal.h
 include/lldb/Host/ThreadLauncher.h
 include/lldb/Host/Time.h
 include/lldb/Host/XML.h
-include/lldb/Host/android/Config.h
 include/lldb/Host/android/HostInfoAndroid.h
 include/lldb/Host/common/GetOptInc.h
 include/lldb/Host/common/NativeBreakpoint.h
@@ -242,22 +245,15 @@ include/lldb/Host/common/NativeWatchpointList.h
 include/lldb/Host/common/SoftwareBreakpoint.h
 include/lldb/Host/common/TCPSocket.h
 include/lldb/Host/common/UDPSocket.h
-include/lldb/Host/freebsd/Config.h
 include/lldb/Host/freebsd/HostInfoFreeBSD.h
 include/lldb/Host/linux/AbstractSocket.h
-include/lldb/Host/linux/Config.h
 include/lldb/Host/linux/HostInfoLinux.h
 include/lldb/Host/linux/Ptrace.h
 include/lldb/Host/linux/Support.h
 include/lldb/Host/linux/Uio.h
-include/lldb/Host/macosx/Config.h
 include/lldb/Host/macosx/HostInfoMacOSX.h
 include/lldb/Host/macosx/HostThreadMacOSX.h
-include/lldb/Host/mingw/Config.h
-include/lldb/Host/msvc/Config.h
-include/lldb/Host/netbsd/Config.h
 include/lldb/Host/netbsd/HostInfoNetBSD.h
-include/lldb/Host/openbsd/Config.h
 include/lldb/Host/openbsd/HostInfoOpenBSD.h
 include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
 include/lldb/Host/posix/DomainSocket.h
@@ -266,7 +262,6 @@ include/lldb/Host/posix/HostInfoPosix.h
 include/lldb/Host/posix/HostProcessPosix.h
 include/lldb/Host/posix/HostThreadPosix.h
 include/lldb/Host/posix/LockFilePosix.h
-include/lldb/Host/posix/MainLoopPosix.h
 include/lldb/Host/posix/PipePosix.h
 include/lldb/Host/posix/ProcessLauncherPosix.h
 include/lldb/Host/posix/ProcessLauncherPosixFork.h
@@ -447,7 +442,6 @@ include/lldb/Utility/DataEncoder.h
 include/lldb/Utility/DataExtractor.h
 include/lldb/Utility/Either.h
 include/lldb/Utility/Endian.h
-include/lldb/Utility/Error.h
 include/lldb/Utility/FastDemangle.h
 include/lldb/Utility/FileSpec.h
 include/lldb/Utility/Flags.h
@@ -464,6 +458,7 @@ include/lldb/Utility/SafeMachO.h
 include/lldb/Utility/SelectHelper.h
 include/lldb/Utility/SharedCluster.h
 include/lldb/Utility/SharingPtr.h
+include/lldb/Utility/Status.h
 include/lldb/Utility/Stream.h
 include/lldb/Utility/StreamCallback.h
 include/lldb/Utility/StreamGDBRemote.h
@@ -599,3 +594,5 @@ ${PYSITELIB}/lldb/runtime/__init__.py
 ${PYSITELIB}/lldb/utils/__init__.py
 ${PYSITELIB}/lldb/utils/symbolication.py
 @pkgdir include/lldb/Host/windows/getopt
+@pkgdir include/lldb/Host/msvc
+@pkgdir include/lldb/Host/mingw
diff --git a/llvm-netbsd/Makefile b/llvm-netbsd/Makefile
index be61624297..ab730b58a7 100644
--- a/llvm-netbsd/Makefile
+++ b/llvm-netbsd/Makefile
@@ -18,7 +18,7 @@ CATEGORIES=	lang devel
 
 SVN_REPOSITORIES=	llvm
 SVN_REPO.llvm=		http://llvm.org/svn/llvm-project/llvm/trunk
-SVN_REVISION.llvm=	303635
+SVN_REVISION.llvm=	303743
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://llvm.org/


Home | Main Index | Thread Index | Old Index