diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lldb/Makefile | 5 | ||||
-rw-r--r-- | devel/lldb/PLIST | 48 | ||||
-rw-r--r-- | devel/lldb/PLIST.Darwin | 3 | ||||
-rw-r--r-- | devel/lldb/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/lldb/distinfo | 14 | ||||
-rw-r--r-- | devel/lldb/patches/patch-cmake_modules_LLDBStandalone.cmake | 8 | ||||
-rw-r--r-- | devel/lldb/patches/patch-source_API_CMakeLists.txt | 12 | ||||
-rw-r--r-- | devel/polly/Makefile | 4 | ||||
-rw-r--r-- | devel/polly/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/polly/distinfo | 10 |
10 files changed, 55 insertions, 57 deletions
diff --git a/devel/lldb/Makefile b/devel/lldb/Makefile index ed2cd661290..8c4e56e883c 100644 --- a/devel/lldb/Makefile +++ b/devel/lldb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2019/04/25 07:32:48 maya Exp $ +# $NetBSD: Makefile,v 1.21 2019/06/02 08:35:55 adam Exp $ -DISTNAME= lldb-7.0.1.src +DISTNAME= lldb-8.0.0.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 1 CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz diff --git a/devel/lldb/PLIST b/devel/lldb/PLIST index 0d9df372868..339c4d711d4 100644 --- a/devel/lldb/PLIST +++ b/devel/lldb/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.9 2018/12/09 20:04:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2019/06/02 08:35:55 adam Exp $ bin/lldb bin/lldb-argdumper bin/lldb-mi bin/lldb-server bin/lldb-test +bin/lldb-vscode include/lldb/API/LLDB.h include/lldb/API/SBAddress.h include/lldb/API/SBAttachInfo.h @@ -29,6 +30,7 @@ include/lldb/API/SBFileSpecList.h include/lldb/API/SBFrame.h include/lldb/API/SBFunction.h include/lldb/API/SBHostOS.h +include/lldb/API/SBInitializerOptions.h include/lldb/API/SBInstruction.h include/lldb/API/SBInstructionList.h include/lldb/API/SBLanguageRuntime.h @@ -85,6 +87,7 @@ include/lldb/Breakpoint/BreakpointResolverAddress.h include/lldb/Breakpoint/BreakpointResolverFileLine.h include/lldb/Breakpoint/BreakpointResolverFileRegex.h include/lldb/Breakpoint/BreakpointResolverName.h +include/lldb/Breakpoint/BreakpointResolverScripted.h include/lldb/Breakpoint/BreakpointSite.h include/lldb/Breakpoint/BreakpointSiteList.h include/lldb/Breakpoint/Stoppoint.h @@ -99,7 +102,6 @@ include/lldb/Core/AddressResolver.h include/lldb/Core/AddressResolverFileLine.h include/lldb/Core/AddressResolverName.h include/lldb/Core/Architecture.h -include/lldb/Core/Broadcaster.h include/lldb/Core/ClangForward.h include/lldb/Core/Communication.h include/lldb/Core/Debugger.h @@ -107,13 +109,12 @@ include/lldb/Core/Disassembler.h include/lldb/Core/DumpDataExtractor.h include/lldb/Core/DumpRegisterValue.h include/lldb/Core/EmulateInstruction.h -include/lldb/Core/Event.h include/lldb/Core/FileLineResolver.h include/lldb/Core/FileSpecList.h include/lldb/Core/FormatEntity.h +include/lldb/Core/Highlighter.h include/lldb/Core/IOHandler.h include/lldb/Core/IOStreamMacros.h -include/lldb/Core/Listener.h include/lldb/Core/LoadedModuleInfoList.h include/lldb/Core/Mangled.h include/lldb/Core/MappedHash.h @@ -125,13 +126,11 @@ include/lldb/Core/Opcode.h include/lldb/Core/PluginInterface.h include/lldb/Core/PluginManager.h include/lldb/Core/RangeMap.h -include/lldb/Core/RegisterValue.h +include/lldb/Core/RichManglingContext.h include/lldb/Core/STLUtils.h -include/lldb/Core/Scalar.h include/lldb/Core/SearchFilter.h include/lldb/Core/Section.h include/lldb/Core/SourceManager.h -include/lldb/Core/State.h include/lldb/Core/StreamAsynchronousIO.h include/lldb/Core/StreamBuffer.h include/lldb/Core/StreamFile.h @@ -221,10 +220,10 @@ include/lldb/Host/OptionParser.h include/lldb/Host/Pipe.h include/lldb/Host/PipeBase.h 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/SafeMachO.h include/lldb/Host/Socket.h include/lldb/Host/SocketAddress.h include/lldb/Host/StringConvert.h @@ -236,13 +235,11 @@ include/lldb/Host/Time.h include/lldb/Host/XML.h include/lldb/Host/android/HostInfoAndroid.h include/lldb/Host/common/GetOptInc.h -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/NativeThreadProtocol.h 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/HostInfoFreeBSD.h @@ -342,11 +339,8 @@ include/lldb/Symbol/DeclVendor.h include/lldb/Symbol/Declaration.h include/lldb/Symbol/FuncUnwinders.h include/lldb/Symbol/Function.h -include/lldb/Symbol/GoASTContext.h -include/lldb/Symbol/JavaASTContext.h include/lldb/Symbol/LineEntry.h include/lldb/Symbol/LineTable.h -include/lldb/Symbol/OCamlASTContext.h include/lldb/Symbol/ObjectContainer.h include/lldb/Symbol/ObjectFile.h include/lldb/Symbol/Symbol.h @@ -399,6 +393,7 @@ include/lldb/Target/SectionLoadHistory.h include/lldb/Target/SectionLoadList.h include/lldb/Target/StackFrame.h include/lldb/Target/StackFrameList.h +include/lldb/Target/StackFrameRecognizer.h include/lldb/Target/StackID.h include/lldb/Target/StopInfo.h include/lldb/Target/StructuredDataPlugin.h @@ -434,6 +429,7 @@ include/lldb/Utility/AnsiTerminal.h include/lldb/Utility/ArchSpec.h include/lldb/Utility/Args.h include/lldb/Utility/Baton.h +include/lldb/Utility/Broadcaster.h include/lldb/Utility/CleanUp.h include/lldb/Utility/CompletionRequest.h include/lldb/Utility/Connection.h @@ -443,25 +439,28 @@ 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/Environment.h -include/lldb/Utility/FastDemangle.h +include/lldb/Utility/Event.h include/lldb/Utility/FileSpec.h include/lldb/Utility/Flags.h include/lldb/Utility/IOObject.h include/lldb/Utility/Iterable.h include/lldb/Utility/JSON.h include/lldb/Utility/LLDBAssert.h +include/lldb/Utility/Listener.h include/lldb/Utility/Log.h include/lldb/Utility/Logging.h include/lldb/Utility/NameMatches.h -include/lldb/Utility/Range.h +include/lldb/Utility/Predicate.h +include/lldb/Utility/RegisterValue.h include/lldb/Utility/RegularExpression.h -include/lldb/Utility/SafeMachO.h +include/lldb/Utility/Reproducer.h +include/lldb/Utility/Scalar.h include/lldb/Utility/SelectHelper.h include/lldb/Utility/SharedCluster.h include/lldb/Utility/SharingPtr.h +include/lldb/Utility/State.h include/lldb/Utility/Status.h include/lldb/Utility/Stream.h include/lldb/Utility/StreamCallback.h @@ -496,7 +495,7 @@ include/lldb/lldb-types.h include/lldb/lldb-versioning.h lib/liblldb.so lib/liblldb.so.${PKGVERSION} -${PLIST.posix}lib/liblldb.so.7 +${PLIST.posix}lib/liblldb.so.8 lib/liblldbBase.a lib/liblldbBreakpoint.a lib/liblldbCommands.a @@ -521,9 +520,11 @@ lib/liblldbPluginABISysV_s390x.a lib/liblldbPluginABISysV_x86_64.a lib/liblldbPluginAppleObjCRuntime.a lib/liblldbPluginArchitectureArm.a +lib/liblldbPluginArchitectureMips.a lib/liblldbPluginArchitecturePPC64.a lib/liblldbPluginCPlusPlusLanguage.a lib/liblldbPluginCXXItaniumABI.a +lib/liblldbPluginClangCommon.a lib/liblldbPluginDisassemblerLLVM.a lib/liblldbPluginDynamicLoaderDarwinKernel.a lib/liblldbPluginDynamicLoaderHexagonDYLD.a @@ -532,8 +533,6 @@ lib/liblldbPluginDynamicLoaderPosixDYLD.a lib/liblldbPluginDynamicLoaderStatic.a lib/liblldbPluginDynamicLoaderWindowsDYLD.a lib/liblldbPluginExpressionParserClang.a -lib/liblldbPluginExpressionParserGo.a -lib/liblldbPluginGoLanguage.a lib/liblldbPluginInstructionARM.a lib/liblldbPluginInstructionARM64.a lib/liblldbPluginInstructionMIPS.a @@ -544,17 +543,13 @@ lib/liblldbPluginInstrumentationRuntimeMainThreadChecker.a lib/liblldbPluginInstrumentationRuntimeTSan.a lib/liblldbPluginInstrumentationRuntimeUBSan.a lib/liblldbPluginJITLoaderGDB.a -lib/liblldbPluginJavaLanguage.a -lib/liblldbPluginLanguageRuntimeGo.a -lib/liblldbPluginLanguageRuntimeJava.a lib/liblldbPluginMemoryHistoryASan.a -lib/liblldbPluginOCamlLanguage.a -lib/liblldbPluginOSGo.a lib/liblldbPluginOSPython.a lib/liblldbPluginObjCLanguage.a lib/liblldbPluginObjCPlusPlusLanguage.a lib/liblldbPluginObjectContainerBSDArchive.a lib/liblldbPluginObjectContainerMachOArchive.a +lib/liblldbPluginObjectFileBreakpad.a lib/liblldbPluginObjectFileELF.a lib/liblldbPluginObjectFileJIT.a lib/liblldbPluginObjectFileMachO.a @@ -580,7 +575,9 @@ lib/liblldbPluginRenderScriptRuntime.a lib/liblldbPluginScriptInterpreterNone.a lib/liblldbPluginScriptInterpreterPython.a lib/liblldbPluginStructuredDataDarwinLog.a +lib/liblldbPluginSymbolFileBreakpad.a lib/liblldbPluginSymbolFileDWARF.a +lib/liblldbPluginSymbolFileNativePDB.a lib/liblldbPluginSymbolFilePDB.a lib/liblldbPluginSymbolFileSymtab.a lib/liblldbPluginSymbolVendorELF.a @@ -590,6 +587,7 @@ lib/liblldbPluginUnwindAssemblyX86.a lib/liblldbSymbol.a lib/liblldbTarget.a lib/liblldbUtility.a +lib/liblldbUtilityHelpers.a ${PYSITELIB}/lldb/__init__.py ${PYSITELIB}/lldb/_lldb.so ${PYSITELIB}/lldb/embedded_interpreter.py diff --git a/devel/lldb/PLIST.Darwin b/devel/lldb/PLIST.Darwin index b9bd9f979d4..5b01f21b473 100644 --- a/devel/lldb/PLIST.Darwin +++ b/devel/lldb/PLIST.Darwin @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST.Darwin,v 1.4 2018/12/23 00:11:40 adam Exp $ +@comment $NetBSD: PLIST.Darwin,v 1.5 2019/06/02 08:35:55 adam Exp $ bin/darwin-debug +bin/debugserver lib/liblldbHostMacOSXObjCXX.a lib/liblldbPluginDynamicLoaderDarwinKernel.a lib/liblldbPluginPlatformMacOSXObjCXX.a diff --git a/devel/lldb/buildlink3.mk b/devel/lldb/buildlink3.mk index d292b88f951..59c1d364980 100644 --- a/devel/lldb/buildlink3.mk +++ b/devel/lldb/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.5 2018/12/09 20:04:39 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2019/06/02 08:35:55 adam Exp $ BUILDLINK_TREE+= lldb .if !defined(LLDB_BUILDLINK3_MK) LLDB_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.lldb+= lldb>=7.0.0 +BUILDLINK_API_DEPENDS.lldb+= lldb>=8.0.0 BUILDLINK_PKGSRCDIR.lldb?= ../../devel/lldb .include "../../devel/zlib/buildlink3.mk" diff --git a/devel/lldb/distinfo b/devel/lldb/distinfo index bea0f14cbed..f2e0ba36ab8 100644 --- a/devel/lldb/distinfo +++ b/devel/lldb/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.14 2018/12/23 00:11:40 adam Exp $ +$NetBSD: distinfo,v 1.15 2019/06/02 08:35:55 adam Exp $ -SHA1 (lldb-7.0.1.src.tar.xz) = 6286b90b2762404baee55a69a2a7e9ed0fce58a2 -RMD160 (lldb-7.0.1.src.tar.xz) = cc74fa4a201d6541cc918caee9abd683c18189b5 -SHA512 (lldb-7.0.1.src.tar.xz) = 7e98c3148ac34b42404e5aaaff91728d19e9062110a333f0bc7a62ec324fbb6d033ea44b56e144dc1e94febb2107cfb33c71bb3602c2168a6270dd807a2cc5ff -Size (lldb-7.0.1.src.tar.xz) = 19384628 bytes -SHA1 (patch-cmake_modules_LLDBStandalone.cmake) = 8f7d06a4b3a1e996af9af4affd650291c4f01fe5 +SHA1 (lldb-8.0.0.src.tar.xz) = ca188f74b4896cd243ed1c3797d27c3371185146 +RMD160 (lldb-8.0.0.src.tar.xz) = 8f48d590075479cd131874855a951450ac5a4c72 +SHA512 (lldb-8.0.0.src.tar.xz) = 5192d6d6d1759db28569de929ba8db2a80283000f1bf8453d9cf172ac85574c8eacc13f9fe64ecabea0533bfc49c0f58ea8fb29b1f4d88c065d905d553f2e60c +Size (lldb-8.0.0.src.tar.xz) = 19602332 bytes +SHA1 (patch-cmake_modules_LLDBStandalone.cmake) = 7d079e2fc74f7419a833c79ec39c51c18792443f SHA1 (patch-scripts_Python_modules_readline_readline.cpp) = 4a030226c47cf7d54ebc727e92e278c163e48bf5 -SHA1 (patch-source_API_CMakeLists.txt) = 5e78d7cc8a669cb4c5ece2479894bb18ca3cf282 +SHA1 (patch-source_API_CMakeLists.txt) = 47213a9f674c8afc03a0baecb26ef7bb0cb68925 SHA1 (patch-source_Host_CMakeLists.txt) = 5c7ae7b896aa110fe7ab21ed3616350e0958bc2a diff --git a/devel/lldb/patches/patch-cmake_modules_LLDBStandalone.cmake b/devel/lldb/patches/patch-cmake_modules_LLDBStandalone.cmake index 5a52273f0f3..8792ce4df0f 100644 --- a/devel/lldb/patches/patch-cmake_modules_LLDBStandalone.cmake +++ b/devel/lldb/patches/patch-cmake_modules_LLDBStandalone.cmake @@ -1,10 +1,10 @@ -$NetBSD: patch-cmake_modules_LLDBStandalone.cmake,v 1.2 2016/11/14 20:15:33 ryoon Exp $ +$NetBSD: patch-cmake_modules_LLDBStandalone.cmake,v 1.3 2019/06/02 08:35:55 adam Exp $ ---- cmake/modules/LLDBStandalone.cmake.orig 2016-07-15 22:46:15.000000000 +0000 +--- cmake/modules/LLDBStandalone.cmake.orig 2019-01-29 14:23:34.000000000 +0000 +++ cmake/modules/LLDBStandalone.cmake -@@ -86,7 +86,6 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR - +@@ -85,7 +85,6 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR include(AddLLVM) + include(TableGen) include(HandleLLVMOptions) - include(CheckAtomic) diff --git a/devel/lldb/patches/patch-source_API_CMakeLists.txt b/devel/lldb/patches/patch-source_API_CMakeLists.txt index d5711a7f703..4207be30d68 100644 --- a/devel/lldb/patches/patch-source_API_CMakeLists.txt +++ b/devel/lldb/patches/patch-source_API_CMakeLists.txt @@ -1,14 +1,14 @@ -$NetBSD: patch-source_API_CMakeLists.txt,v 1.1 2018/12/23 00:14:08 adam Exp $ +$NetBSD: patch-source_API_CMakeLists.txt,v 1.2 2019/06/02 08:35:55 adam Exp $ Fix finding libxml2's includes. ---- source/API/CMakeLists.txt.orig 2018-12-22 21:06:11.000000000 +0000 +--- source/API/CMakeLists.txt.orig 2019-01-04 12:47:02.000000000 +0000 +++ source/API/CMakeLists.txt -@@ -4,6 +4,10 @@ endif() +@@ -9,6 +9,10 @@ if(NOT LLDB_DISABLE_PYTHON) + set(lldb_python_wrapper ${lldb_scripts_dir}/LLDBWrapPython.cpp) + endif() - get_property(LLDB_ALL_PLUGINS GLOBAL PROPERTY LLDB_PLUGINS) - -+if (LIBXML2_FOUND) ++if(LIBXML2_FOUND) + include_directories(SYSTEM ${LIBXML2_INCLUDE_DIR}) +endif() + diff --git a/devel/polly/Makefile b/devel/polly/Makefile index 7944f7f86ac..1359bbc5ca8 100644 --- a/devel/polly/Makefile +++ b/devel/polly/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2018/12/23 00:11:40 adam Exp $ +# $NetBSD: Makefile,v 1.13 2019/06/02 08:35:55 adam Exp $ -DISTNAME= polly-7.0.1.src +DISTNAME= polly-8.0.0.src PKGNAME= ${DISTNAME:S/.src//} CATEGORIES= devel MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/ diff --git a/devel/polly/buildlink3.mk b/devel/polly/buildlink3.mk index 92b8fac5c46..67a3fa45449 100644 --- a/devel/polly/buildlink3.mk +++ b/devel/polly/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.4 2018/12/09 20:04:39 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2019/06/02 08:35:55 adam Exp $ BUILDLINK_TREE+= polly .if !defined(POLLY_BUILDLINK3_MK) POLLY_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.polly+= polly>=7.0.0 +BUILDLINK_API_DEPENDS.polly+= polly>=8.0.0 BUILDLINK_PKGSRCDIR.polly?= ../../devel/polly .include "../../lang/llvm/buildlink3.mk" diff --git a/devel/polly/distinfo b/devel/polly/distinfo index 8f436bc1ed6..17196df56f4 100644 --- a/devel/polly/distinfo +++ b/devel/polly/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2018/12/23 00:11:40 adam Exp $ +$NetBSD: distinfo,v 1.13 2019/06/02 08:35:55 adam Exp $ -SHA1 (polly-7.0.1.src.tar.xz) = 7c750261090168a4a219ab823cfbe76f0938850f -RMD160 (polly-7.0.1.src.tar.xz) = f1968870c6069bdc22b660eac4a1de4ca580cddd -SHA512 (polly-7.0.1.src.tar.xz) = 3cfdbf6109f25319a7389ab2530b5cd5b884c02ca9d28d390be2ceed9d0ed155d66812662b123b36bbec0627ce90e8e38956bc3b2be915e7c05ee5355deadd73 -Size (polly-7.0.1.src.tar.xz) = 8755168 bytes +SHA1 (polly-8.0.0.src.tar.xz) = ca34b2be7c362844db089f0114af11333c2ebfcb +RMD160 (polly-8.0.0.src.tar.xz) = ed2a61a4cf5431792b0b02d31cc973bdb0fcb676 +SHA512 (polly-8.0.0.src.tar.xz) = f16bc2303467fdd2ec84f7953c18d9123b95ec7882d9e9a419179421ef52f17ad93a58edff58d20251bac09dbf2bf22a996bf18e3d8bf21d5b603ff9f4d80508 +Size (polly-8.0.0.src.tar.xz) = 8706068 bytes SHA1 (patch-CMakeLists.txt) = 8138e11f858f23e0069c8fa0c07eff2b7aaf8c43 SHA1 (patch-lib_External_isl_configure) = 97c83ab1d2f83e60ab39b41cf055c18074167e66 |