1
0
forked from ports/opt

Merge branch '3.7' into 3.8

This commit is contained in:
Juergen Daubert 2024-03-10 18:56:00 +01:00
commit c5a1cc2bb3
107 changed files with 2561 additions and 891 deletions

View File

@ -3,5 +3,5 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/ccache/
lrwxrwxrwx root/root usr/lib/ccache/clang -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang++ -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang-17 -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang-17.0 -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang-18 -> ../../bin/ccache
lrwxrwxrwx root/root usr/lib/ccache/clang-18.1 -> ../../bin/ccache

View File

@ -1,4 +1,4 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SSPexsyJ6EjJOFw54KJCdrVrrZA/LWkuRzndJsnm25T+K+tAG0n/LvC3xCnikzTcLVe1IuKcLL1u/ddLhLSdw4=
SHA256 (Pkgfile) = 6b92bdf552317184520584de6200c5e155e64974c86f09c95965f573ca6e09da
SHA256 (.footprint) = af274e8b8f362cd277bd5a3563dae2adc4442b7c30184fe621a385f8c36a1cfe
RWSE3ohX2g5d/aH6uVIVPMBlUJgxXIDxCA/IfyDp667tzOsEdshmvMm5yZmbNoDPCx2ltVokmJ+5U4CijFYeIcAM3NUHAFdHKgI=
SHA256 (Pkgfile) = 50f873b3919b5496d694e1f080ec41e5ed5c7e839268a8eae275704df1e41c74
SHA256 (.footprint) = bd1e98e32f604ad69f73fa93d6be3c68b5b385ceb44761b98e2e77cc0fc39c94

View File

@ -4,7 +4,7 @@
# Depends on: ccache clang
name=clang-ccache-bindings
version=17
version=18
release=1
source=()

View File

@ -3,5 +3,5 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/distcc/
lrwxrwxrwx root/root usr/lib/distcc/clang -> ../../bin/distcc
lrwxrwxrwx root/root usr/lib/distcc/clang++ -> ../../bin/distcc
lrwxrwxrwx root/root usr/lib/distcc/clang-17 -> ../../bin/distcc
lrwxrwxrwx root/root usr/lib/distcc/clang-17.0 -> ../../bin/distcc
lrwxrwxrwx root/root usr/lib/distcc/clang-18 -> ../../bin/distcc
lrwxrwxrwx root/root usr/lib/distcc/clang-18.1 -> ../../bin/distcc

View File

@ -1,4 +1,4 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VEHTBESmUO5qQG3ojrJJmd/jp8ijpfAOeFwgnUESz/nJwZM+an0R2+xhr+mjcmgS91HG1TMYzHPBQFwChe1cAs=
SHA256 (Pkgfile) = 5f6bf928d538d6080c6c61fcb3c19037e242782b0d7ed6be22101a5a2374a7a9
SHA256 (.footprint) = 073ab63359ba3571caa23d5e5c840cf3ec727795b04f2e7aa0cd85b6463c29ee
RWSE3ohX2g5d/R+yt3uWInvzQQ58qvYppBS+pVfLYoMcvmtK5O3wnJtjQ7FMrmW4Kt0OWVa3X9l1ozSU0kX9Szvek0jsI1+mwwY=
SHA256 (Pkgfile) = 4ce00729373163095c0764a876c6f2fb449cc7520b34c921f63b63b632981ab5
SHA256 (.footprint) = 90171c6a5b4a108b4cb497bf4f22f87d8aa64860bf1c29834051b60492ef20eb

View File

@ -4,7 +4,7 @@
# Depends on: clang distcc
name=clang-distcc-bindings
version=17
version=18
release=1
source=()

View File

@ -3,9 +3,9 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/amdgpu-arch
-rwxr-xr-x root/root usr/bin/analyze-build
-rwxr-xr-x root/root usr/bin/c-index-test
lrwxrwxrwx root/root usr/bin/clang -> clang-17
lrwxrwxrwx root/root usr/bin/clang -> clang-18
-rwxr-xr-x root/root usr/bin/clang++
-rwxr-xr-x root/root usr/bin/clang-17
-rwxr-xr-x root/root usr/bin/clang-18
-rwxr-xr-x root/root usr/bin/clang-apply-replacements
-rwxr-xr-x root/root usr/bin/clang-change-namespace
-rwxr-xr-x root/root usr/bin/clang-check
@ -123,6 +123,9 @@ drwxr-xr-x root/root usr/include/clang-tidy/bugprone/
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/BadSignalToKillThreadCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/BranchCloneCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/CastingThroughVoidCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ChainedComparisonCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ComparePointerToMemberVirtualFunctionCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/CopyConstructorInitCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/DanglingHandleCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/DynamicStaticInitializersCheck.h
@ -134,6 +137,8 @@ drwxr-xr-x root/root usr/include/clang-tidy/bugprone/
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ImplicitWideningOfMultiplicationResultCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/InaccurateEraseCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/IncDecInConditionsCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/IncorrectEnableIfCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/IncorrectRoundingsCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/InfiniteLoopCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/IntegerDivisionCheck.h
@ -144,11 +149,13 @@ drwxr-xr-x root/root usr/include/clang-tidy/bugprone/
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MisplacedWideningCastCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MoveForwardingReferenceCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MultiLevelImplicitPointerConversionCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MultipleNewInOneExpressionCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/MultipleStatementMacroCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/NoEscapeCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/NotNullTerminatedResultCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/OptionalValueConversionCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/ParentVirtualCallCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/PosixReturnCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/RedundantBranchConditionCheck.h
@ -185,6 +192,7 @@ drwxr-xr-x root/root usr/include/clang-tidy/bugprone/
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UniquePtrArrayMismatchCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnsafeFunctionsCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnusedRaiiCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UnusedReturnValueCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/bugprone/UseAfterMoveCheck.h
@ -221,6 +229,7 @@ drwxr-xr-x root/root usr/include/clang-tidy/cppcoreguidelines/
-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/MissingStdForwardCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/NoMallocCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h
@ -267,6 +276,7 @@ drwxr-xr-x root/root usr/include/clang-tidy/google/
-rw-r--r-- root/root usr/include/clang-tidy/google/UsingNamespaceDirectiveCheck.h
drwxr-xr-x root/root usr/include/clang-tidy/hicpp/
-rw-r--r-- root/root usr/include/clang-tidy/hicpp/ExceptionBaseclassCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/hicpp/IgnoredRemoveResultCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/hicpp/NoAssemblerCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/hicpp/SignedBitwiseCheck.h
@ -282,11 +292,13 @@ drwxr-xr-x root/root usr/include/clang-tidy/llvmlibc/
-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/CalleeNamespaceCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/NamespaceConstants.h
-rw-r--r-- root/root usr/include/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.h
drwxr-xr-x root/root usr/include/clang-tidy/misc/
-rw-r--r-- root/root usr/include/clang-tidy/misc/ConfusableIdentifierCheck.h
drwxr-xr-x root/root usr/include/clang-tidy/misc/ConfusableTable/
-rw-r--r-- root/root usr/include/clang-tidy/misc/ConstCorrectnessCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/misc/CoroutineHostileRAIICheck.h
-rw-r--r-- root/root usr/include/clang-tidy/misc/DefinitionsInHeadersCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/misc/HeaderIncludeCycleCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/misc/IncludeCleanerCheck.h
@ -331,6 +343,7 @@ drwxr-xr-x root/root usr/include/clang-tidy/modernize/
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UnaryStaticAssertCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseAutoCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseBoolLiteralsCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseConstraintsCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseDefaultMemberInitCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseEmplaceCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseEqualsDefaultCheck.h
@ -339,6 +352,8 @@ drwxr-xr-x root/root usr/include/clang-tidy/modernize/
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseNoexceptCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseNullptrCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseOverrideCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseStartsEndsWithCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseStdNumbersCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseStdPrintCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseTrailingReturnTypeCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/modernize/UseTransparentFunctorsCheck.h
@ -362,6 +377,7 @@ drwxr-xr-x root/root usr/include/clang-tidy/openmp/
-rw-r--r-- root/root usr/include/clang-tidy/openmp/UseDefaultNoneCheck.h
drwxr-xr-x root/root usr/include/clang-tidy/performance/
-rw-r--r-- root/root usr/include/clang-tidy/performance/AvoidEndlCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/performance/EnumSizeCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/performance/FasterStringFindCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/performance/ForRangeCopyCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/performance/ImplicitConversionInLoopCheck.h
@ -387,6 +403,8 @@ drwxr-xr-x root/root usr/include/clang-tidy/portability/
-rw-r--r-- root/root usr/include/clang-tidy/portability/StdAllocatorConstCheck.h
drwxr-xr-x root/root usr/include/clang-tidy/readability/
-rw-r--r-- root/root usr/include/clang-tidy/readability/AvoidConstParamsInDecls.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/AvoidNestedConditionalOperatorCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/AvoidReturnWithVoidValueCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/BracesAroundStatementsCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/ConstReturnTypeCheck.h
@ -414,14 +432,17 @@ drwxr-xr-x root/root usr/include/clang-tidy/readability/
-rw-r--r-- root/root usr/include/clang-tidy/readability/OperatorsRepresentationCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/QualifiedAutoCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantAccessSpecifiersCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantCastingCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantControlFlowCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantDeclarationCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantInlineSpecifierCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantMemberInitCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantPreprocessorCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantSmartptrGetCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantStringCStrCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/RedundantStringInitCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/ReferenceToConstructedTemporaryCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/SimplifyBooleanExprCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/SimplifySubscriptExprCheck.h
-rw-r--r-- root/root usr/include/clang-tidy/readability/StaticAccessedThroughInstanceCheck.h
@ -458,6 +479,10 @@ drwxr-xr-x root/root usr/include/clang-tidy/zircon/
-rw-r--r-- root/root usr/include/clang-tidy/zircon/TemporaryObjectsCheck.h
drwxr-xr-x root/root usr/include/clang/
drwxr-xr-x root/root usr/include/clang/APINotes/
-rw-r--r-- root/root usr/include/clang/APINotes/APINotesManager.h
-rw-r--r-- root/root usr/include/clang/APINotes/APINotesOptions.h
-rw-r--r-- root/root usr/include/clang/APINotes/APINotesReader.h
-rw-r--r-- root/root usr/include/clang/APINotes/APINotesWriter.h
-rw-r--r-- root/root usr/include/clang/APINotes/APINotesYAMLCompiler.h
-rw-r--r-- root/root usr/include/clang/APINotes/Types.h
drwxr-xr-x root/root usr/include/clang/ARCMigrate/
@ -465,6 +490,7 @@ drwxr-xr-x root/root usr/include/clang/ARCMigrate/
-rw-r--r-- root/root usr/include/clang/ARCMigrate/ARCMTActions.h
-rw-r--r-- root/root usr/include/clang/ARCMigrate/FileRemapper.h
drwxr-xr-x root/root usr/include/clang/AST/
-rw-r--r-- root/root usr/include/clang/AST/APNumericStorage.h
-rw-r--r-- root/root usr/include/clang/AST/APValue.h
-rw-r--r-- root/root usr/include/clang/AST/AST.h
-rw-r--r-- root/root usr/include/clang/AST/ASTConcept.h
@ -670,6 +696,7 @@ drwxr-xr-x root/root usr/include/clang/Analysis/FlowSensitive/Models/
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/NoopAnalysis.h
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/NoopLattice.h
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/RecordOps.h
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/SimplifyConstraints.h
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Solver.h
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/StorageLocation.h
-rw-r--r-- root/root usr/include/clang/Analysis/FlowSensitive/Transfer.h
@ -692,10 +719,11 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/AllDiagnostics.h
-rw-r--r-- root/root usr/include/clang/Basic/AttrHasAttributeImpl.inc
-rw-r--r-- root/root usr/include/clang/Basic/AttrKinds.h
-rw-r--r-- root/root usr/include/clang/Basic/AttrLeftSideCanPrintList.inc
-rw-r--r-- root/root usr/include/clang/Basic/AttrLeftSideMustPrintList.inc
-rw-r--r-- root/root usr/include/clang/Basic/AttrList.inc
-rw-r--r-- root/root usr/include/clang/Basic/AttrSubMatchRulesList.inc
-rw-r--r-- root/root usr/include/clang/Basic/AttrSubjectMatchRules.h
-rw-r--r-- root/root usr/include/clang/Basic/AttrTokenKinds.inc
-rw-r--r-- root/root usr/include/clang/Basic/AttributeCommonInfo.h
-rw-r--r-- root/root usr/include/clang/Basic/Attributes.h
-rw-r--r-- root/root usr/include/clang/Basic/BitmaskEnum.h
@ -712,6 +740,9 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsHexagonDep.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsHexagonMapCustomDep.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsLoongArch.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsLoongArchBase.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsLoongArchLASX.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsLoongArchLSX.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsMips.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsNEON.def
-rw-r--r-- root/root usr/include/clang/Basic/BuiltinsNVPTX.def
@ -736,6 +767,7 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/Cuda.h
-rw-r--r-- root/root usr/include/clang/Basic/CustomizableOptional.h
-rw-r--r-- root/root usr/include/clang/Basic/DarwinSDKInfo.h
-rw-r--r-- root/root usr/include/clang/Basic/DebugOptions.def
-rw-r--r-- root/root usr/include/clang/Basic/Diagnostic.h
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticAST.h
-rw-r--r-- root/root usr/include/clang/Basic/DiagnosticASTKinds.inc
@ -793,6 +825,7 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/Module.h
-rw-r--r-- root/root usr/include/clang/Basic/NoSanitizeList.h
-rw-r--r-- root/root usr/include/clang/Basic/ObjCRuntime.h
-rw-r--r-- root/root usr/include/clang/Basic/OpenACCKinds.h
-rw-r--r-- root/root usr/include/clang/Basic/OpenCLExtensionTypes.def
-rw-r--r-- root/root usr/include/clang/Basic/OpenCLExtensions.def
-rw-r--r-- root/root usr/include/clang/Basic/OpenCLImageTypes.def
@ -810,6 +843,7 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/PrettyStackTrace.h
-rw-r--r-- root/root usr/include/clang/Basic/ProfileList.h
-rw-r--r-- root/root usr/include/clang/Basic/RISCVVTypes.def
-rw-r--r-- root/root usr/include/clang/Basic/RegularKeywordAttrInfo.inc
-rw-r--r-- root/root usr/include/clang/Basic/SanitizerSpecialCaseList.h
-rw-r--r-- root/root usr/include/clang/Basic/Sanitizers.def
-rw-r--r-- root/root usr/include/clang/Basic/Sanitizers.h
@ -817,6 +851,7 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/SourceLocation.h
-rw-r--r-- root/root usr/include/clang/Basic/SourceManager.h
-rw-r--r-- root/root usr/include/clang/Basic/SourceManagerInternals.h
-rw-r--r-- root/root usr/include/clang/Basic/SourceMgrAdapter.h
-rw-r--r-- root/root usr/include/clang/Basic/Specifiers.h
-rw-r--r-- root/root usr/include/clang/Basic/Stack.h
-rw-r--r-- root/root usr/include/clang/Basic/SyncScope.h
@ -825,6 +860,7 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/TargetCXXABI.h
-rw-r--r-- root/root usr/include/clang/Basic/TargetID.h
-rw-r--r-- root/root usr/include/clang/Basic/TargetInfo.h
-rw-r--r-- root/root usr/include/clang/Basic/TargetOSMacros.def
-rw-r--r-- root/root usr/include/clang/Basic/TargetOptions.h
-rw-r--r-- root/root usr/include/clang/Basic/TemplateKinds.h
-rw-r--r-- root/root usr/include/clang/Basic/Thunk.h
@ -850,10 +886,13 @@ drwxr-xr-x root/root usr/include/clang/Basic/
-rw-r--r-- root/root usr/include/clang/Basic/arm_neon.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_builtin_cg.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_builtins.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_builtins_za_state.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_sema_rangechecks.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sme_streaming_attrs.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_builtin_cg.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_builtins.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_sema_rangechecks.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_streaming_attrs.inc
-rw-r--r-- root/root usr/include/clang/Basic/arm_sve_typeflags.inc
-rw-r--r-- root/root usr/include/clang/Basic/riscv_sifive_vector_builtin_cg.inc
-rw-r--r-- root/root usr/include/clang/Basic/riscv_sifive_vector_builtin_sema.inc
@ -964,6 +1003,7 @@ drwxr-xr-x root/root usr/include/clang/Index/
drwxr-xr-x root/root usr/include/clang/IndexSerialization/
-rw-r--r-- root/root usr/include/clang/IndexSerialization/SerializablePathCollection.h
drwxr-xr-x root/root usr/include/clang/Interpreter/
-rw-r--r-- root/root usr/include/clang/Interpreter/CodeCompletion.h
-rw-r--r-- root/root usr/include/clang/Interpreter/Interpreter.h
-rw-r--r-- root/root usr/include/clang/Interpreter/PartialTranslationUnit.h
-rw-r--r-- root/root usr/include/clang/Interpreter/Value.h
@ -1091,6 +1131,7 @@ drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Core/
drwxr-xr-x root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugSuppression.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
-rw-r--r-- root/root usr/include/clang/StaticAnalyzer/Core/Checker.h
@ -1233,219 +1274,244 @@ drwxr-xr-x root/root usr/include/clang/Tooling/Transformer/
-rw-r--r-- root/root usr/include/clang/Tooling/Transformer/Transformer.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/clang/
drwxr-xr-x root/root usr/lib/clang/17/
drwxr-xr-x root/root usr/lib/clang/17/include/
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_builtin_vars.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_cmath.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_complex_builtins.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_device_functions.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_intrinsics.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_libdevice_declares.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_math.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_math_forward_declares.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_runtime_wrapper.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_cuda_texture_intrinsics.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_hip_cmath.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_hip_libdevice_declares.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_hip_math.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_hip_runtime_wrapper.h
-rw-r--r-- root/root usr/lib/clang/17/include/__clang_hip_stdlib.h
-rw-r--r-- root/root usr/lib/clang/17/include/__stddef_max_align_t.h
-rw-r--r-- root/root usr/lib/clang/17/include/__wmmintrin_aes.h
-rw-r--r-- root/root usr/lib/clang/17/include/__wmmintrin_pclmul.h
-rw-r--r-- root/root usr/lib/clang/17/include/adxintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/altivec.h
-rw-r--r-- root/root usr/lib/clang/17/include/ammintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/amxcomplexintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/amxfp16intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/amxintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm64intr.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_acle.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_bf16.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_cde.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_cmse.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_fp16.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_mve.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_neon.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_neon_sve_bridge.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_sme_draft_spec_subject_to_change.h
-rw-r--r-- root/root usr/lib/clang/17/include/arm_sve.h
-rw-r--r-- root/root usr/lib/clang/17/include/armintr.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx2intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512bf16intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512bitalgintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512bwintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512cdintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512dqintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512erintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512fintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512fp16intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512ifmaintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512ifmavlintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512pfintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vbmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vbmiintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vbmivlintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vlbf16intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vlbitalgintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vlbwintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vlcdintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vldqintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vlfp16intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vlintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vlvbmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vlvnniintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vlvp2intersectintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vnniintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vp2intersectintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vpopcntdqintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avx512vpopcntdqvlintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avxifmaintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avxintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avxneconvertintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avxvnniint16intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avxvnniint8intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/avxvnniintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/bmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/bmiintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/builtins.h
-rw-r--r-- root/root usr/lib/clang/17/include/cet.h
-rw-r--r-- root/root usr/lib/clang/17/include/cetintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/cldemoteintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/clflushoptintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/clwbintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/clzerointrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/cmpccxaddintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/cpuid.h
-rw-r--r-- root/root usr/lib/clang/17/include/crc32intrin.h
drwxr-xr-x root/root usr/lib/clang/17/include/cuda_wrappers/
-rw-r--r-- root/root usr/lib/clang/17/include/cuda_wrappers/algorithm
drwxr-xr-x root/root usr/lib/clang/17/include/cuda_wrappers/bits/
-rw-r--r-- root/root usr/lib/clang/17/include/cuda_wrappers/bits/basic_string.h
-rw-r--r-- root/root usr/lib/clang/17/include/cuda_wrappers/bits/basic_string.tcc
-rw-r--r-- root/root usr/lib/clang/17/include/cuda_wrappers/bits/shared_ptr_base.h
-rw-r--r-- root/root usr/lib/clang/17/include/cuda_wrappers/cmath
-rw-r--r-- root/root usr/lib/clang/17/include/cuda_wrappers/complex
-rw-r--r-- root/root usr/lib/clang/17/include/cuda_wrappers/new
-rw-r--r-- root/root usr/lib/clang/17/include/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/enqcmdintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/f16cintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/float.h
-rw-r--r-- root/root usr/lib/clang/17/include/fma4intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/fmaintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/fxsrintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/gfniintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/hexagon_circ_brev_intrinsics.h
-rw-r--r-- root/root usr/lib/clang/17/include/hexagon_protos.h
-rw-r--r-- root/root usr/lib/clang/17/include/hexagon_types.h
-rw-r--r-- root/root usr/lib/clang/17/include/hresetintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/htmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/htmxlintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/hvx_hexagon_protos.h
-rw-r--r-- root/root usr/lib/clang/17/include/ia32intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/immintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/inttypes.h
-rw-r--r-- root/root usr/lib/clang/17/include/invpcidintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/iso646.h
-rw-r--r-- root/root usr/lib/clang/17/include/keylockerintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/larchintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/limits.h
drwxr-xr-x root/root usr/lib/clang/17/include/llvm_libc_wrappers/
-rw-r--r-- root/root usr/lib/clang/17/include/llvm_libc_wrappers/ctype.h
-rw-r--r-- root/root usr/lib/clang/17/include/llvm_libc_wrappers/inttypes.h
-rw-r--r-- root/root usr/lib/clang/17/include/llvm_libc_wrappers/stdio.h
-rw-r--r-- root/root usr/lib/clang/17/include/llvm_libc_wrappers/stdlib.h
-rw-r--r-- root/root usr/lib/clang/17/include/llvm_libc_wrappers/string.h
-rw-r--r-- root/root usr/lib/clang/17/include/lwpintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/lzcntintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/mm3dnow.h
-rw-r--r-- root/root usr/lib/clang/17/include/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/17/include/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/module.modulemap
-rw-r--r-- root/root usr/lib/clang/17/include/movdirintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/msa.h
-rw-r--r-- root/root usr/lib/clang/17/include/mwaitxintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/nmmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/opencl-c-base.h
-rw-r--r-- root/root usr/lib/clang/17/include/opencl-c.h
drwxr-xr-x root/root usr/lib/clang/17/include/openmp_wrappers/
-rw-r--r-- root/root usr/lib/clang/17/include/openmp_wrappers/__clang_openmp_device_functions.h
-rw-r--r-- root/root usr/lib/clang/17/include/openmp_wrappers/cmath
-rw-r--r-- root/root usr/lib/clang/17/include/openmp_wrappers/complex
-rw-r--r-- root/root usr/lib/clang/17/include/openmp_wrappers/complex.h
-rw-r--r-- root/root usr/lib/clang/17/include/openmp_wrappers/complex_cmath.h
-rw-r--r-- root/root usr/lib/clang/17/include/openmp_wrappers/math.h
-rw-r--r-- root/root usr/lib/clang/17/include/openmp_wrappers/new
-rw-r--r-- root/root usr/lib/clang/17/include/pconfigintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/pkuintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/popcntintrin.h
drwxr-xr-x root/root usr/lib/clang/17/include/ppc_wrappers/
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/bmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/bmiintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/immintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/x86gprintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/x86intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ppc_wrappers/xmmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/prfchiintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/prfchwintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/ptwriteintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/raointintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/rdpruintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/rdseedintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/riscv_ntlh.h
-rw-r--r-- root/root usr/lib/clang/17/include/riscv_vector.h
-rw-r--r-- root/root usr/lib/clang/17/include/rtmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/s390intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/serializeintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/sgxintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/sha512intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/shaintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/sifive_vector.h
-rw-r--r-- root/root usr/lib/clang/17/include/sm3intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/sm4intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/stdalign.h
-rw-r--r-- root/root usr/lib/clang/17/include/stdarg.h
-rw-r--r-- root/root usr/lib/clang/17/include/stdatomic.h
-rw-r--r-- root/root usr/lib/clang/17/include/stdbool.h
-rw-r--r-- root/root usr/lib/clang/17/include/stddef.h
-rw-r--r-- root/root usr/lib/clang/17/include/stdint.h
-rw-r--r-- root/root usr/lib/clang/17/include/stdnoreturn.h
-rw-r--r-- root/root usr/lib/clang/17/include/tbmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/tgmath.h
-rw-r--r-- root/root usr/lib/clang/17/include/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/tsxldtrkintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/uintrintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/unwind.h
-rw-r--r-- root/root usr/lib/clang/17/include/vadefs.h
-rw-r--r-- root/root usr/lib/clang/17/include/vaesintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/varargs.h
-rw-r--r-- root/root usr/lib/clang/17/include/vecintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/velintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/velintrin_approx.h
-rw-r--r-- root/root usr/lib/clang/17/include/velintrin_gen.h
-rw-r--r-- root/root usr/lib/clang/17/include/vpclmulqdqintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/waitpkgintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/wasm_simd128.h
-rw-r--r-- root/root usr/lib/clang/17/include/wbnoinvdintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/wmmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/x86gprintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/x86intrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/xmmintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/xopintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/xsavecintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/xsaveintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/xsaveoptintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/xsavesintrin.h
-rw-r--r-- root/root usr/lib/clang/17/include/xtestintrin.h
drwxr-xr-x root/root usr/lib/clang/18/
drwxr-xr-x root/root usr/lib/clang/18/include/
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_builtin_vars.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_cmath.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_complex_builtins.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_device_functions.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_intrinsics.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_libdevice_declares.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_math.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_math_forward_declares.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_runtime_wrapper.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_cuda_texture_intrinsics.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_hip_cmath.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_hip_libdevice_declares.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_hip_math.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_hip_runtime_wrapper.h
-rw-r--r-- root/root usr/lib/clang/18/include/__clang_hip_stdlib.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stdarg___gnuc_va_list.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stdarg___va_copy.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stdarg_va_arg.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stdarg_va_copy.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stdarg_va_list.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_max_align_t.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_null.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_nullptr_t.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_offsetof.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_ptrdiff_t.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_rsize_t.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_size_t.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_unreachable.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_wchar_t.h
-rw-r--r-- root/root usr/lib/clang/18/include/__stddef_wint_t.h
-rw-r--r-- root/root usr/lib/clang/18/include/__wmmintrin_aes.h
-rw-r--r-- root/root usr/lib/clang/18/include/__wmmintrin_pclmul.h
-rw-r--r-- root/root usr/lib/clang/18/include/adcintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/adxintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/altivec.h
-rw-r--r-- root/root usr/lib/clang/18/include/ammintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/amxcomplexintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/amxfp16intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/amxintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm64intr.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_acle.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_bf16.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_cde.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_cmse.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_fp16.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_mve.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_neon.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_neon_sve_bridge.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_sme.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_sve.h
-rw-r--r-- root/root usr/lib/clang/18/include/arm_vector_types.h
-rw-r--r-- root/root usr/lib/clang/18/include/armintr.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx2intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512bf16intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512bitalgintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512bwintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512cdintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512dqintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512erintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512fintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512fp16intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512ifmaintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512ifmavlintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512pfintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vbmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vbmiintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vbmivlintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vlbf16intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vlbitalgintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vlbwintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vlcdintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vldqintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vlfp16intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vlintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vlvbmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vlvnniintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vlvp2intersectintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vnniintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vp2intersectintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vpopcntdqintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avx512vpopcntdqvlintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avxifmaintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avxintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avxneconvertintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avxvnniint16intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avxvnniint8intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/avxvnniintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/bmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/bmiintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/builtins.h
-rw-r--r-- root/root usr/lib/clang/18/include/cet.h
-rw-r--r-- root/root usr/lib/clang/18/include/cetintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/cldemoteintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/clflushoptintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/clwbintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/clzerointrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/cmpccxaddintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/cpuid.h
-rw-r--r-- root/root usr/lib/clang/18/include/crc32intrin.h
drwxr-xr-x root/root usr/lib/clang/18/include/cuda_wrappers/
-rw-r--r-- root/root usr/lib/clang/18/include/cuda_wrappers/algorithm
drwxr-xr-x root/root usr/lib/clang/18/include/cuda_wrappers/bits/
-rw-r--r-- root/root usr/lib/clang/18/include/cuda_wrappers/bits/basic_string.h
-rw-r--r-- root/root usr/lib/clang/18/include/cuda_wrappers/bits/basic_string.tcc
-rw-r--r-- root/root usr/lib/clang/18/include/cuda_wrappers/bits/shared_ptr_base.h
-rw-r--r-- root/root usr/lib/clang/18/include/cuda_wrappers/cmath
-rw-r--r-- root/root usr/lib/clang/18/include/cuda_wrappers/complex
-rw-r--r-- root/root usr/lib/clang/18/include/cuda_wrappers/new
-rw-r--r-- root/root usr/lib/clang/18/include/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/enqcmdintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/f16cintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/float.h
-rw-r--r-- root/root usr/lib/clang/18/include/fma4intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/fmaintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/fxsrintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/gfniintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/hexagon_circ_brev_intrinsics.h
-rw-r--r-- root/root usr/lib/clang/18/include/hexagon_protos.h
-rw-r--r-- root/root usr/lib/clang/18/include/hexagon_types.h
-rw-r--r-- root/root usr/lib/clang/18/include/hresetintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/htmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/htmxlintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/hvx_hexagon_protos.h
-rw-r--r-- root/root usr/lib/clang/18/include/ia32intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/immintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/inttypes.h
-rw-r--r-- root/root usr/lib/clang/18/include/invpcidintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/iso646.h
-rw-r--r-- root/root usr/lib/clang/18/include/keylockerintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/larchintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/lasxintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/limits.h
drwxr-xr-x root/root usr/lib/clang/18/include/llvm_libc_wrappers/
-rw-r--r-- root/root usr/lib/clang/18/include/llvm_libc_wrappers/assert.h
-rw-r--r-- root/root usr/lib/clang/18/include/llvm_libc_wrappers/ctype.h
-rw-r--r-- root/root usr/lib/clang/18/include/llvm_libc_wrappers/inttypes.h
-rw-r--r-- root/root usr/lib/clang/18/include/llvm_libc_wrappers/stdio.h
-rw-r--r-- root/root usr/lib/clang/18/include/llvm_libc_wrappers/stdlib.h
-rw-r--r-- root/root usr/lib/clang/18/include/llvm_libc_wrappers/string.h
-rw-r--r-- root/root usr/lib/clang/18/include/llvm_libc_wrappers/time.h
-rw-r--r-- root/root usr/lib/clang/18/include/lsxintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/lwpintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/lzcntintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/mm3dnow.h
-rw-r--r-- root/root usr/lib/clang/18/include/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/18/include/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/module.modulemap
-rw-r--r-- root/root usr/lib/clang/18/include/movdirintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/msa.h
-rw-r--r-- root/root usr/lib/clang/18/include/mwaitxintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/nmmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/opencl-c-base.h
-rw-r--r-- root/root usr/lib/clang/18/include/opencl-c.h
drwxr-xr-x root/root usr/lib/clang/18/include/openmp_wrappers/
-rw-r--r-- root/root usr/lib/clang/18/include/openmp_wrappers/__clang_openmp_device_functions.h
-rw-r--r-- root/root usr/lib/clang/18/include/openmp_wrappers/cmath
-rw-r--r-- root/root usr/lib/clang/18/include/openmp_wrappers/complex
-rw-r--r-- root/root usr/lib/clang/18/include/openmp_wrappers/complex.h
-rw-r--r-- root/root usr/lib/clang/18/include/openmp_wrappers/complex_cmath.h
-rw-r--r-- root/root usr/lib/clang/18/include/openmp_wrappers/math.h
-rw-r--r-- root/root usr/lib/clang/18/include/openmp_wrappers/new
-rw-r--r-- root/root usr/lib/clang/18/include/pconfigintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/pkuintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/popcntintrin.h
drwxr-xr-x root/root usr/lib/clang/18/include/ppc_wrappers/
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/bmi2intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/bmiintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/emmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/immintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/mm_malloc.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/mmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/nmmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/pmmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/x86gprintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/x86intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ppc_wrappers/xmmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/prfchiintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/prfchwintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/ptwriteintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/raointintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/rdpruintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/rdseedintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/riscv_bitmanip.h
-rw-r--r-- root/root usr/lib/clang/18/include/riscv_crypto.h
-rw-r--r-- root/root usr/lib/clang/18/include/riscv_ntlh.h
-rw-r--r-- root/root usr/lib/clang/18/include/riscv_vector.h
-rw-r--r-- root/root usr/lib/clang/18/include/rtmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/s390intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/serializeintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/sgxintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/sha512intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/shaintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/sifive_vector.h
-rw-r--r-- root/root usr/lib/clang/18/include/sm3intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/sm4intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/smmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/stdalign.h
-rw-r--r-- root/root usr/lib/clang/18/include/stdarg.h
-rw-r--r-- root/root usr/lib/clang/18/include/stdatomic.h
-rw-r--r-- root/root usr/lib/clang/18/include/stdbool.h
-rw-r--r-- root/root usr/lib/clang/18/include/stdckdint.h
-rw-r--r-- root/root usr/lib/clang/18/include/stddef.h
-rw-r--r-- root/root usr/lib/clang/18/include/stdint.h
-rw-r--r-- root/root usr/lib/clang/18/include/stdnoreturn.h
-rw-r--r-- root/root usr/lib/clang/18/include/tbmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/tgmath.h
-rw-r--r-- root/root usr/lib/clang/18/include/tmmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/tsxldtrkintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/uintrintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/unwind.h
-rw-r--r-- root/root usr/lib/clang/18/include/usermsrintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/vadefs.h
-rw-r--r-- root/root usr/lib/clang/18/include/vaesintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/varargs.h
-rw-r--r-- root/root usr/lib/clang/18/include/vecintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/velintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/velintrin_approx.h
-rw-r--r-- root/root usr/lib/clang/18/include/velintrin_gen.h
-rw-r--r-- root/root usr/lib/clang/18/include/vpclmulqdqintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/waitpkgintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/wasm_simd128.h
-rw-r--r-- root/root usr/lib/clang/18/include/wbnoinvdintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/wmmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/x86gprintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/x86intrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/xmmintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/xopintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/xsavecintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/xsaveintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/xsaveoptintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/xsavesintrin.h
-rw-r--r-- root/root usr/lib/clang/18/include/xtestintrin.h
-rwxr-xr-x root/root usr/lib/clang/analyze-c++
-rwxr-xr-x root/root usr/lib/clang/analyze-cc
-rwxr-xr-x root/root usr/lib/clang/c++-analyzer
@ -1459,11 +1525,11 @@ drwxr-xr-x root/root usr/lib/cmake/clang/
-rw-r--r-- root/root usr/lib/cmake/clang/ClangConfigVersion.cmake
-rw-r--r-- root/root usr/lib/cmake/clang/ClangTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/clang/ClangTargets.cmake
lrwxrwxrwx root/root usr/lib/libclang-cpp.so -> libclang-cpp.so.17
-rwxr-xr-x root/root usr/lib/libclang-cpp.so.17
lrwxrwxrwx root/root usr/lib/libclang.so -> libclang.so.17
lrwxrwxrwx root/root usr/lib/libclang.so.17 -> libclang.so.17.0.6
-rwxr-xr-x root/root usr/lib/libclang.so.17.0.6
lrwxrwxrwx root/root usr/lib/libclang-cpp.so -> libclang-cpp.so.18.1
-rwxr-xr-x root/root usr/lib/libclang-cpp.so.18.1
lrwxrwxrwx root/root usr/lib/libclang.so -> libclang.so.18.1
lrwxrwxrwx root/root usr/lib/libclang.so.18.1 -> libclang.so.18.1.1
-rwxr-xr-x root/root usr/lib/libclang.so.18.1.1
-rw-r--r-- root/root usr/lib/libclangAPINotes.a
-rw-r--r-- root/root usr/lib/libclangARCMigrate.a
-rw-r--r-- root/root usr/lib/libclangAST.a

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fycB2z55Xc/8TrrVpnWXNQBRbTU4gwYfDByw0i/3pxC9fBs1D5Y6iUwEkbk6MEEbEmmPZUid2S8KKmRC2z3KgQ=
SHA256 (Pkgfile) = 996fb0a147b22790e0639bda45ace08995483f4bddf3214296da4e50e975976f
SHA256 (.footprint) = f13580cbbf3f5323280b26d52b1306b3b6defbf00cadf9527c2a781279f9b8d8
SHA256 (clang-17.0.6.src.tar.xz) = a78f668a726ae1d3d9a7179996d97b12b90fb76ab9442a43110b972ff7ad9029
SHA256 (clang-tools-extra-17.0.6.src.tar.xz) = aa774642415d338d7b77a66fcbad6fd1f77f382dabcb67422a6230614eff1ab9
SHA256 (llvm-17.0.6.src.tar.xz) = b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
SHA256 (cmake-17.0.6.src.tar.xz) = 807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
RWSE3ohX2g5d/frtw3EUpyyeGz5eRfbAp0dWqPlx1mZXG06jtSkagftkfrWDk+0oiykrJEW4E5LbC3nFrC8kpL2+eCP5hGRuewQ=
SHA256 (Pkgfile) = e963400b39ba04e220cd2d17f3e3e5903a8fe6f35e642942b7fa2f5bb9614425
SHA256 (.footprint) = 228b0d7563767b1a07f3f8f13c0ea391d2e287790bac5d3fda631ce4fa29839d
SHA256 (clang-18.1.1.src.tar.xz) = 412a482b81a969846b127552f8fa2251c7d57a82337f848fe7fea8e6ce614836
SHA256 (clang-tools-extra-18.1.1.src.tar.xz) = 76d3a0ab82b4337324cb8286072bb684549bd980a58aec85b75487b36d18e532
SHA256 (llvm-18.1.1.src.tar.xz) = ab0508d02b2d126ceb98035c28638a9d7b1e7fa5ef719396236e72f59a02e1ac
SHA256 (cmake-18.1.1.src.tar.xz) = 5308023d1c1e9feb264c14f58db35c53061123300a7eb940364f46d574c8b2d6

