pkgsrc-WIP-changes archive

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

clang-netbsd: Upgrade to 298810 and sync PLIST



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Mar 26 21:35:10 2017 +0200
Changeset:	865ca70ea283e72b83112abff62904d15be563f6

Modified Files:
	lldb-netbsd/Makefile
	lldb-netbsd/PLIST

Log Message:
clang-netbsd: Upgrade to 298810 and sync PLIST

This gets OpenBSD support that interferes with local NetBSD patches.

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=865ca70ea283e72b83112abff62904d15be563f6

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

diffstat:
 lldb-netbsd/Makefile |  2 +-
 lldb-netbsd/PLIST    | 61 +++++++++++++++++++++++++++-------------------------
 2 files changed, 33 insertions(+), 30 deletions(-)

diffs:
diff --git a/lldb-netbsd/Makefile b/lldb-netbsd/Makefile
index 0c97f09584..51fcf06db9 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=	298524
+SVN_REVISION.lldb=	298810
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://lldb.org/
diff --git a/lldb-netbsd/PLIST b/lldb-netbsd/PLIST
index c1047f6ee4..fc31f714fb 100644
--- a/lldb-netbsd/PLIST
+++ b/lldb-netbsd/PLIST
@@ -94,32 +94,22 @@ include/lldb/Core/AddressResolver.h
 include/lldb/Core/AddressResolverFileLine.h
 include/lldb/Core/AddressResolverName.h
 include/lldb/Core/ArchSpec.h
-include/lldb/Core/Baton.h
 include/lldb/Core/Broadcaster.h
 include/lldb/Core/ClangForward.h
 include/lldb/Core/Communication.h
 include/lldb/Core/Connection.h
-include/lldb/Core/DataBuffer.h
-include/lldb/Core/DataBufferHeap.h
-include/lldb/Core/DataBufferMemoryMap.h
-include/lldb/Core/DataEncoder.h
-include/lldb/Core/DataExtractor.h
 include/lldb/Core/Debugger.h
 include/lldb/Core/Disassembler.h
+include/lldb/Core/DumpDataExtractor.h
 include/lldb/Core/EmulateInstruction.h
 include/lldb/Core/Event.h
-include/lldb/Core/FastDemangle.h
 include/lldb/Core/FileLineResolver.h
 include/lldb/Core/FileSpecList.h
-include/lldb/Core/Flags.h
 include/lldb/Core/FormatEntity.h
-include/lldb/Core/History.h
 include/lldb/Core/IOHandler.h
 include/lldb/Core/IOStreamMacros.h
 include/lldb/Core/Listener.h
 include/lldb/Core/LoadedModuleInfoList.h
-include/lldb/Core/Log.h
-include/lldb/Core/Logging.h
 include/lldb/Core/Mangled.h
 include/lldb/Core/MappedHash.h
 include/lldb/Core/Module.h
@@ -139,10 +129,7 @@ include/lldb/Core/SourceManager.h
 include/lldb/Core/State.h
 include/lldb/Core/StreamAsynchronousIO.h
 include/lldb/Core/StreamBuffer.h
-include/lldb/Core/StreamCallback.h
 include/lldb/Core/StreamFile.h
-include/lldb/Core/StreamGDBRemote.h
-include/lldb/Core/StringList.h
 include/lldb/Core/StructuredData.h
 include/lldb/Core/ThreadSafeDenseMap.h
 include/lldb/Core/ThreadSafeDenseSet.h
@@ -150,11 +137,8 @@ include/lldb/Core/ThreadSafeSTLMap.h
 include/lldb/Core/ThreadSafeSTLVector.h
 include/lldb/Core/ThreadSafeValue.h
 include/lldb/Core/Timer.h
-include/lldb/Core/UUID.h
 include/lldb/Core/UniqueCStringMap.h
-include/lldb/Core/UserID.h
 include/lldb/Core/UserSettingsController.h
-include/lldb/Core/VMRange.h
 include/lldb/Core/Value.h
 include/lldb/Core/ValueObject.h
 include/lldb/Core/ValueObjectCast.h
@@ -210,10 +194,8 @@ include/lldb/Host/Config.h
 include/lldb/Host/ConnectionFileDescriptor.h
 include/lldb/Host/Debug.h
 include/lldb/Host/Editline.h
-include/lldb/Host/Endian.h
 include/lldb/Host/File.h
 include/lldb/Host/FileCache.h
-include/lldb/Host/FileSpec.h
 include/lldb/Host/FileSystem.h
 include/lldb/Host/Host.h
 include/lldb/Host/HostGetOpt.h
@@ -239,12 +221,12 @@ include/lldb/Host/PosixApi.h
 include/lldb/Host/Predicate.h
 include/lldb/Host/ProcessLauncher.h
 include/lldb/Host/ProcessRunLock.h
+include/lldb/Host/PseudoTerminal.h
 include/lldb/Host/Socket.h
 include/lldb/Host/SocketAddress.h
 include/lldb/Host/StringConvert.h
 include/lldb/Host/Symbols.h
 include/lldb/Host/Terminal.h
-include/lldb/Host/ThisThread.h
 include/lldb/Host/ThreadLauncher.h
 include/lldb/Host/Time.h
 include/lldb/Host/XML.h
@@ -255,7 +237,6 @@ include/lldb/Host/common/NativeBreakpoint.h
 include/lldb/Host/common/NativeBreakpointList.h
 include/lldb/Host/common/NativeProcessProtocol.h
 include/lldb/Host/common/NativeRegisterContext.h