View File

@ -4,7 +4,7 @@
# Depends on: compiler-rt
name=clang
version=17.0.6
version=18.1.1
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/clang-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/clang-tools-extra-$version.src.tar.xz

View File

@ -1,135 +1,21 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/clang/
drwxr-xr-x root/root usr/lib/clang/17/
drwxr-xr-x root/root usr/lib/clang/17/bin/
-rwxr-xr-x root/root usr/lib/clang/17/bin/hwasan_symbolize
drwxr-xr-x root/root usr/lib/clang/17/include/
drwxr-xr-x root/root usr/lib/clang/17/include/fuzzer/
-rw-r--r-- root/root usr/lib/clang/17/include/fuzzer/FuzzedDataProvider.h
drwxr-xr-x root/root usr/lib/clang/17/include/orc/
-rw-r--r-- root/root usr/lib/clang/17/include/orc/c_api.h
drwxr-xr-x root/root usr/lib/clang/17/include/profile/
-rw-r--r-- root/root usr/lib/clang/17/include/profile/InstrProfData.inc
drwxr-xr-x root/root usr/lib/clang/17/include/sanitizer/
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/allocator_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/asan_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/common_interface_defs.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/coverage_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/dfsan_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/hwasan_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/linux_syscall_hooks.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/lsan_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/memprof_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/msan_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/netbsd_syscall_hooks.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/scudo_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/tsan_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/tsan_interface_atomic.h
-rw-r--r-- root/root usr/lib/clang/17/include/sanitizer/ubsan_interface.h
drwxr-xr-x root/root usr/lib/clang/17/include/xray/
-rw-r--r-- root/root usr/lib/clang/17/include/xray/xray_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/xray/xray_log_interface.h
-rw-r--r-- root/root usr/lib/clang/17/include/xray/xray_records.h
drwxr-xr-x root/root usr/lib/clang/17/lib/
drwxr-xr-x root/root usr/lib/clang/17/lib/linux/
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/clang_rt.crtbegin-i386.o
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/clang_rt.crtbegin-x86_64.o
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/clang_rt.crtend-i386.o
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/clang_rt.crtend-x86_64.o
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan-i386.a
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.asan-i386.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan-preinit-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan-preinit-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan-x86_64.a.syms
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.asan-x86_64.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan_cxx-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan_cxx-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan_cxx-x86_64.a.syms
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan_static-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.asan_static-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.builtins-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.builtins-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.cfi-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.cfi-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.cfi_diag-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.cfi_diag-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.dd-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.dfsan-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.dfsan-x86_64.a.syms
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.dyndd-x86_64.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.fuzzer-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.fuzzer-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.fuzzer_interceptors-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.fuzzer_interceptors-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.fuzzer_no_main-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.fuzzer_no_main-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.gwp_asan-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.gwp_asan-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan-preinit-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan-x86_64.a.syms
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan-x86_64.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan_aliases-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan_aliases-x86_64.a.syms
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan_aliases-x86_64.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan_aliases_cxx-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan_aliases_cxx-x86_64.a.syms
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan_cxx-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.hwasan_cxx-x86_64.a.syms
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.lsan-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.lsan-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.memprof-preinit-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.memprof-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.memprof-x86_64.a.syms
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.memprof-x86_64.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.memprof_cxx-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.memprof_cxx-x86_64.a.syms
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.msan-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.msan-x86_64.a.syms
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.msan_cxx-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.msan_cxx-x86_64.a.syms
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.profile-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.profile-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.safestack-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.safestack-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.scudo_standalone-i386.a
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.scudo_standalone-i386.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.scudo_standalone-x86_64.a
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.scudo_standalone-x86_64.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.scudo_standalone_cxx-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.scudo_standalone_cxx-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.stats-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.stats-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.stats_client-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.stats_client-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.tsan-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.tsan-x86_64.a.syms
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.tsan-x86_64.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.tsan_cxx-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.tsan_cxx-x86_64.a.syms
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_minimal-i386.a
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_minimal-i386.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_minimal-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_minimal-x86_64.a.syms
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_minimal-x86_64.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_standalone-i386.a
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_standalone-i386.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_standalone-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_standalone-x86_64.a.syms
-rwxr-xr-x root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_standalone-x86_64.so
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_standalone_cxx-i386.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.ubsan_standalone_cxx-x86_64.a.syms
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.xray-basic-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.xray-fdr-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.xray-profiling-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/libclang_rt.xray-x86_64.a
-rw-r--r-- root/root usr/lib/clang/17/lib/linux/liborc_rt-x86_64.a
drwxr-xr-x root/root usr/lib/clang/17/share/
-rw-r--r-- root/root usr/lib/clang/17/share/asan_ignorelist.txt
-rw-r--r-- root/root usr/lib/clang/17/share/cfi_ignorelist.txt
-rw-r--r-- root/root usr/lib/clang/17/share/dfsan_abilist.txt
-rw-r--r-- root/root usr/lib/clang/17/share/hwasan_ignorelist.txt
-rw-r--r-- root/root usr/lib/clang/17/share/msan_ignorelist.txt
drwxr-xr-x root/root usr/lib/clang/18/
drwxr-xr-x root/root usr/lib/clang/18/include/
drwxr-xr-x root/root usr/lib/clang/18/include/sanitizer/
-rw-r--r-- root/root usr/lib/clang/18/include/sanitizer/memprof_interface.h
drwxr-xr-x root/root usr/lib/clang/18/lib/
drwxr-xr-x root/root usr/lib/clang/18/lib/linux/
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/clang_rt.crtbegin-i386.o
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/clang_rt.crtbegin-x86_64.o
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/clang_rt.crtend-i386.o
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/clang_rt.crtend-x86_64.o
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/libclang_rt.builtins-i386.a
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/libclang_rt.builtins-x86_64.a
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/libclang_rt.memprof-preinit-x86_64.a
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/libclang_rt.memprof-x86_64.a
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/libclang_rt.memprof-x86_64.a.syms
-rwxr-xr-x root/root usr/lib/clang/18/lib/linux/libclang_rt.memprof-x86_64.so
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/libclang_rt.memprof_cxx-x86_64.a
-rw-r--r-- root/root usr/lib/clang/18/lib/linux/libclang_rt.memprof_cxx-x86_64.a.syms

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/eHa6/hZgEnaFkSgdK/7eE0xS77iqIuzAooLumcLTyvWkTlw6RtI59k/ay9z7JlKBTPPliV1hX5YbdC0DXQ22wk=
SHA256 (Pkgfile) = 20033e0eacebc0d65ede0c794a823b8f78a5ef21425ad41b0b372826e4cabdf3
SHA256 (.footprint) = aaa8a83ea78ae0e120d18645233c1a43b0cb4c0f1fd713088313240024c31acb
SHA256 (compiler-rt-17.0.6.src.tar.xz) = 11b8d09dcf92a0f91c5c82defb5ad9ff4acf5cf073a80c317204baa922d136b4
SHA256 (llvm-17.0.6.src.tar.xz) = b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
SHA256 (cmake-17.0.6.src.tar.xz) = 807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
RWSE3ohX2g5d/docxbRFOeqrsYjbsvbkHHyQQCvp1Sl4b4VKDs++4mqLdEETTc+7LHN4kLoc6nWlTns7M/A1IV2f1Vcz88SImwk=
SHA256 (Pkgfile) = 9187e8de6cce9692d10f2689458c14b4216c4e60433cfeba22e95fdc979d7aec
SHA256 (.footprint) = 2411e6d275537a72920880c86209f2e0103d240ec8217be7e56a6817e6329c55
SHA256 (compiler-rt-18.1.1.src.tar.xz) = 037b1fbbc6ea90c9ef299caab8a751b435ca6ede2d1972db15b30646636ee057
SHA256 (llvm-18.1.1.src.tar.xz) = ab0508d02b2d126ceb98035c28638a9d7b1e7fa5ef719396236e72f59a02e1ac
SHA256 (cmake-18.1.1.src.tar.xz) = 5308023d1c1e9feb264c14f58db35c53061123300a7eb940364f46d574c8b2d6