-include/lldb/Host/common/NativeRegisterContextRegisterInfo.h
 include/lldb/Host/common/NativeThreadProtocol.h
 include/lldb/Host/common/NativeWatchpointList.h
 include/lldb/Host/common/SoftwareBreakpoint.h
@@ -263,13 +244,11 @@ 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/freebsd/HostThreadFreeBSD.h
 include/lldb/Host/linux/AbstractSocket.h
 include/lldb/Host/linux/Config.h
 include/lldb/Host/linux/HostInfoLinux.h
-include/lldb/Host/linux/HostThreadLinux.h
-include/lldb/Host/linux/ProcessLauncherLinux.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
@@ -278,7 +257,8 @@ 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/netbsd/HostThreadNetBSD.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
 include/lldb/Host/posix/Fcntl.h
@@ -406,6 +386,7 @@ include/lldb/Target/LanguageRuntime.h
 include/lldb/Target/Memory.h
 include/lldb/Target/MemoryHistory.h
 include/lldb/Target/MemoryRegionInfo.h
+include/lldb/Target/ModuleCache.h
 include/lldb/Target/ObjCLanguageRuntime.h
 include/lldb/Target/OperatingSystem.h
 include/lldb/Target/PathMappingList.h
@@ -413,11 +394,13 @@ include/lldb/Target/Platform.h
 include/lldb/Target/Process.h
 include/lldb/Target/ProcessInfo.h
 include/lldb/Target/ProcessLaunchInfo.h
+include/lldb/Target/ProcessStructReader.h
 include/lldb/Target/Queue.h
 include/lldb/Target/QueueItem.h
 include/lldb/Target/QueueList.h
 include/lldb/Target/RegisterCheckpoint.h
 include/lldb/Target/RegisterContext.h
+include/lldb/Target/RegisterNumber.h
 include/lldb/Target/SectionLoadHistory.h
 include/lldb/Target/SectionLoadList.h
 include/lldb/Target/StackFrame.h
@@ -454,30 +437,49 @@ include/lldb/Target/UnixSignals.h
 include/lldb/Target/Unwind.h
 include/lldb/Target/UnwindAssembly.h
 include/lldb/Utility/AnsiTerminal.h
+include/lldb/Utility/Baton.h
 include/lldb/Utility/CleanUp.h
 include/lldb/Utility/ConstString.h
+include/lldb/Utility/DataBuffer.h
+include/lldb/Utility/DataBufferHeap.h
+include/lldb/Utility/DataBufferLLVM.h
+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
+include/lldb/Utility/History.h
 include/lldb/Utility/Iterable.h
 include/lldb/Utility/JSON.h
 include/lldb/Utility/LLDBAssert.h
+include/lldb/Utility/Log.h
+include/lldb/Utility/Logging.h
 include/lldb/Utility/NameMatches.h
-include/lldb/Utility/ProcessStructReader.h
-include/lldb/Utility/PseudoTerminal.h
 include/lldb/Utility/Range.h
-include/lldb/Utility/RegisterNumber.h
 include/lldb/Utility/RegularExpression.h
 include/lldb/Utility/SafeMachO.h
 include/lldb/Utility/SelectHelper.h
 include/lldb/Utility/SharedCluster.h
 include/lldb/Utility/SharingPtr.h
 include/lldb/Utility/Stream.h
+include/lldb/Utility/StreamCallback.h
+include/lldb/Utility/StreamGDBRemote.h
 include/lldb/Utility/StreamString.h
 include/lldb/Utility/StreamTee.h
 include/lldb/Utility/StringExtractor.h
 include/lldb/Utility/StringLexer.h
+include/lldb/Utility/StringList.h
 include/lldb/Utility/TaskPool.h
+include/lldb/Utility/TildeExpressionResolver.h
 include/lldb/Utility/Timeout.h
+include/lldb/Utility/UUID.h
+include/lldb/Utility/UriParser.h
+include/lldb/Utility/UserID.h
+include/lldb/Utility/VASPrintf.h
+include/lldb/Utility/VMRange.h
 include/lldb/lldb-defines.h
 include/lldb/lldb-enumerations.h
 include/lldb/lldb-forward.h
@@ -556,11 +558,11 @@ lib/liblldbPluginPlatformKalimba.a
 lib/liblldbPluginPlatformLinux.a
 lib/liblldbPluginPlatformMacOSX.a
 lib/liblldbPluginPlatformNetBSD.a
+lib/liblldbPluginPlatformOpenBSD.a
 lib/liblldbPluginPlatformPOSIX.a
 lib/liblldbPluginPlatformWindows.a
 lib/liblldbPluginProcessElfCore.a
 lib/liblldbPluginProcessGDBRemote.a
-lib/liblldbPluginProcessMachCore.a
 lib/liblldbPluginProcessMinidump.a
 lib/liblldbPluginProcessNetBSD.a
 lib/liblldbPluginProcessPOSIX.a
@@ -579,6 +581,7 @@ lib/liblldbPluginUnwindAssemblyX86.a
 lib/liblldbSymbol.a
 lib/liblldbTarget.a
 lib/liblldbUtility.a
+lib/liblldbUtilityMocks.a
 ${PYSITELIB}/lldb/__init__.py
 ${PYSITELIB}/lldb/_lldb.so
 ${PYSITELIB}/lldb/embedded_interpreter.py


Home | Main Index | Thread Index | Old Index