View File

@ -2,9 +2,10 @@
# URL: https://compiler-rt.llvm.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: llvm
# Optional: clang
name=compiler-rt
version=17.0.6
version=18.1.1
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/compiler-rt-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/llvm-$version.src.tar.xz
@ -14,12 +15,22 @@ build() {
mv llvm-$version.src llvm
mv cmake-$version.src cmake
if prt-get isinst clang; then
export CC=clang
export CXX=clang++
fi
cmake -S $name-$version.src -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D COMPILER_RT_INSTALL_PATH=/usr/lib/clang/${version:0:2} \
-D COMPILER_RT_BUILD_LIBFUZZER=OFF \
-D COMPILER_RT_BUILD_ORC=OFF \
-D COMPILER_RT_BUILD_PROFILE=OFF \
-D COMPILER_RT_BUILD_SANITIZERS=OFF \
-D COMPILER_RT_BUILD_XRAY=OFF \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XaHTzWSsHblBd8h7wWEnD61N+wf4YX+rzE3AgxpWw01kOvKAVvkRaQj7IhOOxPiCMkje/j1Pbqkw4oyC6WwzQk=
SHA256 (Pkgfile) = ca83d2d70ac71c8cf61813b5d28e27815c159ddac295c5c8856f1d0d6ea80c5c
RWSE3ohX2g5d/ZRkKdyyjAnrXFQzyJl1PQNhNkc5/ysLE8v6BB1zLVgBawzYXPk7WGHyQP28bVrM2rQLAX6Dlx4Qbrf+fWo6hAA=
SHA256 (Pkgfile) = 83d5a0cbaf5dc516fef97bf78b267a146f70ad0d229ae2739e94af0871dc793b
SHA256 (.footprint) = bf0b2af4b3b4bebce8d1ffba30175c378efe612246bd8105d25ee0843b557ad4
SHA256 (cryptsetup-2.7.0.tar.xz) = 94003a00cd5a81944f45e8dc529e0cfd2a6ff629bd2cd21cf5e574e465daf795
SHA256 (cryptsetup-2.7.1.tar.xz) = da5d1419e2a86e01aa32fd79582cd54d208857cb541bca2fd426a5ff1aaabbc3

View File

@ -4,7 +4,7 @@
# Depends on: json-c libdevmapper openssl popt
name=cryptsetup
version=2.7.0
version=2.7.1
release=1
source=(https://www.kernel.org/pub/linux/utils/$name/v${version%.*}/$name-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TK+OAnt/tsCCccWCBq205QoYVuOuMHMSgjyWKTQllZCdDA6vHjtKeNm29iOI/v3FN9gTqmIyXscTcZe0zLr3A4=
SHA256 (Pkgfile) = 2c1d5c6562db7d92507a305b3654810a4586004a19f90b727b7114a59c59d969
RWSE3ohX2g5d/WmnS9QjIenKTbO+4fn9M0Ig4XU0AL4mQr9/zyNbVpvJyujDmM53+SekZ5yTAdW9deZqoLZVk/MlTSBTUEgDaAg=
SHA256 (Pkgfile) = f168d87d3d909c52666f3256aa98a07fe7186dbec3427b82fbb7adbc776474a9
SHA256 (.footprint) = bff62d7952f34e12cc944cb6a62b6ef238682ec8bbc73d2c51a88149f99d23a5
SHA256 (evilwm-1.4.2.tar.gz) = 4212d6d90cb005b2cc88814bc8537736b4950ab58264bbb65b8807ac63bdc4b9
SHA256 (evilwm-1.4.3.tar.gz) = d5945b20b12c91db2412fac0dbda3fb9c3ec8debb8e1b109838992b2b1bbe5d4

View File

@ -4,7 +4,7 @@
# Depends on: xorg-libxrandr xorg-font-misc-misc xorg-font-alias
name=evilwm
version=1.4.2
version=1.4.3
release=1
source=(http://www.6809.org.uk/$name/dl/$name-$version.tar.gz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Qmj53iQyIWjwE5o2p1wKBr/30QD10dglu+HVx2scZbPnttdpt1y+DO7+hOsJgnTYRWUfre74VE+vOn7olw7+Aw=
SHA256 (Pkgfile) = 7bdd727a4c49edf3178d4c3c5ccb3a026818220be31871c09e32715e0e6553ae
RWSE3ohX2g5d/WbZ1dkmySTjgoeyzR/3Skf7qY9XyALgY1zpwM8x2OR+D19zR0BZOaHWNeszyLUrHnnVizpOjGzuZLOhzcT45wQ=
SHA256 (Pkgfile) = 63178f1ada963d6f3aabd7cdfe89be94ae7dc5b18e9e03e5dbd9db1f035e9b6d
SHA256 (.footprint) = b372fbdfe6daf9611f08a5152cfd9b73e68dddf464ddfcd88820ad00fe061043
SHA256 (fakeroot_1.33.orig.tar.gz) = e157d8e5c64d3a755707791e9be93296c6d249d5c4478bf941b675d49c47757d
SHA256 (fakeroot_1.34.orig.tar.gz) = 5727f16d8903792588efa7a9f8ef8ce71f8756e746b62e45162e7735662e56bb

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=fakeroot
version=1.33
version=1.34
release=1
source=(https://deb.debian.org/debian/pool/main/f/$name/${name}_${version}.orig.tar.gz)

View File

@ -14,7 +14,7 @@ drwxr-xr-x root/root usr/lib/geeqie/
-rwxr-xr-x root/root usr/lib/geeqie/geeqie-symlink
-rwxr-xr-x root/root usr/lib/geeqie/geeqie-tethered-photography
-rwxr-xr-x root/root usr/lib/geeqie/geeqie-tethered-photography-hook-script
-rw-r--r-- root/root usr/lib/geeqie/geocode-parameters.awk
-rwxr-xr-x root/root usr/lib/geeqie/geocode-parameters.awk
-rw-r--r-- root/root usr/lib/geeqie/lensID
-rwxr-xr-x root/root usr/lib/geeqie/resize-help.sh
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Q9AbZRvDu9A1e7hqoOYEj4DSfwSlyY/LE5vZr2D2sUT1VVcy1QyM3lZpG1fzUTXS13/4lMTd6cGVXMi7DW7jgc=
SHA256 (Pkgfile) = 0010ebf972d3e11e64431faa9632bb6d43a276361c3c9f0f1431bfb04e4004ac
SHA256 (.footprint) = 06b8b5fac36cdf53dc1c5447350f9974d26574c824648e680e242ef317c69a5a
SHA256 (geeqie-2.2.tar.xz) = 899ac33b801e0e83380f79e9094bc2615234730ccf6a02d93fd6da3e6f8cfe94
RWSE3ohX2g5d/WshX2z1cCUjrY7I514GGf7jaL2MRsFPz37O6msOwgo98XywHhTcjXOl9/zJnxgtOq6YNqHRN21JGdTtBDHBlgo=
SHA256 (Pkgfile) = add731012b7b08e0c0edc0c47ef3a4f5d9f969aabc05ae09d408a8003a92b947
SHA256 (.footprint) = 0cca942b1540db89a1a9ec8709708cb6e36e12f89addfb15d15b7d1b760d7b27
SHA256 (geeqie-2.3.tar.xz) = cd5cad97f8d0e8c62025334d62688fcf6f82be73a7716c5ca16b205d59b8519b

View File

@ -4,7 +4,7 @@
# Depends on: gtk3 meson ninja
name=geeqie
version=2.2
version=2.3
release=1
source=(https://github.com/BestImageViewer/geeqie/releases/download/v$version/$name-$version.tar.xz)
@ -14,8 +14,7 @@ build() {
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D lua=disabled
-D b_pie=true
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build

View File

@ -39,9 +39,9 @@ drwxr-xr-x root/root usr/include/ijs/
-rw-r--r-- root/root usr/include/ijs/ijs_client.h
-rw-r--r-- root/root usr/include/ijs/ijs_server.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libgs.so -> libgs.so.10.02
lrwxrwxrwx root/root usr/lib/libgs.so.10 -> libgs.so.10.02
-rwxr-xr-x root/root usr/lib/libgs.so.10.02
lrwxrwxrwx root/root usr/lib/libgs.so -> libgs.so.10.03
lrwxrwxrwx root/root usr/lib/libgs.so.10 -> libgs.so.10.03
-rwxr-xr-x root/root usr/lib/libgs.so.10.03
-rwxr-xr-x root/root usr/lib/libijs-0.35.so
-rw-r--r-- root/root usr/lib/libijs.a
-rwxr-xr-x root/root usr/lib/libijs.la
@ -50,164 +50,164 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/ijs.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/ghostscript/
drwxr-xr-x root/root usr/share/ghostscript/10.02.1/
drwxr-xr-x root/root usr/share/ghostscript/10.02.1/lib/
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/PDFA_def.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/PDFX_def.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/PM760p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/PM760pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/PM820p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/PM820pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc670p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc670pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc680p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc680pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc740p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc740pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc760p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc760pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc777p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stc777pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stp720p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stp720pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stp870p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/Stp870pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/acctest.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/align.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bj8.rpd
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bj8gc12f.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bj8hg12f.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bj8oh06n.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bj8pa06n.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bj8pp12f.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bj8ts06n.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc6000a1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc6000b1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610a0.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610a1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610a2.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610a3.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610a4.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610a5.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610a6.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610a7.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610a8.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610b1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610b2.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610b3.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610b4.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610b6.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610b7.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/bjc610b8.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/caption.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/cbjc600.ppd
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/cbjc800.ppd
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/cdj550.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/cdj690.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/cdj690ec.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/cid2code.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/dnj750c.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/dnj750m.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/docie.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/font2pcl.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ghostpdf.ppd
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_ce_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_css_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_il2_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_kanji.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_ksb_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_l.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_l.xpm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_l_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_lgo_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_lgx_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_m.xpm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_m_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_s.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_s.xpm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_s_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_t.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_t.xpm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_t_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_wl1_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_wl2_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gs_wl5_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gslp.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/gsnup.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ht_ccsto.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/image-qa.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/jispaper.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/landscap.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/lines.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/mkcidfm.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/necp2x.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/necp2x6.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/pdf2dsc.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/pdf_info.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/pf2afm.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/pfbtopfa.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ppath.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/pphs.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/prfont.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/printafm.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ps2ai.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ps2epsi.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ras1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ras24.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ras3.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ras32.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ras4.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/ras8m.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/rollconv.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/s400a1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/s400b1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/sharp.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/sipixa6.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/st640ih.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/st640ihg.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/st640p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/st640pg.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/st640pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/st640plg.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc1520h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc2.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc200_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc2_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc2s_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc300.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc300bl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc300bm.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc500p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc500ph.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc600ih.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc600p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc600pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc640p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc740ih.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc800ih.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc800p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc800pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stc_l.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stcany.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stcany_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stcinfo.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stcolor.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/stocht.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/traceimg.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/traceop.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/uninfo.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/viewcmyk.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/viewgif.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/viewjpeg.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/viewmiff.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/viewpbm.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/viewpcx.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/viewps2a.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/winmaps.ps
-rw-r--r-- root/root usr/share/ghostscript/10.02.1/lib/zeroline.ps
drwxr-xr-x root/root usr/share/ghostscript/10.03.0/
drwxr-xr-x root/root usr/share/ghostscript/10.03.0/lib/
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/PDFA_def.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/PDFX_def.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/PM760p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/PM760pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/PM820p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/PM820pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc670p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc670pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc680p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc680pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc740p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc740pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc760p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc760pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc777p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stc777pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stp720p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stp720pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stp870p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/Stp870pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/acctest.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/align.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bj8.rpd
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bj8gc12f.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bj8hg12f.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bj8oh06n.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bj8pa06n.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bj8pp12f.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bj8ts06n.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc6000a1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc6000b1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610a0.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610a1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610a2.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610a3.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610a4.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610a5.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610a6.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610a7.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610a8.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610b1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610b2.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610b3.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610b4.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610b6.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610b7.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/bjc610b8.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/caption.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/cbjc600.ppd
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/cbjc800.ppd
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/cdj550.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/cdj690.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/cdj690ec.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/cid2code.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/dnj750c.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/dnj750m.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/docie.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/font2pcl.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ghostpdf.ppd
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_ce_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_css_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_il2_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_kanji.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_ksb_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_l.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_l.xpm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_l_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_lgo_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_lgx_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_m.xpm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_m_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_s.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_s.xpm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_s_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_t.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_t.xpm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_t_m.xbm
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_wl1_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_wl2_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gs_wl5_e.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gslp.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/gsnup.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ht_ccsto.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/image-qa.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/jispaper.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/landscap.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/lines.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/mkcidfm.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/necp2x.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/necp2x6.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/pdf2dsc.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/pdf_info.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/pf2afm.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/pfbtopfa.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ppath.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/pphs.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/prfont.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/printafm.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ps2ai.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ps2epsi.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ras1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ras24.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ras3.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ras32.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ras4.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/ras8m.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/rollconv.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/s400a1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/s400b1.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/sharp.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/sipixa6.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/st640ih.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/st640ihg.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/st640p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/st640pg.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/st640pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/st640plg.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc1520h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc2.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc200_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc2_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc2s_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc300.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc300bl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc300bm.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc500p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc500ph.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc600ih.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc600p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc600pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc640p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc740ih.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc800ih.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc800p.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc800pl.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stc_l.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stcany.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stcany_h.upp
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stcinfo.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stcolor.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/stocht.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/traceimg.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/traceop.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/uninfo.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/viewcmyk.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/viewgif.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/viewjpeg.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/viewmiff.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/viewpbm.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/viewpcx.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/viewps2a.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/winmaps.ps
-rw-r--r-- root/root usr/share/ghostscript/10.03.0/lib/zeroline.ps
drwxr-xr-x root/root usr/share/ghostscript/fonts/
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010013l.afm
-rw-r--r-- root/root usr/share/ghostscript/fonts/a010013l.pfb

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TGVwNtB8t69veX0XjNdaDLnekm9Lbdj2b0sMTxEtCsQn1FP5bL+o4Enuw2nO+tuPJMhCyI3/i7RUr8WQEZ1Ygc=
SHA256 (Pkgfile) = 903a945dfc58a9e248310dbadbd3fb3826af927606b0371f0935b1adff308627
SHA256 (.footprint) = 1f07878ec3dc966cd770cb51ca10c5e3c1e78c1c2742e972f5376122a98e442a
SHA256 (ghostscript-10.02.1.tar.xz) = 8c58c948b0721becefcd0029c8db95f9bb3268affc25ea01d4c5a6b07fa1ab08
RWSE3ohX2g5d/T8MjLSlcHRHg6+iwNoLN0t2PabvwEoJDFP9EncJeJJ0cmJuXpzgP3Q+NkMOjZp//CihwtKeTRjHSUgFmKSryQ0=
SHA256 (Pkgfile) = c200e79da466b4cf248790128aefc5e89fe27475e253bdf6d421c24b51246815
SHA256 (.footprint) = 6dcefb3e4f8c2e9ada7b3b226545e9e05bdad585253c81bb4e98a71715326e77
SHA256 (ghostscript-10.03.0.tar.xz) = f25ff491a726d883f0b0f9c8af9b895c674cf77cddd814aa3824b3223f439ee5
SHA256 (ghostscript-fonts-std-8.11.tar.gz) = 0eb6f356119f2e49b2563210852e17f57f9dcc5755f350a69a46a0d641a0c401

View File

@ -5,7 +5,7 @@
# Optional: cups jbig2dec libjpeg-turbo libtiff openjpeg2 paper (xorg-libxt xorg-libxext)
name=ghostscript
version=10.02.1
version=10.03.0
release=1
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${version//./}/$name-$version.tar.xz
https://downloads.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz)

View File

@ -0,0 +1,52 @@
-- Packages removed
dbus
$:~> finddeps ghostscript
bzip2 (core)
expat (core)
gcc (core)
glibc (core)
libpcre2 (core)
openssl (core)
util-linux (core)
zlib (core)
brotli (opt)
cups (opt)
fontconfig (opt)
freetype (opt)
glib (opt)
harfbuzz (opt)
libpng (opt)
xorg-libice (xorg)
xorg-libsm (xorg)
xorg-libx11 (xorg)
xorg-libxau (xorg)
xorg-libxcb (xorg)
xorg-libxdmcp (xorg)
xorg-libxext (xorg)
xorg-libxt (xorg)
---- dbus ist installiert
bzip2 (core)
expat (core)
gcc (core)
glibc (core)
libpcre2 (core)
openssl (core)
util-linux (core)
zlib (core)
brotli (opt)
cups (opt)
fontconfig (opt)
freetype (opt)
glib (opt)
harfbuzz (opt)
libpng (opt)
xorg-libice (xorg)
xorg-libsm (xorg)
xorg-libx11 (xorg)
xorg-libxau (xorg)
xorg-libxcb (xorg)
xorg-libxdmcp (xorg)
xorg-libxext (xorg)
xorg-libxt (xorg)

View File

@ -3,6 +3,9 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gapplication
-rwxr-xr-x root/root usr/bin/gdbus
-rwxr-xr-x root/root usr/bin/gdbus-codegen
-rwxr-xr-x root/root usr/bin/gi-compile-repository
-rwxr-xr-x root/root usr/bin/gi-decompile-typelib
-rwxr-xr-x root/root usr/bin/gi-inspect-typelib
-rwxr-xr-x root/root usr/bin/gio
-rwxr-xr-x root/root usr/bin/gio-querymodules
-rwxr-xr-x root/root usr/bin/glib-compile-resources
@ -184,6 +187,33 @@ drwxr-xr-x root/root usr/include/glib-2.0/gio/
-rw-r--r-- root/root usr/include/glib-2.0/gio/gvolumemonitor.h
-rw-r--r-- root/root usr/include/glib-2.0/gio/gzlibcompressor.h
-rw-r--r-- root/root usr/include/glib-2.0/gio/gzlibdecompressor.h
drwxr-xr-x root/root usr/include/glib-2.0/girepository/
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gi-visibility.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/giarginfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gibaseinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gicallableinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gicallbackinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/giconstantinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gienuminfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gifieldinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/giflagsinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gifunctioninfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/giinterfaceinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/giobjectinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gipropertyinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/giregisteredtypeinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/girepository-autocleanups.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/girepository.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/girffi.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gisignalinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gistructinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gitypeinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gitypelib.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/gitypes.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/giunioninfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/giunresolvedinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/givalueinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/girepository/givfuncinfo.h
-rw-r--r-- root/root usr/include/glib-2.0/glib-object.h
-rw-r--r-- root/root usr/include/glib-2.0/glib-unix.h
-rw-r--r-- root/root usr/include/glib-2.0/glib.h
@ -275,7 +305,6 @@ drwxr-xr-x root/root usr/include/glib-2.0/glib/deprecated/
-rw-r--r-- root/root usr/include/glib-2.0/glib/gvarianttype.h
-rw-r--r-- root/root usr/include/glib-2.0/glib/gversion.h
-rw-r--r-- root/root usr/include/glib-2.0/glib/gversionmacros.h
-rw-r--r-- root/root usr/include/glib-2.0/glib/gwin32.h
-rw-r--r-- root/root usr/include/glib-2.0/gmodule.h
drwxr-xr-x root/root usr/include/glib-2.0/gmodule/
-rw-r--r-- root/root usr/include/glib-2.0/gmodule/gmodule-visibility.h
@ -313,23 +342,27 @@ drwxr-xr-x root/root usr/lib/glib-2.0/include/
drwxr-xr-x root/root usr/lib/glib/
-rwxr-xr-x root/root usr/lib/glib/gio-launch-desktop
lrwxrwxrwx root/root usr/lib/libgio-2.0.so -> libgio-2.0.so.0
lrwxrwxrwx root/root usr/lib/libgio-2.0.so.0 -> libgio-2.0.so.0.7800.4
-rwxr-xr-x root/root usr/lib/libgio-2.0.so.0.7800.4
lrwxrwxrwx root/root usr/lib/libgio-2.0.so.0 -> libgio-2.0.so.0.8000.0
-rwxr-xr-x root/root usr/lib/libgio-2.0.so.0.8000.0
lrwxrwxrwx root/root usr/lib/libgirepository-2.0.so -> libgirepository-2.0.so.0
lrwxrwxrwx root/root usr/lib/libgirepository-2.0.so.0 -> libgirepository-2.0.so.0.8000.0
-rwxr-xr-x root/root usr/lib/libgirepository-2.0.so.0.8000.0
lrwxrwxrwx root/root usr/lib/libglib-2.0.so -> libglib-2.0.so.0
lrwxrwxrwx root/root usr/lib/libglib-2.0.so.0 -> libglib-2.0.so.0.7800.4
-rwxr-xr-x root/root usr/lib/libglib-2.0.so.0.7800.4
lrwxrwxrwx root/root usr/lib/libglib-2.0.so.0 -> libglib-2.0.so.0.8000.0
-rwxr-xr-x root/root usr/lib/libglib-2.0.so.0.8000.0
lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so -> libgmodule-2.0.so.0
lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.7800.4
-rwxr-xr-x root/root usr/lib/libgmodule-2.0.so.0.7800.4
lrwxrwxrwx root/root usr/lib/libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.8000.0
-rwxr-xr-x root/root usr/lib/libgmodule-2.0.so.0.8000.0
lrwxrwxrwx root/root usr/lib/libgobject-2.0.so -> libgobject-2.0.so.0
lrwxrwxrwx root/root usr/lib/libgobject-2.0.so.0 -> libgobject-2.0.so.0.7800.4
-rwxr-xr-x root/root usr/lib/libgobject-2.0.so.0.7800.4
lrwxrwxrwx root/root usr/lib/libgobject-2.0.so.0 -> libgobject-2.0.so.0.8000.0
-rwxr-xr-x root/root usr/lib/libgobject-2.0.so.0.8000.0
lrwxrwxrwx root/root usr/lib/libgthread-2.0.so -> libgthread-2.0.so.0
lrwxrwxrwx root/root usr/lib/libgthread-2.0.so.0 -> libgthread-2.0.so.0.7800.4
-rwxr-xr-x root/root usr/lib/libgthread-2.0.so.0.7800.4
lrwxrwxrwx root/root usr/lib/libgthread-2.0.so.0 -> libgthread-2.0.so.0.8000.0
-rwxr-xr-x root/root usr/lib/libgthread-2.0.so.0.8000.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gio-2.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gio-unix-2.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/girepository-2.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/glib-2.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gmodule-2.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gmodule-export-2.0.pc
@ -345,8 +378,8 @@ drwxr-xr-x root/root usr/share/gdb/
drwxr-xr-x root/root usr/share/gdb/auto-load/
drwxr-xr-x root/root usr/share/gdb/auto-load/usr/
drwxr-xr-x root/root usr/share/gdb/auto-load/usr/lib/
-rw-r--r-- root/root usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.7800.4-gdb.py
-rw-r--r-- root/root usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.7800.4-gdb.py
-rw-r--r-- root/root usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.8000.0-gdb.py
-rw-r--r-- root/root usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.8000.0-gdb.py
drwxr-xr-x root/root usr/share/gettext/
drwxr-xr-x root/root usr/share/gettext/its/
-rw-r--r-- root/root usr/share/gettext/its/gschema.its

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fV5yG9+n8c532qEqUO6NJLuGljDKvbGGopyI/kBkZo6kP8W2W+uzpYBViDb9sEeu8v0mPjrEeyRZ86o7Ky9Zg8=
SHA256 (Pkgfile) = b36aa9571e15e43d46895c86f2c165bec3d9cd13f7b78f1ea28ce4ad6dbb29f6
SHA256 (.footprint) = cbaa772cf863a88bec70492e1e55605bd7f5da76c446d6777093db69fb513298
SHA256 (glib-2.78.4.tar.xz) = 24b8e0672dca120cc32d394bccb85844e732e04fe75d18bb0573b2dbc7548f63
RWSE3ohX2g5d/XOIfy7du93VmxvW1DdCE1elmi2kydrokL0b6wFVvh2k0Fbfvzqme1epamQxtJ4QaR71QDgi9Fx6gHW0aCDThQo=
SHA256 (Pkgfile) = e6eb137d15334fb670bc0378f95c8aff1ef3f2275b653c78bfd2b3f0f7b4633d
SHA256 (.footprint) = 04ef04ca17e0dc8fd3a90633fa22b07630149df3af941cdaa24dc2eaff6c0876
SHA256 (glib-2.80.0.tar.xz) = 8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d
SHA256 (gschemas.compiled) = f2ca328db96bf936e677d53b3e89fc4bf57ada9a1d5e2466cb0afe85307a1e75

View File

@ -1,10 +1,10 @@
# Description: Low-level data structure handling, portability wrappers, and interfaces for runtime functionality
# URL: https://www.gtk.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: elfutils libpcre2 meson ninja util-linux
# Depends on: elfutils libpcre2 meson ninja python3-packaging util-linux
name=glib
version=2.78.4
version=2.80.0
release=1
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz \
gschemas.compiled)
@ -19,9 +19,10 @@ build() {
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D introspection=disabled \
-D nls=disabled \
-D selinux=disabled \
-D gtk_doc=false \
-D documentation=false \
-D tests=false
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build

View File

@ -24,34 +24,27 @@ drwxr-xr-x root/root usr/include/glslang/SPIRV/
-rw-r--r-- root/root usr/include/glslang/build_info.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
-rw-r--r-- root/root usr/lib/cmake/OSDependentTargets.cmake
-rw-r--r-- root/root usr/lib/cmake/SPIRVTargets.cmake
-rw-r--r-- root/root usr/lib/cmake/SPVRemapperTargets.cmake
-rw-r--r-- root/root usr/lib/cmake/glslang-default-resource-limitsTargets.cmake
-rw-r--r-- root/root usr/lib/cmake/glslang-standaloneTargets.cmake
drwxr-xr-x root/root usr/lib/cmake/glslang/
-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-config.cmake
-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-targets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/glslang/glslang-targets.cmake
-rw-r--r-- root/root usr/lib/cmake/glslangTargets.cmake
-rw-r--r-- root/root usr/lib/cmake/spirv-remapTargets.cmake
-rw-r--r-- root/root usr/lib/libGenericCodeGen.a
-rw-r--r-- root/root usr/lib/libMachineIndependent.a
-rw-r--r-- root/root usr/lib/libOSDependent.a
-rw-r--r-- root/root usr/lib/libSPIRV.a
lrwxrwxrwx root/root usr/lib/libSPIRV.so -> libSPIRV.so.14
lrwxrwxrwx root/root usr/lib/libSPIRV.so.14 -> libSPIRV.so.14.0.0
-rwxr-xr-x root/root usr/lib/libSPIRV.so.14.0.0
lrwxrwxrwx root/root usr/lib/libSPIRV.so.14 -> libSPIRV.so.14.1.0
-rwxr-xr-x root/root usr/lib/libSPIRV.so.14.1.0
-rw-r--r-- root/root usr/lib/libSPVRemapper.a
lrwxrwxrwx root/root usr/lib/libSPVRemapper.so -> libSPVRemapper.so.14
lrwxrwxrwx root/root usr/lib/libSPVRemapper.so.14 -> libSPVRemapper.so.14.0.0
-rwxr-xr-x root/root usr/lib/libSPVRemapper.so.14.0.0
lrwxrwxrwx root/root usr/lib/libSPVRemapper.so.14 -> libSPVRemapper.so.14.1.0
-rwxr-xr-x root/root usr/lib/libSPVRemapper.so.14.1.0
-rw-r--r-- root/root usr/lib/libglslang-default-resource-limits.a
lrwxrwxrwx root/root usr/lib/libglslang-default-resource-limits.so -> libglslang-default-resource-limits.so.14
lrwxrwxrwx root/root usr/lib/libglslang-default-resource-limits.so.14 -> libglslang-default-resource-limits.so.14.0.0
-rwxr-xr-x root/root usr/lib/libglslang-default-resource-limits.so.14.0.0
lrwxrwxrwx root/root usr/lib/libglslang-default-resource-limits.so.14 -> libglslang-default-resource-limits.so.14.1.0
-rwxr-xr-x root/root usr/lib/libglslang-default-resource-limits.so.14.1.0
-rw-r--r-- root/root usr/lib/libglslang.a
lrwxrwxrwx root/root usr/lib/libglslang.so -> libglslang.so.14
lrwxrwxrwx root/root usr/lib/libglslang.so.14 -> libglslang.so.14.0.0
-rwxr-xr-x root/root usr/lib/libglslang.so.14.0.0
lrwxrwxrwx root/root usr/lib/libglslang.so.14 -> libglslang.so.14.1.0
-rwxr-xr-x root/root usr/lib/libglslang.so.14.1.0

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RcHm91wi/nJlOtX9fLkkvCn2AC2yA+0iES83FP7vrogYTniN0FWl/FMGLFSFD7MrqbwJT63R3bCKwfUE5OM5g8=
SHA256 (Pkgfile) = 5e9530b8d20db019ef93312ecab77c8075c5ad77a041b95a961be17ac59d523a
SHA256 (.footprint) = 702155a9e10b703924b4af497c0a28a1f07081dd0d6f477210903c291e53bb76
SHA256 (glslang-sdk-14.0.0.tar.gz) = 80bbb916a23e94ea9cbfb1acb5d1a44a7e0c9613bcf5b5947c03f2273bdc92b0
RWSE3ohX2g5d/QAvHPwCwE5GSoLBy5VWsHtJCzmL/k5c23xwK1Yd5+xVRCQmi7D2hQ4LsIMG1xpHHfRqYWf7xzjkYE9KIFEQ7Q4=
SHA256 (Pkgfile) = 10f11ee378e6bf2f2bf96f4ad0ffaede6aa4117945611b63f140ff39f1698642
SHA256 (.footprint) = 72d34af8e72b770b28cc837dea5c36c6278a6dd7b4784d656a4a3e31f695b73a
SHA256 (glslang-sdk-14.1.0.tar.gz) = b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322

View File

@ -4,7 +4,7 @@
# Depends on: spirv-tools
name=glslang
version=14.0.0
version=14.1.0
release=1
source=(https://github.com/KhronosGroup/glslang/archive/$version/$name-sdk-$version.tar.gz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UrRDFuSQAnBmyqvCfDYvYTfP+L2/aad1MBJ57qPOpiMK0lQo4QRDbZwLcJ2gvFR7Vm3tIXP5oSsAGT6Zw87Xwk=
SHA256 (Pkgfile) = a5d916296767763753b7ec744c98885a8d66a6d3b87b887e54b65a3f98ba6719
RWSE3ohX2g5d/RWLb2ei3SptAic5uEZHsydFuBNUfh+jTvQfe1Oa2maks3CoYZc38GCVdSPpKNgsIR1JzJ5jz2TEjovAEnUaDgY=
SHA256 (Pkgfile) = b2ef6199e4af7eea6575fe416902025e44baecc77114190338348bea1713c6be
SHA256 (.footprint) = c2951faf9544a9cc3546a88e7b78e2f4c0e10ae923e17c11a6d9069ede5c3c21
SHA256 (gnupg-2.4.4.tar.bz2) = 67ebe016ca90fa7688ce67a387ebd82c6261e95897db7b23df24ff335be85bc6
SHA256 (gnupg-2.4.5.tar.bz2) = f68f7d75d06cb1635c336d34d844af97436c3f64ea14bcb7c869782f96f44277

View File

@ -5,7 +5,7 @@
# Optional: openldap
name=gnupg
version=2.4.4
version=2.4.5
release=1
source=(https://gnupg.org/ftp/gcrypt/$name/$name-$version.tar.bz2)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/e8rh4iJE60OJpko/R8rhAYMBwXbOFeBJ8fGaUt+v9EJidxx3sWp0YxhhYCf+Tx6sKzycT/n90hQRag+ffbmdQw=
SHA256 (Pkgfile) = 075219e0485a3af66e282d2f984127af1d0e35b43d0309cf76917c0f83907c23
RWSE3ohX2g5d/cy2FzDpNXDAzxSCXt6AngMgdbhLKRhAL8VVfHw12mlXTP7y5OkCKJWgdPa5r+DAAPE8GYF3kX3QdRU58mgXyQ0=
SHA256 (Pkgfile) = 7fdafa44415785a0418697e2d2eab820718dd7073954bea44fc0b986629119c7
SHA256 (.footprint) = 2b4603029b15032a74098cf497de9777c10b2c1d1fcca733daa90fdac79a1073
SHA256 (gst-libav-1.22.10.tar.xz) = d6dda7aa38a44173278de675ccd92acff0abf473f7bc02e7d1cdd4ce0f3b7642
SHA256 (gst-libav-1.24.0.tar.xz) = ab775d5b9a7c84176b29822b68c7a34731280039a20b7db5eb639eddd1466178

View File

@ -4,7 +4,7 @@
# Depends on: ffmpeg gst-plugins-base
name=gst-libav
version=1.22.10
version=1.24.0
release=1
source=(https://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)

View File

@ -10,8 +10,10 @@ drwxr-xr-x root/root usr/include/gstreamer-1.0/gst/allocators/
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/allocators/allocators-prelude.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/allocators/allocators.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/allocators/gstdmabuf.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/allocators/gstdrmdumb.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/allocators/gstfdmemory.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/allocators/gstphysmemory.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/allocators/gstshmallocator.h
drwxr-xr-x root/root usr/include/gstreamer-1.0/gst/app/
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/app/app-enumtypes.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/app/app-prelude.h
@ -44,6 +46,8 @@ drwxr-xr-x root/root usr/include/gstreamer-1.0/gst/audio/
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/audio/gstaudiosink.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/audio/gstaudiosrc.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/audio/gstaudiostreamalign.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/audio/gstdsd.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/audio/gstdsdformat.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/audio/streamvolume.h
drwxr-xr-x root/root usr/include/gstreamer-1.0/gst/fft/
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/fft/fft-prelude.h
@ -87,6 +91,7 @@ drwxr-xr-x root/root usr/include/gstreamer-1.0/gst/gl/glprototypes/
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglapi.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglbasefilter.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglbasememory.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglbasemixer.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglbasesrc.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglbuffer.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglbufferpool.h
@ -102,6 +107,7 @@ drwxr-xr-x root/root usr/include/gstreamer-1.0/gst/gl/glprototypes/
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglfuncs.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglmemory.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglmemorypbo.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglmixer.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstgloverlaycompositor.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglquery.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gl/gstglrenderbuffer.h
@ -200,6 +206,7 @@ drwxr-xr-x root/root usr/include/gstreamer-1.0/gst/video/
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/video/video-format.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/video/video-frame.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/video/video-hdr.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/video/video-info-dma.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/video/video-info.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/video/video-multiview.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/video/video-overlay-composition.h
@ -239,7 +246,9 @@ drwxr-xr-x root/root usr/lib/gstreamer-1.0/include/gst/gl/
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstaudiorate.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstaudioresample.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstaudiotestsrc.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstbasedebug.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstcompositor.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdsd.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstencoding.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstgio.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstlibvisual.so
@ -263,41 +272,41 @@ drwxr-xr-x root/root usr/lib/gstreamer-1.0/include/gst/gl/
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstximagesink.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstxvimagesink.so
lrwxrwxrwx root/root usr/lib/libgstallocators-1.0.so -> libgstallocators-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstallocators-1.0.so.0 -> libgstallocators-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstallocators-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstallocators-1.0.so.0 -> libgstallocators-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstallocators-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstapp-1.0.so -> libgstapp-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstapp-1.0.so.0 -> libgstapp-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstapp-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstapp-1.0.so.0 -> libgstapp-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstapp-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstaudio-1.0.so -> libgstaudio-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstaudio-1.0.so.0 -> libgstaudio-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstaudio-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstaudio-1.0.so.0 -> libgstaudio-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstaudio-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstfft-1.0.so -> libgstfft-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstfft-1.0.so.0 -> libgstfft-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstfft-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstfft-1.0.so.0 -> libgstfft-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstfft-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstgl-1.0.so -> libgstgl-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstgl-1.0.so.0 -> libgstgl-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstgl-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstgl-1.0.so.0 -> libgstgl-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstgl-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstpbutils-1.0.so -> libgstpbutils-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstpbutils-1.0.so.0 -> libgstpbutils-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstpbutils-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstpbutils-1.0.so.0 -> libgstpbutils-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstpbutils-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstriff-1.0.so -> libgstriff-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstriff-1.0.so.0 -> libgstriff-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstriff-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstriff-1.0.so.0 -> libgstriff-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstriff-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstrtp-1.0.so -> libgstrtp-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstrtp-1.0.so.0 -> libgstrtp-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstrtp-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstrtp-1.0.so.0 -> libgstrtp-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstrtp-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstrtsp-1.0.so -> libgstrtsp-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstrtsp-1.0.so.0 -> libgstrtsp-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstrtsp-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstrtsp-1.0.so.0 -> libgstrtsp-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstrtsp-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstsdp-1.0.so -> libgstsdp-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstsdp-1.0.so.0 -> libgstsdp-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstsdp-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstsdp-1.0.so.0 -> libgstsdp-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstsdp-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgsttag-1.0.so -> libgsttag-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgsttag-1.0.so.0 -> libgsttag-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgsttag-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgsttag-1.0.so.0 -> libgsttag-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgsttag-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstvideo-1.0.so -> libgstvideo-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstvideo-1.0.so.0 -> libgstvideo-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstvideo-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstvideo-1.0.so.0 -> libgstvideo-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstvideo-1.0.so.0.2400.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-allocators-1.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-app-1.0.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RJhdqPGx1bPmiTNUcWLbRTtq9DE1b/K9mC8cT7vcYx3AIbw9j9Kg7zwkTj49657yca3yPYn7JbC5niEBdQuIQQ=
SHA256 (Pkgfile) = d19c0f3be3c116e22395d5b9e7a178c0fbdd0bec271814990a34e205d1fbd439
SHA256 (.footprint) = 55f10065b8679bb5607c24a5d5920596f9287b96891ccbced900db4cc533b34e
SHA256 (gst-plugins-base-1.22.10.tar.xz) = 843a3a2da28e1ee6aeea56dd2be9bffcc3b4bbcd0f974eba4abfc3aa31f0399c
RWSE3ohX2g5d/ZenUXqZ5teObDdTwJmwT/KRbUlb1HBcawuogi4lojTBKyIjh+eA7tGH1Pd++6PbPbemmLfgxRT0neyBhyvOugg=
SHA256 (Pkgfile) = de56bd513d566a94c0f0967198ef8a29942773e358bf77749ef8239d2f0250bf
SHA256 (.footprint) = 902855fe6e48c24c5f4fbad910809c4a7e8655ad38988bff63751f04aa877099
SHA256 (gst-plugins-base-1.24.0.tar.xz) = f33774129c437e2207034f8927af4cf7ed8c0f006a4602b5cde2823ec6c0cc07

View File

@ -5,7 +5,7 @@
# Optional: cdparanoia libglvnd wayland-protocols
name=gst-plugins-base
version=1.22.10
version=1.24.0
release=1
source=(https://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)

View File

@ -56,6 +56,7 @@ drwxr-xr-x root/root usr/include/gstreamer-1.0/gst/controller/
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gstbufferlist.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gstbufferpool.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gstbus.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gstbytearrayinterface.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gstcaps.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gstcapsfeatures.h
-rw-r--r-- root/root usr/include/gstreamer-1.0/gst/gstchildproxy.h
@ -142,27 +143,27 @@ drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/GstController-1.0.typelib
-rw-r--r-- root/root usr/lib/girepository-1.0/GstNet-1.0.typelib
drwxr-xr-x root/root usr/lib/gstreamer-1.0/
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/gst-completion-helper
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/gst-hotdoc-plugins-scanner
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/gst-plugin-scanner
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/gst-plugins-doc-cache-generator
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/gst-ptp-helper
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstcoreelements.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstcoretracers.so
lrwxrwxrwx root/root usr/lib/libgstbase-1.0.so -> libgstbase-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstbase-1.0.so.0 -> libgstbase-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstbase-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstbase-1.0.so.0 -> libgstbase-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstbase-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstcheck-1.0.so -> libgstcheck-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstcheck-1.0.so.0 -> libgstcheck-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstcheck-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstcheck-1.0.so.0 -> libgstcheck-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstcheck-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstcontroller-1.0.so -> libgstcontroller-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstcontroller-1.0.so.0 -> libgstcontroller-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstcontroller-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstcontroller-1.0.so.0 -> libgstcontroller-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstcontroller-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstnet-1.0.so -> libgstnet-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstnet-1.0.so.0 -> libgstnet-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstnet-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstnet-1.0.so.0 -> libgstnet-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstnet-1.0.so.0.2400.0
lrwxrwxrwx root/root usr/lib/libgstreamer-1.0.so -> libgstreamer-1.0.so.0
lrwxrwxrwx root/root usr/lib/libgstreamer-1.0.so.0 -> libgstreamer-1.0.so.0.2210.0
-rwxr-xr-x root/root usr/lib/libgstreamer-1.0.so.0.2210.0
lrwxrwxrwx root/root usr/lib/libgstreamer-1.0.so.0 -> libgstreamer-1.0.so.0.2400.0
-rwxr-xr-x root/root usr/lib/libgstreamer-1.0.so.0.2400.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-1.0.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gstreamer-base-1.0.pc
@ -176,7 +177,7 @@ drwxr-xr-x root/root usr/share/gdb/
drwxr-xr-x root/root usr/share/gdb/auto-load/
drwxr-xr-x root/root usr/share/gdb/auto-load/usr/
drwxr-xr-x root/root usr/share/gdb/auto-load/usr/lib/
-rw-r--r-- root/root usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.2210.0-gdb.py
-rw-r--r-- root/root usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.2400.0-gdb.py
drwxr-xr-x root/root usr/share/gir-1.0/
-rw-r--r-- root/root usr/share/gir-1.0/Gst-1.0.gir
-rw-r--r-- root/root usr/share/gir-1.0/GstBase-1.0.gir

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WkXEMfAQKIAGDrHh81tT2nhZl9wzWu/qAG9F8039cy2EOjHZG6axb9mCy3niCOzfTioCv/vunyAYmjfa3guxwE=
SHA256 (Pkgfile) = 96ae4b72d0685b4c1de2ca800718e47236750dffe6cbdfcfc1ba9ae4a02cb1d8
SHA256 (.footprint) = d6d633189e5f1ab7272ec744e5460e44fa81f28c3cda3ff44f00af3ffde9edbe
SHA256 (gstreamer-1.22.10.tar.xz) = 969aaef396f252ce925132a4be2aa004e0320f5c1baf0acaaae09c544a6759f4
RWSE3ohX2g5d/Qy0DYySexl/TANJzyJBTyjotIOY6W42Tpf/OvnKUap3da+BRPvRDP507jBtNlfPw8cQNxSv15Q2dGCRE2IfGw8=
SHA256 (Pkgfile) = 204411aaad335ab137fcdeb4a26d0e52fa86c1cffea41e1249c34562b0c3d6a2
SHA256 (.footprint) = 6aec777b605694dc163177c851aa6dda2c99799bdf1657999691b8b14f988783
SHA256 (gstreamer-1.24.0.tar.xz) = 81c38617798d331269e389d56fb1388073e1dc9d489fe9bf2113f86b48b59138

View File

@ -4,7 +4,7 @@
# Depends on: gobject-introspection libcap
name=gstreamer
version=1.22.10
version=1.24.0
release=1
source=(https://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TzTp77Mtr+9XoMZ2usHKf4wMwBIeRRr3NN8yvL8imK5x5BIEDfpHfHzieICOqHxi0E6eNf177Az7vJhxmZszwg=
SHA256 (Pkgfile) = 34f6318e245484f308b9c83fac2cd068f615f661d3c5f31d63d4af979730ae49
RWSE3ohX2g5d/eIO2Q7VZbXbmwK/OW8e5cgVAGySkXibHhCWO+OZjYkyXpBb8gwHlqGJKpySoTIXs6st12yghZdnQYvpeWGw7gE=
SHA256 (Pkgfile) = bc1301b84392a3ad90ded146ade2d0e411ec1f11ebe5ebc5a5c7372ea06a347b
SHA256 (.footprint) = 13bd98cda11996ac1175c063a94f9a8a70ce58cd9d746a6ed295d41f9eaa9b0b
SHA256 (vim-9.1.0113.tar.gz) = d0a45218c37ed3e78bdbad5c7528fc562afb8be0cde945bfdc5f009ab785fe36
SHA256 (vim-9.1.0163.tar.gz) = 697ec32734e485b8d6fa049b8afe35d8c22696e2b2de15e67c18bfc8e1acdd72

View File

@ -4,7 +4,7 @@
# Depends on: gtk3 vim xorg-libxt
name=gvim
version=9.1.0113
version=9.1.0163
release=1
source=(https://github.com/vim/vim/archive/v${version}/vim-$version.tar.gz)

View File

@ -251,7 +251,7 @@ drwxr-xr-x root/root usr/sbin/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/icu/
drwxr-xr-x root/root usr/share/icu/74.2/
-rw-r--r-- root/root usr/share/icu/74.2/LICENSE (EMPTY)
-rw-r--r-- root/root usr/share/icu/74.2/LICENSE
drwxr-xr-x root/root usr/share/icu/74.2/config/
-rw-r--r-- root/root usr/share/icu/74.2/config/mh-linux
-rwxr-xr-x root/root usr/share/icu/74.2/install-sh

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/f0sqU+2lownmmwGgn0NSBnso8DT0lyK/AgVxEc0kektKya0MbvT2v/DKlOiZzfvBqiiMCe4AS0CxoQJrqxpWgg=
SHA256 (Pkgfile) = 902bccc42e3b01aa74b1d2534228fbff1b9b96933a69362d2b437d310d1b5472
SHA256 (.footprint) = b9197cec990e76886d5396856989bc9c327c82277d21c1f70a9a03c569869a9a
SHA256 (icu4c-74_2-src.tgz) = 5e4fb11d6a3e6b85afb55de8da8a71538f1d8fd64fce893986b37d60e5bb0091
RWSE3ohX2g5d/QKfyIFqdI467zfEGoQYDShGIPl1XFC7CsltcTy1HZ2sZMOfC7JwDCnHfzVizv6D+4W5HROmR/BPkTo6BgcZ6w8=
SHA256 (Pkgfile) = 5725a377d4d4173f8b3ccf0615bea7acede92a57862031f2e5e72ef702e91ad5
SHA256 (.footprint) = 4cf0ce54c1d4d93348fe1ffc0773458e5dba0a3d8215445508964451cc43d87f
SHA256 (icu4c-74_2-src.tgz) = 68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c
SHA256 (ICU-22132.patch) = f534b472dd7a6961591466eef542e2c3ad698d3008c9b6af813c66cbc0b4dd8e

View File

@ -1,4 +1,4 @@
# Description: Widely used set of C/C++ libraries providing Unicode and Globalization support.
# Description: Widely used set of C/C++ libraries providing Unicode and Globalization support
# URL: https://icu.unicode.org
# Maintainer: Tim Biermann, tbier at posteo dot de
# Optional: clang lld
@ -25,9 +25,6 @@ build() {
--disable-samples \
--disable-tests
# https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE does not seem to work
touch ../LICENSE
make
make -j1 DESTDIR=$PKG install
}

View File

@ -6,9 +6,9 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libassuan.a
-rwxr-xr-x root/root usr/lib/libassuan.la
lrwxrwxrwx root/root usr/lib/libassuan.so -> libassuan.so.0.8.6
lrwxrwxrwx root/root usr/lib/libassuan.so.0 -> libassuan.so.0.8.6
-rwxr-xr-x root/root usr/lib/libassuan.so.0.8.6
lrwxrwxrwx root/root usr/lib/libassuan.so -> libassuan.so.0.8.7
lrwxrwxrwx root/root usr/lib/libassuan.so.0 -> libassuan.so.0.8.7
-rwxr-xr-x root/root usr/lib/libassuan.so.0.8.7
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libassuan.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/X8iKe7U+xtvR0gGLY2jQo1m0trokgZOUec2S6vsJPNCmOGLtkCILvSAa1qgl9K8xfEt32DjV13+NrTByFx8WQY=
SHA256 (Pkgfile) = 75e1d631f4ad5c7ad112ee7220904bf06ebf7a35950b86e4431484e02cc512cc
SHA256 (.footprint) = 9a4ba00867e229e8074d5c4c3d0a61bdcd346f9a8283dfbf7c9639f14a9b4a41
SHA256 (libassuan-2.5.6.tar.bz2) = e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426
RWSE3ohX2g5d/YS4NThELksNZ5yId3klvizfqxr7LZ6YPXdK+IO1wHEjiyHWkAuXnYGpO3/xpCMiUOaAtLkxT+QRMiIJxTwfHw4=
SHA256 (Pkgfile) = f385cfc361dda2226de6e9dbad0357879c7a97ddc4304a3353284479f8591154
SHA256 (.footprint) = 575f6a462132c76d7368f118314b738615f2ee9d0d30a628af78b4c7c606476f
SHA256 (libassuan-2.5.7.tar.bz2) = 0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76

View File

@ -4,8 +4,8 @@
# Depends on: libgpg-error
name=libassuan
version=2.5.6
release=2
version=2.5.7
release=1
source=(https://www.gnupg.org/ftp/gcrypt/$name/$name-$version.tar.bz2)
build() {

View File

@ -315,6 +315,50 @@ lrwxrwxrwx root/root usr/share/clc/carrizo-amdgcn-mesa-mesa3d.bc -> tahiti-amdgc
-rw-r--r-- root/root usr/share/clc/cypress-r600--.bc
lrwxrwxrwx root/root usr/share/clc/fiji-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/fiji-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1010-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1010-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1011-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1011-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1012-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1012-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1013-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1013-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1030-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1030-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1031-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1031-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1032-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1032-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1033-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1033-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1034-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1034-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1035-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1035-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1036-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1036-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1100-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1100-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1101-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1101-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1102-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1102-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1103-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1103-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1150-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1150-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1151-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1151-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1200-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1200-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx1201-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx1201-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx602-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx602-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx705-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx705-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx805-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx805-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx900-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx900-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx902-amdgcn--.bc -> tahiti-amdgcn--.bc
@ -323,6 +367,20 @@ lrwxrwxrwx root/root usr/share/clc/gfx904-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx904-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx906-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx906-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx908-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx908-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx909-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx909-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx90a-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx90a-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx90c-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx90c-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx940-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx940-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx941-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx941-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/gfx942-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/gfx942-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/hainan-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/hainan-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/hawaii-amdgcn--.bc -> tahiti-amdgcn--.bc
@ -361,6 +419,8 @@ lrwxrwxrwx root/root usr/share/clc/sumo2-r600--.bc -> cedar-r600--.bc
-rw-r--r-- root/root usr/share/clc/tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/tonga-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/tonga-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/tongapro-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/tongapro-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc
lrwxrwxrwx root/root usr/share/clc/turks-r600--.bc -> barts-r600--.bc
lrwxrwxrwx root/root usr/share/clc/verde-amdgcn--.bc -> tahiti-amdgcn--.bc
lrwxrwxrwx root/root usr/share/clc/verde-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YwxXO0BiqDh1h1KXFJp31CpXcf4cNLT1tJFNPX2xmgJYQmmt2oWi5Mu2q18jS8fkC90Qb03acWaryVIejwybws=
SHA256 (Pkgfile) = 0d370b4c4e1c7d7b137f08a7873ea7603fcea7787230cf968880772896959cd4
SHA256 (.footprint) = e2c674031add5d73f255fbfa19c538406fc19b87b0f9f16dacba11a1a294ac03
SHA256 (libclc-17.0.6.src.tar.xz) = 122f641d94d5dfbb3c37534f2b76612fa59d15c36c2a4917369a85eaaca32148
RWSE3ohX2g5d/bQT9d75wh4sJvCh99QCO9bnGZceyxyyugPctLB96a2y/pAyq5FhzF5RcVs5aqNZF9NkdtJ/Z0BQE1au3Qa8xAA=
SHA256 (Pkgfile) = 44c4e9a27b2b5e663d144eea5b63b11acfe4c911a452390a2aaae7dcb0a6ac04
SHA256 (.footprint) = b8486ae5dea07efd2c7a39b274ca85713a6d4295501151405199c8e8bb09c04f
SHA256 (libclc-18.1.1.src.tar.xz) = ad0c98e623a8f73a4af3b243aa8157b3cecfd6b30cd696961325d68af0549f64

View File

@ -4,7 +4,7 @@
# Depends on: clang lld spirv-llvm-translator
name=libclc
version=17.0.6
version=18.1.1
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/libclc-$version.src.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Up9AifM8BOcKybBZ++bjvnkbmCIWyor4MZmmXgFivhkWHmmiLi4fO9fAJvOPCN5TvEp3K+T4t/zHvdAPEwB2wA=
SHA256 (Pkgfile) = 7e829e20d36f822ab6bab3e62cce1b92e299e7c0dce8bede45b71a9a3939e59c
RWSE3ohX2g5d/UemAq8qBq/wMcwpakqI/EIvHT4p/jlqG/fyqg62ZgvKlatTUCPNiWyIszpCNNeBeHsd+hAUSo3FfSXffUUrRgA=
SHA256 (Pkgfile) = f1620ea4f584b2cd87822d0d84a54a857d882c46e6e6f808864d2c2ba3b3b48a
SHA256 (.footprint) = 229026b2994c9e6bc682a791476eee7269507cedfa12d043d2377711219a44a2
SHA256 (librsvg-2.57.1.tar.xz) = 074671a3ed6fbcd67cae2a40e539107f4f097ca8a4ab1a894c05e2524ff340ef
SHA256 (librsvg-2.57.2.tar.xz) = 9c2b73947924d3f0f5653436c3ee3b170128930ab6abd2303bb6d727b88d6471

View File

@ -5,7 +5,7 @@
# Optional: graphite2 sccache vala
name=librsvg
version=2.57.1
version=2.57.2
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

View File

@ -97,8 +97,8 @@ drwxr-xr-x root/root usr/lib/cmake/SDL2/
-rw-r--r-- root/root usr/lib/cmake/SDL2/SDL2testTargets.cmake
-rw-r--r-- root/root usr/lib/cmake/SDL2/sdlfind.cmake
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so -> libSDL2-2.0.so.0
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3000.0
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.0
lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3000.1
-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.1
-rw-r--r-- root/root usr/lib/libSDL2.a
lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so
-rw-r--r-- root/root usr/lib/libSDL2_test.a

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Q/rFlKAYea9PLJ72PHAe1k5KLTRAXCVn8AKGv/xamvHlMdsybPRJIykNdsR976mvzUq0+H/9aoohTY23QNNtQU=
SHA256 (Pkgfile) = bccee91b29c767b8f1fe81e4cc7e2cb81484545e167045d62041eb97d93e099c
SHA256 (.footprint) = 2c58ed5685d29bc9420c3e9f82bcdd73f92261085d70cffd7ea80c000e787c96
SHA256 (SDL2-2.30.0.tar.gz) = 36e2e41557e0fa4a1519315c0f5958a87ccb27e25c51776beb6f1239526447b0
RWSE3ohX2g5d/QSPorp1jKjv5pk7i67X9wCEFxS8cbJEz/8hZ2+I2XcOvJnOc+sDzNL9YQgm4z5N2eyQpl1u8OkQOKfM15SCFQE=
SHA256 (Pkgfile) = 6e1455d85c9187a6142d5d44d9092757ea45ace466ae3974ffd3e16d225abd27
SHA256 (.footprint) = 548109b71abeff55768dd758e20ca0694f759f5d4b20fc1fa6e815d4d2ed1af9
SHA256 (SDL2-2.30.1.tar.gz) = 01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a

View File

@ -5,7 +5,7 @@
# Optional: alsa-lib ibus jack pipewire pulseaudio wayland-protocols
name=libsdl2
version=2.30.0
version=2.30.1
release=1
source=(https://www.libsdl.org/release/SDL2-$version.tar.gz)

View File

@ -4,9 +4,9 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libunbound.a
-rw-r--r-- root/root usr/lib/libunbound.la
lrwxrwxrwx root/root usr/lib/libunbound.so -> libunbound.so.8.1.24
lrwxrwxrwx root/root usr/lib/libunbound.so.8 -> libunbound.so.8.1.24
-rwxr-xr-x root/root usr/lib/libunbound.so.8.1.24
lrwxrwxrwx root/root usr/lib/libunbound.so -> libunbound.so.8.1.25
lrwxrwxrwx root/root usr/lib/libunbound.so.8 -> libunbound.so.8.1.25
-rwxr-xr-x root/root usr/lib/libunbound.so.8.1.25
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libunbound.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/X6c6WV9RxGbKknYMpSS65hoM1jjLfMFIuNhVblfARaZnINsfMuryopVIRl+7+vRFWIZYwAiwomHOtAL2eGbLwE=
SHA256 (Pkgfile) = 77ef20a9fdb2d1d2a94c726eefa9e19aaa4483117f286869714f340f86dbfed2
SHA256 (.footprint) = 814c2db7d0aa2ef518fea75a8623a655931e18b10c3514bc0feb2df5186143cd
SHA256 (unbound-1.19.1.tar.gz) = bc1d576f3dd846a0739adc41ffaa702404c6767d2b6082deb9f2f97cbb24a3a9
RWSE3ohX2g5d/Vg33+p48a5+d2UjP65tu6QwSPNDVrgpHeAbm3xgp2vPLbdn92Nv3GugFXybHzjIvmsWNxxn43NLze8C8s+7pAs=
SHA256 (Pkgfile) = cfff2db4c0f83df3a099abf0933af7fdc49e09f02fea1ff2b16ec51792ab9c39
SHA256 (.footprint) = ac0da807eab4e459b19291abea030c55a246c81786a8f75fb459dae715276bc5
SHA256 (unbound-1.19.2.tar.gz) = cc560d345734226c1b39e71a769797e7fdde2265cbb77ebce542704bba489e55

View File

@ -4,7 +4,7 @@
# Depends on: expat openssl
name=libunbound
version=1.19.1
version=1.19.2
release=1
source=(https://unbound.net/downloads/unbound-$version.tar.gz)

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WQh6BhVoUmw/3RhYGAobxK4VhoxeMyeGHED/Eg7x/jhaElSa5RvnQO3sHBmkHnWuQRVFJSpJNJv5Za8oYT2Og0=
SHA256 (Pkgfile) = 65537cda5fea5fc2f4911a4e0f19f3331f0812b60adb810260449d398a07597b
RWSE3ohX2g5d/RdMM5vTMJ8eJNEEbV84rIxO43kRwZg0FZJa37edsjLJ6IrTCAdedtpjzPqVwzDzg5CweKyFIjbkDot91yyHhQo=
SHA256 (Pkgfile) = 0e1b83a91a1c7068127106a88c9a2e1ed0bcc0be1d875053bd6cc67ceb1596f5
SHA256 (.footprint) = c6668b7fc80eafefe01cd6d1b55967b422dfc7e602408fd69445d46cdc58c06f
SHA256 (lld-17.0.6.src.tar.xz) = 4ac13125616dc44905b85820aa403d27ec1226329b7f674daeb5f5584c6f0b22
SHA256 (cmake-17.0.6.src.tar.xz) = 807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
SHA256 (lld-18.1.1.src.tar.xz) = 8456e8be08767f1f257733c5b56d0671d5b1a43fd78ffa53f024f307641f4612
SHA256 (cmake-18.1.1.src.tar.xz) = 5308023d1c1e9feb264c14f58db35c53061123300a7eb940364f46d574c8b2d6
SHA256 (0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch) = 3b18edef05d3a3fc0030b7a7674e455574dfbdecf26f23c6af5bd30e987b0f55

View File

@ -4,7 +4,7 @@
# Depends on: llvm
name=lld
version=17.0.6
version=18.1.1
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/lld-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz

View File

@ -2,9 +2,9 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lldb
-rwxr-xr-x root/root usr/bin/lldb-argdumper
-rwxr-xr-x root/root usr/bin/lldb-dap
-rwxr-xr-x root/root usr/bin/lldb-instr
-rwxr-xr-x root/root usr/bin/lldb-server
-rwxr-xr-x root/root usr/bin/lldb-vscode
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/lldb/
drwxr-xr-x root/root usr/include/lldb/API/
@ -33,6 +33,7 @@ drwxr-xr-x root/root usr/include/lldb/API/
-rw-r--r-- root/root usr/include/lldb/API/SBFile.h
-rw-r--r-- root/root usr/include/lldb/API/SBFileSpec.h
-rw-r--r-- root/root usr/include/lldb/API/SBFileSpecList.h
-rw-r--r-- root/root usr/include/lldb/API/SBFormat.h
-rw-r--r-- root/root usr/include/lldb/API/SBFrame.h
-rw-r--r-- root/root usr/include/lldb/API/SBFunction.h
-rw-r--r-- root/root usr/include/lldb/API/SBHostOS.h
@ -49,6 +50,7 @@ drwxr-xr-x root/root usr/include/lldb/API/
-rw-r--r-- root/root usr/include/lldb/API/SBPlatform.h
-rw-r--r-- root/root usr/include/lldb/API/SBProcess.h
-rw-r--r-- root/root usr/include/lldb/API/SBProcessInfo.h
-rw-r--r-- root/root usr/include/lldb/API/SBProcessInfoList.h
-rw-r--r-- root/root usr/include/lldb/API/SBQueue.h
-rw-r--r-- root/root usr/include/lldb/API/SBQueueItem.h
-rw-r--r-- root/root usr/include/lldb/API/SBReproducer.h
@ -80,6 +82,7 @@ drwxr-xr-x root/root usr/include/lldb/API/
-rw-r--r-- root/root usr/include/lldb/API/SBValueList.h
-rw-r--r-- root/root usr/include/lldb/API/SBVariablesOptions.h
-rw-r--r-- root/root usr/include/lldb/API/SBWatchpoint.h
-rw-r--r-- root/root usr/include/lldb/API/SBWatchpointOptions.h
drwxr-xr-x root/root usr/include/lldb/Breakpoint/
-rw-r--r-- root/root usr/include/lldb/Breakpoint/Breakpoint.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/BreakpointID.h
@ -98,7 +101,7 @@ drwxr-xr-x root/root usr/include/lldb/Breakpoint/
-rw-r--r-- root/root usr/include/lldb/Breakpoint/BreakpointResolverName.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/BreakpointResolverScripted.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/BreakpointSite.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/BreakpointSiteList.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/StopPointSiteList.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/Stoppoint.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/StoppointCallbackContext.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/StoppointHitCounter.h
@ -106,6 +109,8 @@ drwxr-xr-x root/root usr/include/lldb/Breakpoint/
-rw-r--r-- root/root usr/include/lldb/Breakpoint/Watchpoint.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/WatchpointList.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/WatchpointOptions.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/WatchpointResource.h
-rw-r--r-- root/root usr/include/lldb/Breakpoint/WatchpointResourceList.h
drwxr-xr-x root/root usr/include/lldb/Core/
-rw-r--r-- root/root usr/include/lldb/Core/Address.h
-rw-r--r-- root/root usr/include/lldb/Core/AddressRange.h
@ -127,10 +132,8 @@ drwxr-xr-x root/root usr/include/lldb/Core/
-rw-r--r-- root/root usr/include/lldb/Core/Highlighter.h
-rw-r--r-- root/root usr/include/lldb/Core/IOHandler.h
-rw-r--r-- root/root usr/include/lldb/Core/IOHandlerCursesGUI.h
-rw-r--r-- root/root usr/include/lldb/Core/IOStreamMacros.h
-rw-r--r-- root/root usr/include/lldb/Core/LoadedModuleInfoList.h
-rw-r--r-- root/root usr/include/lldb/Core/Mangled.h
-rw-r--r-- root/root usr/include/lldb/Core/MappedHash.h
-rw-r--r-- root/root usr/include/lldb/Core/Module.h
-rw-r--r-- root/root usr/include/lldb/Core/ModuleChild.h
-rw-r--r-- root/root usr/include/lldb/Core/ModuleList.h
@ -145,8 +148,6 @@ drwxr-xr-x root/root usr/include/lldb/Core/
-rw-r--r-- root/root usr/include/lldb/Core/SourceLocationSpec.h
-rw-r--r-- root/root usr/include/lldb/Core/SourceManager.h
-rw-r--r-- root/root usr/include/lldb/Core/StreamAsynchronousIO.h
-rw-r--r-- root/root usr/include/lldb/Core/StreamBuffer.h
-rw-r--r-- root/root usr/include/lldb/Core/StreamFile.h
-rw-r--r-- root/root usr/include/lldb/Core/StructuredDataImpl.h
-rw-r--r-- root/root usr/include/lldb/Core/ThreadSafeDenseSet.h
-rw-r--r-- root/root usr/include/lldb/Core/ThreadSafeValue.h
@ -167,6 +168,7 @@ drwxr-xr-x root/root usr/include/lldb/Core/
-rw-r--r-- root/root usr/include/lldb/Core/ValueObjectRegister.h
-rw-r--r-- root/root usr/include/lldb/Core/ValueObjectSyntheticFilter.h
-rw-r--r-- root/root usr/include/lldb/Core/ValueObjectUpdater.h
-rw-r--r-- root/root usr/include/lldb/Core/ValueObjectVTable.h
-rw-r--r-- root/root usr/include/lldb/Core/ValueObjectVariable.h
-rw-r--r-- root/root usr/include/lldb/Core/dwarf.h
drwxr-xr-x root/root usr/include/lldb/DataFormatters/
@ -245,6 +247,7 @@ drwxr-xr-x root/root usr/include/lldb/Host/
-rw-r--r-- root/root usr/include/lldb/Host/SafeMachO.h
-rw-r--r-- root/root usr/include/lldb/Host/Socket.h
-rw-r--r-- root/root usr/include/lldb/Host/SocketAddress.h
-rw-r--r-- root/root usr/include/lldb/Host/StreamFile.h
-rw-r--r-- root/root usr/include/lldb/Host/Terminal.h
-rw-r--r-- root/root usr/include/lldb/Host/ThreadLauncher.h
-rw-r--r-- root/root usr/include/lldb/Host/Time.h
@ -313,6 +316,12 @@ drwxr-xr-x root/root usr/include/lldb/Interpreter/
-rw-r--r-- root/root usr/include/lldb/Interpreter/CommandOptionArgumentTable.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/CommandOptionValidators.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/CommandReturnObject.h
drwxr-xr-x root/root usr/include/lldb/Interpreter/Interfaces/
-rw-r--r-- root/root usr/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/Interfaces/ScriptedInterface.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/OptionArgParser.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/OptionGroupArchitecture.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/OptionGroupBoolean.h
@ -354,9 +363,6 @@ drwxr-xr-x root/root usr/include/lldb/Interpreter/
-rw-r--r-- root/root usr/include/lldb/Interpreter/Property.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/ScriptInterpreter.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/ScriptObject.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/ScriptedInterface.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/ScriptedPlatformInterface.h
-rw-r--r-- root/root usr/include/lldb/Interpreter/ScriptedProcessInterface.h
drwxr-xr-x root/root usr/include/lldb/Symbol/
-rw-r--r-- root/root usr/include/lldb/Symbol/ArmUnwindInfo.h
-rw-r--r-- root/root usr/include/lldb/Symbol/Block.h
@ -383,6 +389,7 @@ drwxr-xr-x root/root usr/include/lldb/Symbol/
-rw-r--r-- root/root usr/include/lldb/Symbol/SymbolContextScope.h
-rw-r--r-- root/root usr/include/lldb/Symbol/SymbolFile.h
-rw-r--r-- root/root usr/include/lldb/Symbol/SymbolFileOnDemand.h
-rw-r--r-- root/root usr/include/lldb/Symbol/SymbolLocator.h
-rw-r--r-- root/root usr/include/lldb/Symbol/SymbolVendor.h
-rw-r--r-- root/root usr/include/lldb/Symbol/Symtab.h
-rw-r--r-- root/root usr/include/lldb/Symbol/TaggedASTType.h
@ -476,11 +483,14 @@ drwxr-xr-x root/root usr/include/lldb/Target/
-rw-r--r-- root/root usr/include/lldb/Target/UnwindAssembly.h
-rw-r--r-- root/root usr/include/lldb/Target/UnwindLLDB.h
drwxr-xr-x root/root usr/include/lldb/Utility/
-rw-r--r-- root/root usr/include/lldb/Utility/AddressableBits.h
-rw-r--r-- root/root usr/include/lldb/Utility/AnsiTerminal.h
-rw-r--r-- root/root usr/include/lldb/Utility/AppleUuidCompatibility.h
-rw-r--r-- root/root usr/include/lldb/Utility/ArchSpec.h
-rw-r--r-- root/root usr/include/lldb/Utility/Args.h
-rw-r--r-- root/root usr/include/lldb/Utility/Baton.h
-rw-r--r-- root/root usr/include/lldb/Utility/Broadcaster.h
-rw-r--r-- root/root usr/include/lldb/Utility/Checksum.h
-rw-r--r-- root/root usr/include/lldb/Utility/Cloneable.h
-rw-r--r-- root/root usr/include/lldb/Utility/CompletionRequest.h
-rw-r--r-- root/root usr/include/lldb/Utility/Connection.h
@ -519,6 +529,7 @@ drwxr-xr-x root/root usr/include/lldb/Utility/
-rw-r--r-- root/root usr/include/lldb/Utility/State.h
-rw-r--r-- root/root usr/include/lldb/Utility/Status.h
-rw-r--r-- root/root usr/include/lldb/Utility/Stream.h
-rw-r--r-- root/root usr/include/lldb/Utility/StreamBuffer.h
-rw-r--r-- root/root usr/include/lldb/Utility/StreamString.h
-rw-r--r-- root/root usr/include/lldb/Utility/StreamTee.h
-rw-r--r-- root/root usr/include/lldb/Utility/StringExtractor.h
@ -526,6 +537,7 @@ drwxr-xr-x root/root usr/include/lldb/Utility/
-rw-r--r-- root/root usr/include/lldb/Utility/StringLexer.h
-rw-r--r-- root/root usr/include/lldb/Utility/StringList.h
-rw-r--r-- root/root usr/include/lldb/Utility/StructuredData.h
-rw-r--r-- root/root usr/include/lldb/Utility/SupportFile.h
-rw-r--r-- root/root usr/include/lldb/Utility/ThreadSafeDenseMap.h
-rw-r--r-- root/root usr/include/lldb/Utility/TildeExpressionResolver.h
-rw-r--r-- root/root usr/include/lldb/Utility/Timeout.h
@ -555,11 +567,11 @@ drwxr-xr-x root/root usr/include/lldb/Version/
-rw-r--r-- root/root usr/include/lldb/lldb-types.h
-rw-r--r-- root/root usr/include/lldb/lldb-versioning.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/liblldb.so -> liblldb.so.17
lrwxrwxrwx root/root usr/lib/liblldb.so.17 -> liblldb.so.17.0.6
-rwxr-xr-x root/root usr/lib/liblldb.so.17.0.6
lrwxrwxrwx root/root usr/lib/liblldbIntelFeatures.so -> liblldbIntelFeatures.so.17
-rwxr-xr-x root/root usr/lib/liblldbIntelFeatures.so.17
lrwxrwxrwx root/root usr/lib/liblldb.so -> liblldb.so.18.1
lrwxrwxrwx root/root usr/lib/liblldb.so.18.1 -> liblldb.so.18.1.1
-rwxr-xr-x root/root usr/lib/liblldb.so.18.1.1
lrwxrwxrwx root/root usr/lib/liblldbIntelFeatures.so -> liblldbIntelFeatures.so.18.1
-rwxr-xr-x root/root usr/lib/liblldbIntelFeatures.so.18.1
drwxr-xr-x root/root usr/lib/python3.12/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/lldb/
@ -620,12 +632,16 @@ drwxr-xr-x root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/__init__.cpython-312.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/__init__.cpython-312.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/__init__.cpython-312.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/operating_system.cpython-312.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/operating_system.cpython-312.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/operating_system.cpython-312.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/scripted_platform.cpython-312.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/scripted_platform.cpython-312.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/scripted_platform.cpython-312.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/scripted_process.cpython-312.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/scripted_process.cpython-312.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/__pycache__/scripted_process.cpython-312.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/operating_system.py
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/scripted_platform.py
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lldb/plugins/scripted_process.py
drwxr-xr-x root/root usr/lib/python3.12/site-packages/lldb/utils/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/S8XIJ7YVNqm9dECmZDd/eLnJOh/eR+GUeKhusIUQca7S6h2JIncRw/MaM7DEScwLkWCunPwyQSiSRgVk56dCAg=
SHA256 (Pkgfile) = 9ac472f2535a7e806e64cd59fc4ba167b17977021a2f8cb931b40237c6c6f4a5
SHA256 (.footprint) = a9712f89397c55997005200ddaddfea823149bcd86c8f545fb42327fac8428cd
SHA256 (lldb-17.0.6.src.tar.xz) = 7bb3159e10e04cee355e51a2683097d130687d310b26af4e1cb80bd0b9f74cd3
SHA256 (cmake-17.0.6.src.tar.xz) = 807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
RWSE3ohX2g5d/aD3B7G/5UDUS+60s6jcBDGd7vp9qaPCs7C28DNvKTBKZvJMwLDblpjWZORxti0sjZfFDlt7x865qh6mV3u5DAg=
SHA256 (Pkgfile) = e69e2e75a3ace07e67ee789b5521b5c7996baaa6bc4cec3e8a619265e02aba47
SHA256 (.footprint) = b9127884f0df1e61780209015065b992f9f8e2bea91024f5c722e7877fafd695
SHA256 (lldb-18.1.1.src.tar.xz) = c9a5aa188c9632753dc5a148896ae4d9a19dde356e5569f183de3e2e3d04cdea
SHA256 (cmake-18.1.1.src.tar.xz) = 5308023d1c1e9feb264c14f58db35c53061123300a7eb940364f46d574c8b2d6

View File

@ -4,7 +4,7 @@
# Depends on: clang python3-six swig
name=lldb
version=17.0.6
version=18.1.1
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/lldb-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz)

View File

@ -63,8 +63,8 @@ lrwxrwxrwx root/root usr/bin/llvm-ranlib -> llvm-ar
-rwxr-xr-x root/root usr/bin/llvm-rc
lrwxrwxrwx root/root usr/bin/llvm-readelf -> llvm-readobj
-rwxr-xr-x root/root usr/bin/llvm-readobj
-rwxr-xr-x root/root usr/bin/llvm-readtapi
-rwxr-xr-x root/root usr/bin/llvm-reduce
-rwxr-xr-x root/root usr/bin/llvm-remark-size-diff
-rwxr-xr-x root/root usr/bin/llvm-remarkutil
-rwxr-xr-x root/root usr/bin/llvm-rtdyld
-rwxr-xr-x root/root usr/bin/llvm-sim
@ -74,7 +74,6 @@ lrwxrwxrwx root/root usr/bin/llvm-readelf -> llvm-readobj
-rwxr-xr-x root/root usr/bin/llvm-strings
lrwxrwxrwx root/root usr/bin/llvm-strip -> llvm-objcopy
-rwxr-xr-x root/root usr/bin/llvm-symbolizer
-rwxr-xr-x root/root usr/bin/llvm-tapi-diff
-rwxr-xr-x root/root usr/bin/llvm-tblgen
-rwxr-xr-x root/root usr/bin/llvm-tli-checker
-rwxr-xr-x root/root usr/bin/llvm-undname
@ -107,6 +106,7 @@ drwxr-xr-x root/root usr/include/llvm-c/
-rw-r--r-- root/root usr/include/llvm-c/ExternC.h
-rw-r--r-- root/root usr/include/llvm-c/IRReader.h
-rw-r--r-- root/root usr/include/llvm-c/LLJIT.h
-rw-r--r-- root/root usr/include/llvm-c/LLJITUtils.h
-rw-r--r-- root/root usr/include/llvm-c/Linker.h
-rw-r--r-- root/root usr/include/llvm-c/Object.h
-rw-r--r-- root/root usr/include/llvm-c/Orc.h
@ -134,6 +134,7 @@ drwxr-xr-x root/root usr/include/llvm/ADT/
-rw-r--r-- root/root usr/include/llvm/ADT/BitVector.h
-rw-r--r-- root/root usr/include/llvm/ADT/Bitfields.h
-rw-r--r-- root/root usr/include/llvm/ADT/BitmaskEnum.h
-rw-r--r-- root/root usr/include/llvm/ADT/Bitset.h
-rw-r--r-- root/root usr/include/llvm/ADT/BreadthFirstIterator.h
-rw-r--r-- root/root usr/include/llvm/ADT/CachedHashString.h
-rw-r--r-- root/root usr/include/llvm/ADT/CoalescingBitVector.h
@ -153,6 +154,7 @@ drwxr-xr-x root/root usr/include/llvm/ADT/
-rw-r--r-- root/root usr/include/llvm/ADT/FloatingPointMode.h
-rw-r--r-- root/root usr/include/llvm/ADT/FoldingSet.h
-rw-r--r-- root/root usr/include/llvm/ADT/FunctionExtras.h
-rw-r--r-- root/root usr/include/llvm/ADT/GenericConvergenceVerifier.h
-rw-r--r-- root/root usr/include/llvm/ADT/GenericCycleImpl.h
-rw-r--r-- root/root usr/include/llvm/ADT/GenericCycleInfo.h
-rw-r--r-- root/root usr/include/llvm/ADT/GenericSSAContext.h
@ -168,8 +170,10 @@ drwxr-xr-x root/root usr/include/llvm/ADT/
-rw-r--r-- root/root usr/include/llvm/ADT/IntervalMap.h
-rw-r--r-- root/root usr/include/llvm/ADT/IntervalTree.h
-rw-r--r-- root/root usr/include/llvm/ADT/IntrusiveRefCntPtr.h
-rw-r--r-- root/root usr/include/llvm/ADT/LazyAtomicPointer.h
-rw-r--r-- root/root usr/include/llvm/ADT/MapVector.h
-rw-r--r-- root/root usr/include/llvm/ADT/PackedVector.h
-rw-r--r-- root/root usr/include/llvm/ADT/PagedVector.h
-rw-r--r-- root/root usr/include/llvm/ADT/PointerEmbeddedInt.h
-rw-r--r-- root/root usr/include/llvm/ADT/PointerIntPair.h
-rw-r--r-- root/root usr/include/llvm/ADT/PointerSumType.h
@ -195,6 +199,7 @@ drwxr-xr-x root/root usr/include/llvm/ADT/
-rw-r--r-- root/root usr/include/llvm/ADT/SparseBitVector.h
-rw-r--r-- root/root usr/include/llvm/ADT/SparseMultiSet.h
-rw-r--r-- root/root usr/include/llvm/ADT/SparseSet.h
-rw-r--r-- root/root usr/include/llvm/ADT/StableHashing.h
-rw-r--r-- root/root usr/include/llvm/ADT/Statistic.h
-rw-r--r-- root/root usr/include/llvm/ADT/StringExtras.h
-rw-r--r-- root/root usr/include/llvm/ADT/StringMap.h
@ -251,6 +256,7 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/DemandedBits.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DependenceAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DependenceGraphBuilder.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DomConditionCache.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DomPrinter.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DomTreeUpdater.h
-rw-r--r-- root/root usr/include/llvm/Analysis/DominanceFrontier.h
@ -333,9 +339,11 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/
-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarEvolutionNormalization.h
-rw-r--r-- root/root usr/include/llvm/Analysis/ScalarFuncs.def
-rw-r--r-- root/root usr/include/llvm/Analysis/ScopedNoAliasAA.h
-rw-r--r-- root/root usr/include/llvm/Analysis/SimplifyQuery.h
-rw-r--r-- root/root usr/include/llvm/Analysis/SparsePropagation.h
-rw-r--r-- root/root usr/include/llvm/Analysis/StackLifetime.h
-rw-r--r-- root/root usr/include/llvm/Analysis/StackSafetyAnalysis.h
-rw-r--r-- root/root usr/include/llvm/Analysis/StructuralHash.h
-rw-r--r-- root/root usr/include/llvm/Analysis/SyntheticCountsUtils.h
-rw-r--r-- root/root usr/include/llvm/Analysis/TargetFolder.h
-rw-r--r-- root/root usr/include/llvm/Analysis/TargetLibraryInfo.def
@ -357,6 +365,7 @@ drwxr-xr-x root/root usr/include/llvm/Analysis/Utils/
-rw-r--r-- root/root usr/include/llvm/Analysis/ValueTracking.h
-rw-r--r-- root/root usr/include/llvm/Analysis/VecFuncs.def
-rw-r--r-- root/root usr/include/llvm/Analysis/VectorUtils.h
-rw-r--r-- root/root usr/include/llvm/Analysis/WithCache.h
drwxr-xr-x root/root usr/include/llvm/AsmParser/
-rw-r--r-- root/root usr/include/llvm/AsmParser/LLLexer.h
-rw-r--r-- root/root usr/include/llvm/AsmParser/LLParser.h
@ -440,9 +449,11 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/CFIFixup.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CSEConfigBase.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CalcSpillWeights.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CallBrPrepare.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CallingConvLower.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CodeGenCommonISel.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CodeGenPassBuilder.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CodeGenPrepare.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CommandFlags.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/CostTable.h
@ -453,9 +464,13 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/
-rw-r--r-- root/root usr/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DebugHandlerBase.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DetectDeadLanes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DwarfEHPrepare.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/DwarfStringPoolEntry.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/EdgeBundles.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ExecutionDomainFix.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandLargeDivRem.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandLargeFpConvert.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandMemCmp.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandReductions.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ExpandVectorPredication.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/FastISel.h
@ -493,10 +508,15 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/GlobalISel/
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/RegBankSelect.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalISel/Utils.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/GlobalMerge.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/HardwareLoops.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ISDOpcodes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/IndirectBrExpand.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/IndirectThunks.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/InterleavedAccess.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/InterleavedLoadCombine.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/IntrinsicLowering.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/JMCInstrumenter.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LatencyPriorityQueue.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LexicalScopes.h
@ -516,6 +536,7 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/GlobalISel/
-rw-r--r-- root/root usr/include/llvm/CodeGen/LoopTraversal.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LowLevelType.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LowLevelTypeUtils.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/LowerEmuTLS.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MBFIWrapper.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRFSDiscriminator.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/MIRFormatter.h
@ -582,6 +603,7 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/
-rw-r--r-- root/root usr/include/llvm/CodeGen/Passes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/PseudoSourceValue.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/PseudoSourceValueManager.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/RDFGraph.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/RDFLiveness.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/RDFRegisters.h
@ -600,6 +622,7 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/
-rw-r--r-- root/root usr/include/llvm/CodeGen/ResourcePriorityQueue.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/RuntimeLibcalls.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SDNodeProperties.td
-rw-r--r-- root/root usr/include/llvm/CodeGen/SafeStack.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAG.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAGInstrs.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleDAGMutation.h
@ -607,14 +630,16 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/
-rw-r--r-- root/root usr/include/llvm/CodeGen/ScheduleHazardRecognizer.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SchedulerRegistry.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectOptimize.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAG.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGISel.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGNodes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SelectionDAGTargetInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ShadowStackGCLowering.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SjLjEHPrepare.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SlotIndexes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/Spiller.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/StableHashing.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/StackMaps.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/StackProtector.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/SwiftErrorValueTracking.h
@ -637,9 +662,10 @@ drwxr-xr-x root/root usr/include/llvm/CodeGen/PBQP/
-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/ValueTypes.td
-rw-r--r-- root/root usr/include/llvm/CodeGen/VirtRegMap.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/WasmAddressSpaces.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/WasmEHFuncInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/WasmEHPrepare.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/WinEHFuncInfo.h
-rw-r--r-- root/root usr/include/llvm/CodeGen/WinEHPrepare.h
drwxr-xr-x root/root usr/include/llvm/Config/
-rw-r--r-- root/root usr/include/llvm/Config/AsmParsers.def
-rw-r--r-- root/root usr/include/llvm/Config/AsmPrinters.def
@ -651,16 +677,19 @@ drwxr-xr-x root/root usr/include/llvm/Config/
-rw-r--r-- root/root usr/include/llvm/Config/llvm-config-64.h
-rw-r--r-- root/root usr/include/llvm/Config/llvm-config.h
drwxr-xr-x root/root usr/include/llvm/DWARFLinker/
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/DWARFLinker.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/DWARFStreamer.h
drwxr-xr-x root/root usr/include/llvm/DWARFLinkerParallel/
-rw-r--r-- root/root usr/include/llvm/DWARFLinkerParallel/AddressesMap.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinkerParallel/DWARFFile.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinkerParallel/DWARFLinker.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinkerParallel/StringPool.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinkerParallel/StringTable.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/AddressesMap.h
drwxr-xr-x root/root usr/include/llvm/DWARFLinker/Classic/
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Classic/DWARFLinker.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Classic/DWARFStreamer.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/DWARFFile.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/DWARFLinkerBase.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/IndexedValuesMap.h
drwxr-xr-x root/root usr/include/llvm/DWARFLinker/Parallel/
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Parallel/DWARFLinker.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/StringPool.h
-rw-r--r-- root/root usr/include/llvm/DWARFLinker/Utils.h
drwxr-xr-x root/root usr/include/llvm/DWP/
-rw-r--r-- root/root usr/include/llvm/DWP/DWP.h
-rw-r--r-- root/root usr/include/llvm/DWP/DWPError.h
@ -852,7 +881,6 @@ drwxr-xr-x root/root usr/include/llvm/DebugInfo/PDB/Native/
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/EnumTables.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/FormatUtil.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/Formatters.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
-rw-r--r-- root/root usr/include/llvm/DebugInfo/PDB/Native/Hash.h
@ -1005,7 +1033,11 @@ drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Core.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/DebugUtils.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/DebuggerSupportPlugin.h
drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h
@ -1025,6 +1057,7 @@ drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Layer.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LazyReexports.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/MachOBuilder.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Mangling.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h
@ -1042,6 +1075,7 @@ drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/Shared/
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h
@ -1054,6 +1088,7 @@ drwxr-xr-x root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h
-rw-r--r-- root/root usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h
@ -1072,8 +1107,13 @@ drwxr-xr-x root/root usr/include/llvm/Frontend/Debug/
-rw-r--r-- root/root usr/include/llvm/Frontend/Debug/Options.h
drwxr-xr-x root/root usr/include/llvm/Frontend/Directive/
-rw-r--r-- root/root usr/include/llvm/Frontend/Directive/DirectiveBase.td
drwxr-xr-x root/root usr/include/llvm/Frontend/Driver/
-rw-r--r-- root/root usr/include/llvm/Frontend/Driver/CodeGenOptions.h
drwxr-xr-x root/root usr/include/llvm/Frontend/HLSL/
-rw-r--r-- root/root usr/include/llvm/Frontend/HLSL/HLSLResource.h
drwxr-xr-x root/root usr/include/llvm/Frontend/Offloading/
-rw-r--r-- root/root usr/include/llvm/Frontend/Offloading/OffloadWrapper.h
-rw-r--r-- root/root usr/include/llvm/Frontend/Offloading/Utility.h
drwxr-xr-x root/root usr/include/llvm/Frontend/OpenACC/
-rw-r--r-- root/root usr/include/llvm/Frontend/OpenACC/ACC.h.inc
-rw-r--r-- root/root usr/include/llvm/Frontend/OpenACC/ACC.inc
@ -1117,6 +1157,7 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/ConstantRange.h
-rw-r--r-- root/root usr/include/llvm/IR/Constants.h
-rw-r--r-- root/root usr/include/llvm/IR/ConstrainedOps.def
-rw-r--r-- root/root usr/include/llvm/IR/ConvergenceVerifier.h
-rw-r--r-- root/root usr/include/llvm/IR/CycleInfo.h
-rw-r--r-- root/root usr/include/llvm/IR/DIBuilder.h
-rw-r--r-- root/root usr/include/llvm/IR/DataLayout.h
@ -1124,6 +1165,7 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/DebugInfoFlags.def
-rw-r--r-- root/root usr/include/llvm/IR/DebugInfoMetadata.h
-rw-r--r-- root/root usr/include/llvm/IR/DebugLoc.h
-rw-r--r-- root/root usr/include/llvm/IR/DebugProgramInstruction.h
-rw-r--r-- root/root usr/include/llvm/IR/DerivedTypes.h
-rw-r--r-- root/root usr/include/llvm/IR/DerivedUser.h
-rw-r--r-- root/root usr/include/llvm/IR/DiagnosticHandler.h
@ -1138,6 +1180,7 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/Function.h
-rw-r--r-- root/root usr/include/llvm/IR/GCStrategy.h
-rw-r--r-- root/root usr/include/llvm/IR/GVMaterializer.h
-rw-r--r-- root/root usr/include/llvm/IR/GenericConvergenceVerifierImpl.h
-rw-r--r-- root/root usr/include/llvm/IR/GetElementPtrTypeIterator.h
-rw-r--r-- root/root usr/include/llvm/IR/GlobalAlias.h
-rw-r--r-- root/root usr/include/llvm/IR/GlobalIFunc.h
@ -1183,6 +1226,7 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsR600.h
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCV.h
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCV.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCVXCV.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCVXTHead.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsRISCVXsf.td
-rw-r--r-- root/root usr/include/llvm/IR/IntrinsicsS390.h
@ -1241,6 +1285,7 @@ drwxr-xr-x root/root usr/include/llvm/IR/
-rw-r--r-- root/root usr/include/llvm/IR/Use.h
-rw-r--r-- root/root usr/include/llvm/IR/UseListOrder.h
-rw-r--r-- root/root usr/include/llvm/IR/User.h
-rw-r--r-- root/root usr/include/llvm/IR/VFABIDemangler.h
-rw-r--r-- root/root usr/include/llvm/IR/VPIntrinsics.def
-rw-r--r-- root/root usr/include/llvm/IR/Value.def
-rw-r--r-- root/root usr/include/llvm/IR/Value.h
@ -1309,6 +1354,8 @@ drwxr-xr-x root/root usr/include/llvm/MC/MCDisassembler/
-rw-r--r-- root/root usr/include/llvm/MC/MCFixup.h
-rw-r--r-- root/root usr/include/llvm/MC/MCFixupKindInfo.h
-rw-r--r-- root/root usr/include/llvm/MC/MCFragment.h
-rw-r--r-- root/root usr/include/llvm/MC/MCGOFFObjectWriter.h
-rw-r--r-- root/root usr/include/llvm/MC/MCGOFFStreamer.h
-rw-r--r-- root/root usr/include/llvm/MC/MCInst.h
-rw-r--r-- root/root usr/include/llvm/MC/MCInstBuilder.h
-rw-r--r-- root/root usr/include/llvm/MC/MCInstPrinter.h
@ -1466,6 +1513,7 @@ drwxr-xr-x root/root usr/include/llvm/ObjectYAML/
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/DWARFYAML.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/DXContainerYAML.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/ELFYAML.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/GOFFYAML.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/MachOYAML.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/MinidumpYAML.h
-rw-r--r-- root/root usr/include/llvm/ObjectYAML/ObjectYAML.h
@ -1496,7 +1544,9 @@ drwxr-xr-x root/root usr/include/llvm/ProfileData/Coverage/
-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMapping.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/FunctionId.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/GCOV.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/HashKeyMap.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProf.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfCorrelator.h
-rw-r--r-- root/root usr/include/llvm/ProfileData/InstrProfData.inc
@ -1526,6 +1576,7 @@ drwxr-xr-x root/root usr/include/llvm/Remarks/
-rw-r--r-- root/root usr/include/llvm/Remarks/RemarkStringTable.h
-rw-r--r-- root/root usr/include/llvm/Remarks/YAMLRemarkSerializer.h
drwxr-xr-x root/root usr/include/llvm/Support/
-rw-r--r-- root/root usr/include/llvm/Support/AMDGPUAddrSpace.h
-rw-r--r-- root/root usr/include/llvm/Support/AMDGPUMetadata.h
-rw-r--r-- root/root usr/include/llvm/Support/AMDHSAKernelDescriptor.h
-rw-r--r-- root/root usr/include/llvm/Support/ARMAttributeParser.h
@ -1621,7 +1672,6 @@ drwxr-xr-x root/root usr/include/llvm/Support/FileSystem/
-rw-r--r-- root/root usr/include/llvm/Support/GlobPattern.h
-rw-r--r-- root/root usr/include/llvm/Support/GraphWriter.h
-rw-r--r-- root/root usr/include/llvm/Support/HashBuilder.h
-rw-r--r-- root/root usr/include/llvm/Support/Host.h
-rw-r--r-- root/root usr/include/llvm/Support/InitLLVM.h
-rw-r--r-- root/root usr/include/llvm/Support/InstructionCost.h
-rw-r--r-- root/root usr/include/llvm/Support/JSON.h
@ -1688,10 +1738,13 @@ drwxr-xr-x root/root usr/include/llvm/Support/Solaris/sys/
-rw-r--r-- root/root usr/include/llvm/Support/SuffixTreeNode.h
-rw-r--r-- root/root usr/include/llvm/Support/SwapByteOrder.h
-rw-r--r-- root/root usr/include/llvm/Support/SystemUtils.h
drwxr-xr-x root/root usr/include/llvm/Support/SystemZ/
-rw-r--r-- root/root usr/include/llvm/Support/SystemZ/zOSSupport.h
-rw-r--r-- root/root usr/include/llvm/Support/TarWriter.h
-rw-r--r-- root/root usr/include/llvm/Support/TargetOpcodes.def
-rw-r--r-- root/root usr/include/llvm/Support/TargetSelect.h
-rw-r--r-- root/root usr/include/llvm/Support/ThreadPool.h
-rw-r--r-- root/root usr/include/llvm/Support/ThreadSafeAllocator.h
-rw-r--r-- root/root usr/include/llvm/Support/Threading.h
-rw-r--r-- root/root usr/include/llvm/Support/TimeProfiler.h
-rw-r--r-- root/root usr/include/llvm/Support/Timer.h
@ -1719,6 +1772,7 @@ drwxr-xr-x root/root usr/include/llvm/Support/Windows/
-rw-r--r-- root/root usr/include/llvm/Support/raw_os_ostream.h
-rw-r--r-- root/root usr/include/llvm/Support/raw_ostream.h
-rw-r--r-- root/root usr/include/llvm/Support/raw_sha1_ostream.h
-rw-r--r-- root/root usr/include/llvm/Support/raw_socket_stream.h
-rw-r--r-- root/root usr/include/llvm/Support/thread.h
-rw-r--r-- root/root usr/include/llvm/Support/type_traits.h
-rw-r--r-- root/root usr/include/llvm/Support/xxhash.h
@ -1784,14 +1838,20 @@ drwxr-xr-x root/root usr/include/llvm/TextAPI/
-rw-r--r-- root/root usr/include/llvm/TextAPI/Architecture.def
-rw-r--r-- root/root usr/include/llvm/TextAPI/Architecture.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/ArchitectureSet.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/DylibReader.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/InterfaceFile.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/PackedVersion.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/Platform.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/Record.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/RecordVisitor.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/RecordsSlice.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/Symbol.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/SymbolSet.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/Target.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/TextAPIError.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/TextAPIReader.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/TextAPIWriter.h
-rw-r--r-- root/root usr/include/llvm/TextAPI/Utils.h
drwxr-xr-x root/root usr/include/llvm/ToolDrivers/
drwxr-xr-x root/root usr/include/llvm/ToolDrivers/llvm-dlltool/
-rw-r--r-- root/root usr/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h
@ -1807,6 +1867,8 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Coroutines/
-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroEarly.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroElide.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Coroutines/CoroSplit.h
drwxr-xr-x root/root usr/include/llvm/Transforms/HipStdPar/
-rw-r--r-- root/root usr/include/llvm/Transforms/HipStdPar/HipStdPar.h
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO.h
drwxr-xr-x root/root usr/include/llvm/Transforms/IPO/
-rw-r--r-- root/root usr/include/llvm/Transforms/IPO/AlwaysInliner.h
@ -1901,6 +1963,7 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Scalar/
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/IndVarSimplify.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InferAddressSpaces.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InferAlignment.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/InstSimplifyPass.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/JumpThreading.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Scalar/LICM.h
@ -1976,6 +2039,7 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CodeMoverUtils.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CountVisits.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/CtorUtils.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/DXILUpgrade.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Debugify.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/EscapeEnumerator.h
@ -1993,6 +2057,7 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LCSSA.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/Local.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopConstrainer.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopPeel.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopRotationUtils.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/LoopSimplify.h
@ -2038,7 +2103,6 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/UnrollLoop.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/VNCoercion.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Utils/ValueMapper.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize.h
drwxr-xr-x root/root usr/include/llvm/Transforms/Vectorize/
-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h
-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
@ -2086,7 +2150,6 @@ drwxr-xr-x root/root usr/lib/cmake/llvm/
-rw-r--r-- root/root usr/lib/cmake/llvm/CheckAtomic.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/CheckCompilerVersion.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/CheckProblematicConfigurations.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/ChooseMSVCCRT.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/CoverageReport.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/CrossCompile.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/DetermineGCCCompatible.cmake
@ -2125,16 +2188,15 @@ drwxr-xr-x root/root usr/lib/cmake/llvm/
-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMInstallSymlink.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/LLVMProcessSources.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/SetPlatformToolchainTools.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/SetTargetTriple.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/SortSubset.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/TableGen.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/TensorFlowCompile.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/UseLibtool.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/VersionFromVCS.cmake
-rw-r--r-- root/root usr/lib/cmake/llvm/llvm-driver-template.cpp.in
lrwxrwxrwx root/root usr/lib/libLLVM-17.0.6.so -> libLLVM-17.so
-rwxr-xr-x root/root usr/lib/libLLVM-17.so
lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-17.so
lrwxrwxrwx root/root usr/lib/libLLVM-18.so -> libLLVM.so.18.1
lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM.so.18.1
-rwxr-xr-x root/root usr/lib/libLLVM.so.18.1
-rw-r--r-- root/root usr/lib/libLLVMAArch64AsmParser.a
-rw-r--r-- root/root usr/lib/libLLVMAArch64CodeGen.a
-rw-r--r-- root/root usr/lib/libLLVMAArch64Desc.a
@ -2180,6 +2242,7 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-17.so
-rw-r--r-- root/root usr/lib/libLLVMCoroutines.a
-rw-r--r-- root/root usr/lib/libLLVMCoverage.a
-rw-r--r-- root/root usr/lib/libLLVMDWARFLinker.a
-rw-r--r-- root/root usr/lib/libLLVMDWARFLinkerClassic.a
-rw-r--r-- root/root usr/lib/libLLVMDWARFLinkerParallel.a
-rw-r--r-- root/root usr/lib/libLLVMDWP.a
-rw-r--r-- root/root usr/lib/libLLVMDebugInfoBTF.a
@ -2201,7 +2264,9 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-17.so
-rw-r--r-- root/root usr/lib/libLLVMExegesisX86.a
-rw-r--r-- root/root usr/lib/libLLVMExtensions.a
-rw-r--r-- root/root usr/lib/libLLVMFileCheck.a
-rw-r--r-- root/root usr/lib/libLLVMFrontendDriver.a
-rw-r--r-- root/root usr/lib/libLLVMFrontendHLSL.a
-rw-r--r-- root/root usr/lib/libLLVMFrontendOffloading.a
-rw-r--r-- root/root usr/lib/libLLVMFrontendOpenACC.a
-rw-r--r-- root/root usr/lib/libLLVMFrontendOpenMP.a
-rw-r--r-- root/root usr/lib/libLLVMFuzzMutate.a
@ -2212,6 +2277,7 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-17.so
-rw-r--r-- root/root usr/lib/libLLVMHexagonDesc.a
-rw-r--r-- root/root usr/lib/libLLVMHexagonDisassembler.a
-rw-r--r-- root/root usr/lib/libLLVMHexagonInfo.a
-rw-r--r-- root/root usr/lib/libLLVMHipStdPar.a
-rw-r--r-- root/root usr/lib/libLLVMIRPrinter.a
-rw-r--r-- root/root usr/lib/libLLVMIRReader.a
-rw-r--r-- root/root usr/lib/libLLVMInstCombine.a
@ -2257,6 +2323,7 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-17.so
-rw-r--r-- root/root usr/lib/libLLVMObject.a
-rw-r--r-- root/root usr/lib/libLLVMObjectYAML.a
-rw-r--r-- root/root usr/lib/libLLVMOption.a
-rw-r--r-- root/root usr/lib/libLLVMOrcDebugging.a
-rw-r--r-- root/root usr/lib/libLLVMOrcJIT.a
-rw-r--r-- root/root usr/lib/libLLVMOrcShared.a
-rw-r--r-- root/root usr/lib/libLLVMOrcTargetProcess.a
@ -2295,6 +2362,7 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-17.so
-rw-r--r-- root/root usr/lib/libLLVMTarget.a
-rw-r--r-- root/root usr/lib/libLLVMTargetParser.a
-rw-r--r-- root/root usr/lib/libLLVMTextAPI.a
-rw-r--r-- root/root usr/lib/libLLVMTextAPIBinaryReader.a
-rw-r--r-- root/root usr/lib/libLLVMTransformUtils.a
-rw-r--r-- root/root usr/lib/libLLVMVEAsmParser.a
-rw-r--r-- root/root usr/lib/libLLVMVECodeGen.a
@ -2322,19 +2390,19 @@ lrwxrwxrwx root/root usr/lib/libLLVM.so -> libLLVM-17.so
-rw-r--r-- root/root usr/lib/libLLVMXCoreInfo.a
-rw-r--r-- root/root usr/lib/libLLVMXRay.a
-rw-r--r-- root/root usr/lib/libLLVMipo.a
lrwxrwxrwx root/root usr/lib/libLTO.so -> libLTO.so.17
-rwxr-xr-x root/root usr/lib/libLTO.so.17
lrwxrwxrwx root/root usr/lib/libRemarks.so -> libRemarks.so.17
-rwxr-xr-x root/root usr/lib/libRemarks.so.17
lrwxrwxrwx root/root usr/lib/libLTO.so -> libLTO.so.18.1
-rwxr-xr-x root/root usr/lib/libLTO.so.18.1
lrwxrwxrwx root/root usr/lib/libRemarks.so -> libRemarks.so.18.1
-rwxr-xr-x root/root usr/lib/libRemarks.so.18.1
drwxr-xr-x root/root usr/lib/python3.12/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/lit-17.0.6.dev0-py3.12.egg-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-17.0.6.dev0-py3.12.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-17.0.6.dev0-py3.12.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-17.0.6.dev0-py3.12.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-17.0.6.dev0-py3.12.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-17.0.6.dev0-py3.12.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-17.0.6.dev0-py3.12.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.12/site-packages/lit-18.1.0.dev0-py3.12.egg-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-18.1.0.dev0-py3.12.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-18.1.0.dev0-py3.12.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-18.1.0.dev0-py3.12.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-18.1.0.dev0-py3.12.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-18.1.0.dev0-py3.12.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit-18.1.0.dev0-py3.12.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.12/site-packages/lit/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit/BooleanExpression.py
-rw-r--r-- root/root usr/lib/python3.12/site-packages/lit/LitConfig.py

View File

@ -1,10 +1,10 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TxQBwlsyArRsUfcDx6iulvH1Eq6YN1l+MOTPggGnuel5hsN1MFOE3xCRjZ8yhJ9n465yE2vTXOZbJDJ+Z2HPww=
SHA256 (Pkgfile) = 8c975cd8efe3bedff89939574d620994dc5f1fc8a7e815dc79310eb36b8423be
SHA256 (.footprint) = 194d0e41e6e0728bc6f51409cc9c20919f6fdcb18334d6d1f12a3e5261da4e46
SHA256 (llvm-17.0.6.src.tar.xz) = b638167da139126ca11917b6880207cc6e8f9d1cbb1a48d87d017f697ef78188
SHA256 (cmake-17.0.6.src.tar.xz) = 807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
SHA256 (third-party-17.0.6.src.tar.xz) = 3054d0a9c9375dab1a4539cc2cc45ab340341c5d71475f9599ba7752e222947b
RWSE3ohX2g5d/WY3VhJkqf5bPf7n/lFHs/iBaOz2oHtPIV36FM54Kpis7WJnDXjkEs4b8AoIOy1mtMQc6zOfHdwam0WKi/O99AU=
SHA256 (Pkgfile) = 9802e63743d673d4d0c598643ccf0aeaf0e46c30238b014f7aadea87afab075b
SHA256 (.footprint) = 0c6b3b4d1b5923be17b5b754d363780b2909db0234b2cae8473c43a00fe95b66
SHA256 (llvm-18.1.1.src.tar.xz) = ab0508d02b2d126ceb98035c28638a9d7b1e7fa5ef719396236e72f59a02e1ac
SHA256 (cmake-18.1.1.src.tar.xz) = 5308023d1c1e9feb264c14f58db35c53061123300a7eb940364f46d574c8b2d6
SHA256 (third-party-18.1.1.src.tar.xz) = 41cdf4fe95faa54f497677313b906e04e74079a03defa9fdc2f07ed5f259f1ef
SHA256 (install-prefix.patch) = 2649b61a459eb6d8a9aca38ab411aec27eeae57fe82e32d135db4ccb353c9dda
SHA256 (rust-feature-tables.patch) = 88470afc557650112af05e9055d0010f07a888c34fcc61ed8b7cc165d8ecd9af
SHA256 (llvm-config.h) = 2227b83b904348e5530f3475c978e11cb0f05a85024781dcb49ac86b65582707

View File

@ -5,7 +5,7 @@
# Optional: lld
name=llvm
version=17.0.6
version=18.1.1
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/llvm-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz
@ -36,6 +36,7 @@ build() {
-D LLVM_BUILD_LLVM_DYLIB=ON \
-D LLVM_LINK_LLVM_DYLIB=ON \
-D LLVM_PARALLEL_COMPILE_JOBS="${JOBS:-1}" \
-D LLVM_BUILD_RUNTIME=ON \
-D LLVM_BUILD_EXTERNAL_COMPILER_RT=ON \
-D LLVM_INCLUDE_EXAMPLES=OFF \
-D LLVM_INCLUDE_TESTS=OFF \
@ -52,6 +53,7 @@ build() {
-D LLVM_APPEND_VC_REV=OFF \
-Wno-dev
cmake --build build --target LLVM
cmake --build build
DESTDIR=$PKG cmake --install build

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ccfSZe0ZfGke2qlGRwSlEAqQ834YhYoHFlcrxWhJCicrI7hHUctMg2oCHEsZB5FJEhklnmm6razop7pIOuqSQQ=
SHA256 (Pkgfile) = a0a24b7ddddbfdeab178a2ba203dbf81b75a82399c2d4cd00597ad6f3289ebee
RWSE3ohX2g5d/RUTyJ55iMfjkfmE8EYer3B9nr1XVTWoy3y/cC3rRX/+JND9CqJHrVOtfCNalg+k9nwqBBRpjeBDraNW9WJDfgc=
SHA256 (Pkgfile) = fc8d11420e83f7a3efa6fd43baad6ac1e91d2e1150ea8a386f7c9b19bb38b6a4
SHA256 (.footprint) = 16a4cbc53d0d6b7d01be8b598ad20486e3081237707bd214a678fb9a59ab629b
SHA256 (mutt-2.2.12.tar.gz) = 043af312f64b8e56f7fd0bf77f84a205d4c498030bd9586457665c47bb18ce38
SHA256 (mutt-2.2.13.tar.gz) = eb23faddc1cc97d867693f3a4a9f30949ad93765ad5b6fdae2797a4001c58efb

View File

@ -5,7 +5,7 @@
# Optional: cyrus-sasl gpgme libidn2
name=mutt
version=2.2.12
version=2.2.13
release=1
source=(https://bitbucket.org/mutt/mutt/downloads/$name-$version.tar.gz)

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ft7bLiFW5xuytM/PObi0DPiNoS6N0v5/a7DPItNadrG+aW3C9tVfT0XyMnJL7bNqX4pnotI6xQQS0MqkmMAbwo=
SHA256 (Pkgfile) = 9931b8f08a93dcdaf304af623a474b5cd84a61eb7a9e87ea678e9cb127cb8f13
RWSE3ohX2g5d/f5133giLcgdaDSL+oKGsSbkOKTU1vjBIsqFzRotgsdHiJnJTU3iXs/Q7desHntqTs37+5cG3W3beNL6syjLKgw=
SHA256 (Pkgfile) = f8a1386fb7547720a9332e191281fd3cf08cb927545654e043c15eb5eb282314
SHA256 (.footprint) = 3150c1e8bc4bec5c9d351873b44bba9bf9f6c91e9e29b8871ee27e3bf18b3a70
SHA256 (node-v21.6.2.tar.xz) = 191294d445d1e6800359acc8174529b1e18e102147dc5f596030d3dce96931e5
SHA256 (node-v21.7.1.tar.xz) = 1272b6e129d564dbde17527b844210b971c20a70ae729268186b7cb9d990a64b
SHA256 (system-c-ares.patch) = 1ab0f849fe4fae2d295b6c60c12825d5f2c29f5b28b721916d1b550704b0f5f3

View File

@ -5,7 +5,7 @@
# Optional: brotli c-ares icu
name=nodejs
version=21.6.2
version=21.7.1
release=1
source=(https://nodejs.org/dist/v$version/node-v$version.tar.xz
system-c-ares.patch)

View File

@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/omp.h
-rw-r--r-- root/root usr/include/ompt-multiplex.h
-rw-r--r-- root/root usr/include/ompt.h
-rw-r--r-- root/root usr/include/ompx.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/openmp/
@ -37,6 +38,8 @@ drwxr-xr-x root/root usr/lib/cmake/openmp/
-rw-r--r-- root/root usr/lib/libomptarget-amdgpu-gfx90a.bc
-rw-r--r-- root/root usr/lib/libomptarget-amdgpu-gfx90c.bc
-rw-r--r-- root/root usr/lib/libomptarget-amdgpu-gfx940.bc
-rw-r--r-- root/root usr/lib/libomptarget-amdgpu-gfx941.bc
-rw-r--r-- root/root usr/lib/libomptarget-amdgpu-gfx942.bc
-rw-r--r-- root/root usr/lib/libomptarget-nvptx-sm_35.bc
-rw-r--r-- root/root usr/lib/libomptarget-nvptx-sm_37.bc
-rw-r--r-- root/root usr/lib/libomptarget-nvptx-sm_50.bc
@ -54,14 +57,14 @@ drwxr-xr-x root/root usr/lib/cmake/openmp/
-rw-r--r-- root/root usr/lib/libomptarget-nvptx-sm_89.bc
-rw-r--r-- root/root usr/lib/libomptarget-nvptx-sm_90.bc
-rw-r--r-- root/root usr/lib/libomptarget.devicertl.a
lrwxrwxrwx root/root usr/lib/libomptarget.rtl.amdgpu.so -> libomptarget.rtl.amdgpu.so.17
-rwxr-xr-x root/root usr/lib/libomptarget.rtl.amdgpu.so.17
lrwxrwxrwx root/root usr/lib/libomptarget.rtl.cuda.so -> libomptarget.rtl.cuda.so.17
-rwxr-xr-x root/root usr/lib/libomptarget.rtl.cuda.so.17
lrwxrwxrwx root/root usr/lib/libomptarget.rtl.x86_64.so -> libomptarget.rtl.x86_64.so.17
-rwxr-xr-x root/root usr/lib/libomptarget.rtl.x86_64.so.17
lrwxrwxrwx root/root usr/lib/libomptarget.so -> libomptarget.so.17
-rwxr-xr-x root/root usr/lib/libomptarget.so.17
lrwxrwxrwx root/root usr/lib/libomptarget.rtl.amdgpu.so -> libomptarget.rtl.amdgpu.so.18.1
-rwxr-xr-x root/root usr/lib/libomptarget.rtl.amdgpu.so.18.1
lrwxrwxrwx root/root usr/lib/libomptarget.rtl.cuda.so -> libomptarget.rtl.cuda.so.18.1
-rwxr-xr-x root/root usr/lib/libomptarget.rtl.cuda.so.18.1
lrwxrwxrwx root/root usr/lib/libomptarget.rtl.x86_64.so -> libomptarget.rtl.x86_64.so.18.1
-rwxr-xr-x root/root usr/lib/libomptarget.rtl.x86_64.so.18.1
lrwxrwxrwx root/root usr/lib/libomptarget.so -> libomptarget.so.18.1
-rwxr-xr-x root/root usr/lib/libomptarget.so.18.1
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gdb/
drwxr-xr-x root/root usr/share/gdb/python/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XVO3HTE5Ch7yTAXAgSkKQqfLSxVzOokNu8oyGvzaRUWYamtu8kFPZaaXLb2J0RBVKtr7HgCyrtUqe1DOBF3jgA=
SHA256 (Pkgfile) = ef98d4ef789ed343df11e2795c613c7f1d716a1215294bccba43247dc1842f88
SHA256 (.footprint) = 93beaeb774109771465857a0ae9c12873e8e8be0bf3814cfa6dbb58e9cca1add
SHA256 (openmp-17.0.6.src.tar.xz) = 74334cbb4dc8b73a768448a7561d5a3540404940b2267b1fb9813a6464b320de
SHA256 (cmake-17.0.6.src.tar.xz) = 807f069c54dc20cb47b21c1f6acafdd9c649f3ae015609040d6182cab01140f4
RWSE3ohX2g5d/VXQO/nPrFEjJuPWItP64SGaKggm+9zFdNHVMj0DBmYEiCGysquBmVntAjgoIQZt8LkMUYX9rB+6vNzgfPqbLAU=
SHA256 (Pkgfile) = 5110f3d142c53faae471d8d3002655a3b0aa6aad561a392423ab000503e474a7
SHA256 (.footprint) = c574d1b476706ef0b6cb1765142cd79057cf1efb927daa135352ea7a29947587
SHA256 (openmp-18.1.1.src.tar.xz) = 8a2ca2d7bcc42165f6dd6029ea3632ccc5637fc5a5fe6707a0ca2293655f90ed
SHA256 (cmake-18.1.1.src.tar.xz) = 5308023d1c1e9feb264c14f58db35c53061123300a7eb940364f46d574c8b2d6

View File

@ -4,7 +4,7 @@
# Depends on: clang
name=openmp
version=17.0.6
version=18.1.1
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/$name-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz)

View File

@ -9,7 +9,7 @@ drwxr-xr-x root/root usr/include/opus/
-rw-r--r-- root/root usr/include/opus/opus_types.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libopus.so -> libopus.so.0
lrwxrwxrwx root/root usr/lib/libopus.so.0 -> libopus.so.0.9.0
-rwxr-xr-x root/root usr/lib/libopus.so.0.9.0
lrwxrwxrwx root/root usr/lib/libopus.so.0 -> libopus.so.0.10.0
-rwxr-xr-x root/root usr/lib/libopus.so.0.10.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/opus.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UtvLv2oDpxg2ZewqPh+wrTreiZpkNX8MIt2HBRh3dUxxuQTiAEkRw16+/YCYi57eIX+qf6zVWqxPKmWUcSZ0AU=
SHA256 (Pkgfile) = a84c79ffa00b3f5200360a76ea5b8c74e9b9021f12f46fede37f2f8a1cf325ca
SHA256 (.footprint) = f021dc49696e9ea6d3551cc33d914f92e6115dc572aa5c71606f0baeffd9143d
SHA256 (opus-1.4.tar.gz) = c9b32b4253be5ae63d1ff16eea06b94b5f0f2951b7a02aceef58e3a3ce49c51f
RWSE3ohX2g5d/VFHJf2l6kQLgWNNoL8f9a3EgsNt2Rb8lgUIMcE/wW6hieeTn9ElOOT+HhcAc7cOAGXcHXkDHRGm/vq/FZxKhgE=
SHA256 (Pkgfile) = 160a8b9a3113c757d2d5b162f3601314142365e3d1335d8c090a90a8b7e412ae
SHA256 (.footprint) = ed255a5bd339c87f96c31a51f33db7f68011dba862509d523aea80f832506bc5
SHA256 (opus-1.5.1.tar.gz) = b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85

View File

@ -3,8 +3,8 @@
# Maintainer: Tim Biermann, tbier at posteo dot de
name=opus
version=1.4
release=2
version=1.5.1
release=1
source=(https://downloads.xiph.org/releases/opus/opus-$version.tar.gz)
build() {

View File

@ -53,17 +53,17 @@ drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/PangoOT-1.0.typelib
-rw-r--r-- root/root usr/lib/girepository-1.0/PangoXft-1.0.typelib
lrwxrwxrwx root/root usr/lib/libpango-1.0.so -> libpango-1.0.so.0
lrwxrwxrwx root/root usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.5200.0
-rwxr-xr-x root/root usr/lib/libpango-1.0.so.0.5200.0
lrwxrwxrwx root/root usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.5200.1
-rwxr-xr-x root/root usr/lib/libpango-1.0.so.0.5200.1
lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so -> libpangocairo-1.0.so.0
lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.5200.0
-rwxr-xr-x root/root usr/lib/libpangocairo-1.0.so.0.5200.0
lrwxrwxrwx root/root usr/lib/libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.5200.1
-rwxr-xr-x root/root usr/lib/libpangocairo-1.0.so.0.5200.1
lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so -> libpangoft2-1.0.so.0
lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.5200.0
-rwxr-xr-x root/root usr/lib/libpangoft2-1.0.so.0.5200.0
lrwxrwxrwx root/root usr/lib/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.5200.1
-rwxr-xr-x root/root usr/lib/libpangoft2-1.0.so.0.5200.1
lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so -> libpangoxft-1.0.so.0
lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.5200.0
-rwxr-xr-x root/root usr/lib/libpangoxft-1.0.so.0.5200.0
lrwxrwxrwx root/root usr/lib/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.5200.1
-rwxr-xr-x root/root usr/lib/libpangoxft-1.0.so.0.5200.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/pango.pc
-rw-r--r-- root/root usr/lib/pkgconfig/pangocairo.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/a1W7kiux112H034jDV3lM8EZmumUa1woxlyTRad+JxCuBpyAluyd37Us/CMEE9wLQm5L8/R3LPuvQKdQOM8Uwg=
SHA256 (Pkgfile) = 13d2e262787654720323e1fa5fe2d9bcd52063a65b553c3875871797aa724580
SHA256 (.footprint) = 0cd43ef1d4436e7be601b1e34bc40606d10a4f66c0b0a20024ab7837062aca86
SHA256 (pango-1.52.0.tar.xz) = 1ec8518879c3f43224499f08e8ecbbdf4a5d302ed6cd3853b4fa949f82b89a9b
RWSE3ohX2g5d/VZUjKq5z23+ORJrRq6uiqFliyNRh87Gl8ph5fXlOWDG68VrVnvDAy8qEZQ/cC15XCwfQrVXrvY2gU4l4/xyMQk=
SHA256 (Pkgfile) = 3c533c688785dde23b58d51a79c96412a5a63dff0ca6b28987687587bda8858a
SHA256 (.footprint) = cc4a4ea84f96eb25df61318bb6d16f1152df32415c8e16ef4244d7e01ec1cb13
SHA256 (pango-1.52.1.tar.xz) = 58728a0a2d86f60761208df9493033d18ecb2497abac80ee1a274ad0c6e55f0f

View File

@ -4,7 +4,7 @@
# Depends on: fribidi xorg-libsm xorg-libxft
name=pango
version=1.52.0
version=1.52.1
release=1
source=(https://download-fallback.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)

View File

@ -124,6 +124,7 @@ drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/lmdb_table.5.gz
-rw-r--r-- root/root usr/share/man/man5/master.5.gz
-rw-r--r-- root/root usr/share/man/man5/memcache_table.5.gz
-rw-r--r-- root/root usr/share/man/man5/mongodb_table.5.gz
-rw-r--r-- root/root usr/share/man/man5/mysql_table.5.gz
-rw-r--r-- root/root usr/share/man/man5/nisplus_table.5.gz
-rw-r--r-- root/root usr/share/man/man5/pcre_table.5.gz

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VjFJtmwHeoz7U5pocyRT+HwSopj1wJhiqzqpGuqrluRIUpQceBgNgODJVrl1gsjJ/RtG30vNNbm8CUXwFEc5g8=
SHA256 (Pkgfile) = 35abda9f2830d84fb71cd66586b4de3bedb4be6ffa4e3bd1bb5b4f45ed96c261
SHA256 (.footprint) = 0c117e4d6ca42a13ef6f2c030aff896a140958e8b6e96fe1ae7c682f70e588aa
SHA256 (postfix-3.8.5.tar.gz) = f3e827a2b2e410359ad25d31341970434ab07e36139f9a2ef93981b0ec564c85
RWSE3ohX2g5d/d3/+YDy4b9Dytk6NGNhtTIWD1A5kB3Zw5V7eX2fH8uvYgtt1xrB23E0DhkXBvgQnQygaLja81ULX9bQR6nivgc=
SHA256 (Pkgfile) = d6787b2d7b89211e40f03e94ce9760dd706e8ab5bf7008d65e566de9942988c2
SHA256 (.footprint) = 81b52c297fec5ee4cfc0662ba23ceda8baac5173a34a63869e85723f6fcee7dc
SHA256 (postfix-3.9.0.tar.gz) = 56f5e420e7c25455a4e96c19b672f80f9a0a35fb5becc9247c9e3d5dcc617f34
SHA256 (aliases) = b6de629cce43ed5dc06086c5742ebe85ccc7b59d085f0fec71d97e0e73a50271
SHA256 (postfix.rc) = 8466d9ca8e7d53f4b773de29ed113f43fb9564c74208db92a0ddea3a22ff3a4a

View File

@ -4,8 +4,8 @@
# Depends on: cyrus-sasl
name=postfix
version=3.8.5
release=2
version=3.9.0
release=1
source=(http://ftp.porcupine.org/mirrors/postfix-release/official/${name}-${version}.tar.gz
aliases postfix.rc)

View File

@ -2,14 +2,14 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.12/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/pyparsing-3.1.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.1.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.1.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.1.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.1.dist-info/direct_url.json
drwxr-xr-x root/root usr/lib/python3.12/site-packages/pyparsing-3.1.2.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.2.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.2.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.2.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.2.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.2.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.2.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing-3.1.2.dist-info/direct_url.json
drwxr-xr-x root/root usr/lib/python3.12/site-packages/pyparsing/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pyparsing/__init__.py
drwxr-xr-x root/root usr/lib/python3.12/site-packages/pyparsing/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Xvs3m8NHX9PGnvfN5f+yyyF9V49PzEE2MDYSSl2jZiR+DJzWxxwepjPVkcQaA8+YNfHjAxn2JNjNI2UzgMPjgs=
SHA256 (Pkgfile) = 812df97409a88824e049af65735476146cf71ea1ea4051e3279fdcbd7a814f03
SHA256 (.footprint) = 282b0b26be6b492a3f12aabe7bc50192f9c72db7421f6c9319588db49b0a812d
SHA256 (pyparsing-3.1.1.tar.gz) = ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db
RWSE3ohX2g5d/YhG2uu2KfNH7fZlhenLGmlTmQNBaErW5KpvPLLJgbjJcnP1pXiEyAWu88JTNBhubjUBZ48vNy/LXZp9UwFA0Aw=
SHA256 (Pkgfile) = 496f1f163ae65a40232ce941ceff0c7db54de90545e89b317979094837abd246
SHA256 (.footprint) = 96782bc393c5c63db275169f035e5e025f2a56dcc012c44a639fc95a69fe107d
SHA256 (pyparsing-3.1.2.tar.gz) = a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad

View File

@ -4,7 +4,7 @@
# Depends on: python3-pip
name=python3-pyparsing
version=3.1.1
version=3.1.2
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YaU5jq9CVz3GYb40s6/Y2t+5FRtzhjRYAwzqH/vPAnfnFcFud3xk9s3F4EqRUk/WXWviN9ZL/ERPI54TkxOUwk=
SHA256 (Pkgfile) = fb2d2d074a18568890bfcb1e540bece982c26b5e8669c02fadda81283759e045
RWSE3ohX2g5d/R6GXhuHe3wCSlrBwEjMU2ELJqEB0wYsQJ3QC7A9nIeGrEOmKf6MnkjyovGHJ4VA8Kopm2havhoSJ8QCH8HXSgY=
SHA256 (Pkgfile) = dbf34d202e5c0fefb266c8be7d74c37dc9f9716fe5851225b19ed4c51fbae329
SHA256 (.footprint) = 8ee3bd36bba7b21ab3110157b5e2eeffbd39dfa66d2b9f2991cdaf69904efeb7
SHA256 (qemu-8.2.1.tar.xz) = 8562751158175f9d187c5f22b57555abe3c870f0325c8ced12c34c6d987729be
SHA256 (qemu-8.2.2.tar.xz) = 847346c1b82c1a54b2c38f6edbd85549edeb17430b7d4d3da12620e2962bc4f3

View File

@ -5,7 +5,7 @@
# Optional: alsa-lib fuse3 gnutls libaio libjpeg-turbo libpng libsdl2 libseccomp libslirp libssh liburing libxkbcommon nettle nfs-utils numactl pipewire pulseaudio python3-sphinx python3-sphinx_rtd_theme sdl2_image snappy xkeyboard-config xkeyboard-config
name=qemu-all
version=8.2.1
version=8.2.2
release=1
source=(https://download.qemu.org/qemu-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fUHnXhlS7DzYlgY9lcz1cn2HrPA0W6ivwk0Vr0Q07tpPwy703phHAFfwgr3CVPziX2kA43c5Iti8MiOMGUJ4gg=
SHA256 (Pkgfile) = 8e3437f1f08e86414d79b3a62ebf2c436afeb21fa0531619dbaf86542f192de3
RWSE3ohX2g5d/ccsD5nT4TKrdHZ+OO4zkiu9ZtlM7e0t/YP/1wQyR1Om4QvEoyF1M2dW+pD/d6hjQ6gq72oC1qFZN5Z2K6GqVg8=
SHA256 (Pkgfile) = d9287e8f22ff211ede19622c4016261d10cf639f9110b2a9bc8e9646c08f0c82
SHA256 (.footprint) = 015a0ee651fe1363aaec56122eb435bff85037137d9d168803ecc24229a88df0
SHA256 (qemu-8.2.1.tar.xz) = 8562751158175f9d187c5f22b57555abe3c870f0325c8ced12c34c6d987729be
SHA256 (qemu-8.2.2.tar.xz) = 847346c1b82c1a54b2c38f6edbd85549edeb17430b7d4d3da12620e2962bc4f3

View File

@ -5,7 +5,7 @@
# Optional: alsa-lib fuse3 gnutls libaio libjpeg-turbo libpng libsdl2 libseccomp libslirp libssh liburing libxkbcommon nettle nfs-utils numactl pipewire pulseaudio python3-sphinx python3-sphinx_rtd_theme sdl2_image snappy xkeyboard-config xkeyboard-config
name=qemu
version=8.2.1
version=8.2.2
release=1
source=(https://download.qemu.org/$name-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/b1d50t6bnrzM1Oux7VZReiRtcSwtfhThBJ+ntOtliiFKKEZrb+qJ/2nSmvW5tUeJtPh4tyPajZNTpIsaXKkCAE=
SHA256 (Pkgfile) = 0e0769672d1418cd3d1ff7a0589a2d30a8e1f0704f13c6bf7e8893ecf5702c1e
RWSE3ohX2g5d/XBYWeQlwc5jAbGos+z82rq9pPv2F2yFM/XY1eRxV9C+hbIyFs2DWHYaQRkfyfEX7p+EFfuIAbFlVXOf9SmQ4Ak=
SHA256 (Pkgfile) = 66477893eb729dd474bd2eb4fe7d78cbd2b4a6292546c93accd60f7d334e1da2
SHA256 (.footprint) = 246513f9d7ea03277d22c278d8e988fff54b2f7bee6442ef14c026ddf93611dd
SHA256 (qttools-everywhere-src-6.6.2.tar.xz) = e6d49e9f52111287f77878ecb8b708cce682f10b03ba2476d9247603bc6c4746

View File

@ -6,7 +6,7 @@
name=qt6-tools
version=6.6.2
release=2
release=3
source=(https://download.qt.io/official_releases/qt/${version%.*}/$version/submodules/qttools-everywhere-src-$version.tar.xz)
build() {

View File

@ -1,11 +1,12 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RuaHS65lAai1ecVeZFMZSyPRJD5upFpSd76DQyzXjCVTd+UH8RZ0kNZYwkJKjBpTgz0OJCzmXdPe1id/aBQ4gs=
SHA256 (Pkgfile) = fec9055b6b68760f49c6187f4461eff3fe7355eaa4a17b49027dd3fa1afd5ae1
RWSE3ohX2g5d/dsJAWqSXThRWJkP1J3916YMh6C/z9VQJlwX1WaDPxmTX90/wqF9+qn6eDvvID4IYTEcuZ4Gzc4h65MUyT0nCgo=
SHA256 (Pkgfile) = 8a77a3616737d19a9be5ecb833376abbc12b69517722560e3b36839bc08d0e10
SHA256 (.footprint) = c703bc0f5a8ba8396a0fd3accbe283fc46bb7a2ccd93ae2b2952b1d80b014f3b
SHA256 (rustc-1.76.0-src.tar.xz) = 805482b436442a6786d270cacbab8f00529e06141b27b7fb01909b97ce4f3464
SHA256 (rust-std-1.75.0-x86_64-unknown-linux-gnu.tar.xz) = 136b132199f7bbda2aa0bbff6d1e6ae7d5fca2994a2f2a432a5e99de224b6314
SHA256 (rustc-1.75.0-x86_64-unknown-linux-gnu.tar.xz) = 2824ba4045acdddfa436da4f0bb72807b64a089aa2e7c9a66ca1a3a571114ce7
SHA256 (cargo-1.75.0-x86_64-unknown-linux-gnu.tar.xz) = 6ac164e7da969a1d524f747f22792e9aa08bc7446f058314445a4f3c1d31a6bd
SHA256 (llvm18.patch) = 00033e3eceb61520bf2d09ea048b7ef5d3a59ae358f63ae19fbacb96f53b2d4d
SHA256 (0001-bootstrap-Change-libexec-dir.patch) = d2e847d4b4c1094dcb3cd1062e82881c461b7ca3308dfe7a7b6a0d2ac5bac57d
SHA256 (0002-compiler-Change-LLVM-targets.patch) = 5763ad5153cf27c1b96fe8769d672a5e47961036be4993197ab9b6fe52471d5d
SHA256 (0004-compiler-Use-wasm-ld-for-wasm-targets.patch) = 2d3834dd30a6db114484d3fa61d256a24f9f56aec6989b14a419f6ee742bcb40

View File

@ -9,12 +9,13 @@ version=1.76.0
_date=2023-12-28
_rustc=1.75.0
_cargo=$_rustc
release=1
release=3
source=(https://static.rust-lang.org/dist/${name}c-$version-src.tar.xz
https://static.rust-lang.org/dist/$_date/rust-std-$_rustc-x86_64-unknown-linux-gnu.tar.xz
https://static.rust-lang.org/dist/$_date/rustc-$_rustc-x86_64-unknown-linux-gnu.tar.xz
https://static.rust-lang.org/dist/$_date/cargo-$_cargo-x86_64-unknown-linux-gnu.tar.xz
llvm18.patch
0001-bootstrap-Change-libexec-dir.patch
0002-compiler-Change-LLVM-targets.patch
0004-compiler-Use-wasm-ld-for-wasm-targets.patch)
@ -62,6 +63,7 @@ build() {
cd "${name}c-$version-src"
patch -p1 -i $SRC/llvm18.patch
patch -p1 -i $SRC/0001-bootstrap-Change-libexec-dir.patch
# Use our *-pc-linux-gnu targets, making LTO with clang simpler
@ -140,9 +142,8 @@ cat <<- EOF > $SRC/config.toml
EOF
if [ -e '/usr/bin/rustc' ]; then
if ! /usr/bin/ldd /usr/bin/rustc | grep -q -E '.*libLLVM.*.so => not found' && \
! /usr/bin/ldd /usr/bin/cargo | grep -q -E 'libgit2.so.* => not found'; then
sed -e 's|@CARGO@|cargo = "/usr/bin/cargo"|' \
if ! /usr/bin/ldd /usr/bin/rustc | grep -q -E '.*not found'; then
sed -e 's|@CARGO@|cargo = "/usr/bin/cargo"|' \
-e 's|@RUST@|rustc = "/usr/bin/rustc"|' \
-e 's|@RUSTFMT@|rustfmt = "/usr/bin/rustfmt"|' \
-i $SRC/config.toml
@ -150,7 +151,7 @@ EOF
sed -e 's|@CARGO@||' -e 's|@RUST@||' -e 's|@RUSTFMT@||' -i $SRC/config.toml
printf "\e[031mShared library missing, not using system rust to bootstrap.\033[0m\n"
fi
else
else
sed -e 's|@CARGO@||' -e 's|@RUST@||' -e 's|@RUSTFMT@||' -i $SRC/config.toml
fi

1072
rust/llvm18.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SKNOnFOsVMqWab23DRLkk/WT4KkkCJP8oGegTjnPiPehXmGR3GnYt25oG047R9mYU3c66xBws+fB/1i5beAmAM=
SHA256 (Pkgfile) = 9fbd7975c6a01be58ccc9cd9e282831050dfe4b9075247be8c43f99013236da5
RWSE3ohX2g5d/evuEFOLoowWUCJ8AAozf9dS9IGC/F/PymtMwFUlX23PAknCBEWWhSBQqqmu/30I7ujCDgs4UW3yvDoVOEmssA8=
SHA256 (Pkgfile) = 392243fddf37764a546567a5690f2329e58989a6f622be5eb94df143f6244158
SHA256 (.footprint) = 59450433b6ea2160bcb46636b49c33c0aa0242569ae676ab4865727ebb3e8105
SHA256 (scite542.tgz) = b5137ae57a46e27cf2332c60f10cf56b4f736a6e18b191a87bd73131d4ffc2c8
SHA256 (scite543.tgz) = b27a13a3fd5376d7d0081e9aea865727080e7237f54dd9ac16e5209f8046b87d

View File

@ -4,7 +4,7 @@
# Depends on: gtk3
name=scite
version=5.4.2
version=5.4.3
release=1
source=(https://downloads.sourceforge.net/project/scintilla/SciTE/$version/$name${version//./}.tgz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TsyvifA3XtJEVVKBTntpXqLmQbpZnag17mXSYJQX8PRSqdLWmAEaSwyQoBV9UFyq2URvMwOAsq4n5M0teJ+MQQ=
SHA256 (Pkgfile) = 0803da3817c87396146581ac1fe983799788ec77fd133e885d339b3d4d177ba3
RWSE3ohX2g5d/REfHk/Y5ut3gN7kAUtn/eJJFq6k4FW/HUuBUu8xrF+P5Q54AtsW3S+APhp7YUemEMbP0QkBKdU/jUpM8m3ILgc=
SHA256 (Pkgfile) = b25a748192385823e2a1d6d1373a019138216eefc1b7a4ab03e4a4494ea6650c
SHA256 (.footprint) = e4d0b4ecec9c47e6237cbc5cb342cc4efecc10bb44e879a02d16cb1952ad3b2e
SHA256 (SPIRV-Headers-vulkan-sdk-1.3.275.0.tar.gz) = d46b261f1fbc5e85022cb2fada9a6facb5b0c9932b45007a77fe05639a605bd1

View File

@ -9,9 +9,7 @@ release=1
source=(https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-$version/SPIRV-Headers-vulkan-sdk-$version.tar.gz)
build() {
prt-get isinst ninja && PKGMK_SPIRV_HEADERS+=' -G Ninja'
cmake -S SPIRV-Headers-vulkan-sdk-$version -B build $PKGMK_SPIRV_HEADERS \
cmake -S SPIRV-Headers-vulkan-sdk-$version -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \

Some files were not shown because too many files have changed in this diff Show More