FreeBSD/ports 11c29bcnet/v2ray distinfo Makefile

net/v2ray: Update 5.47.0 => 5.48.0

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+5-5net/v2ray/distinfo
+1-2net/v2ray/Makefile
+6-72 files

FreeBSD/ports ac2e975deskutils/freeplane Makefile, deskutils/freeplane/files freeplane.in

deskutils/freeplane: Set JAVA_VERSION

Freeplane fails to start with the current JAVA_DEFAULT (25) with
the error message:

ERROR:   Found /usr/local/bin/java in $PATH.
ERROR:   It has version 25.0.2
ERROR:   Currently, freeplane requires java version 8 or from 11 to 23
ERROR:
ERROR:   Select a supported java version
ERROR:   by setting FREEPLANE_JAVA_HOME to a valid java location
ERROR:   OR use an unsupported java version
ERROR:   by setting FREEPLANE_USE_UNSUPPORTED_JAVA_VERSION to 1

So set JAVA_VERSION to a list of supported JDK.

Note that if you start freeplane with the environment variable
FREEPLANE_USE_UNSUPPORTED_JAVA_VERSION=1, then the program fails with
the error message:

    [8 lines not shown]
DeltaFile
+4-1deskutils/freeplane/Makefile
+2-0deskutils/freeplane/files/freeplane.in
+6-12 files

FreeBSD/ports 7653d37editors/vscode distinfo Makefile.crates, editors/vscode/files patch-node__modules_ssh2_lib_protocol_crypto_src_binding.cc

editors/vscode: Update to 1.115.0

Changelog:
- https://code.visualstudio.com/updates/v1_114
- https://code.visualstudio.com/updates/v1_115

Reported by:    GitHub (watch releases)
DeltaFile
+1,345-29editors/vscode/distinfo
+669-12editors/vscode/Makefile.crates
+298-48editors/vscode/pkg-plist
+48-11editors/vscode/Makefile
+56-0editors/vscode/files/patch-node__modules_ssh2_lib_protocol_crypto_src_binding.cc
+21-4editors/vscode/Makefile.reh
+2,437-1045 files not shown
+2,447-11411 files

LLVM/project d043b9ecompiler-rt/lib/tysan tysan.cpp tysan_interceptors.cpp

[TySan][Sanitizer Common] Make TySan compatible with sanitizer common… (#183310)

… features and test suite
This involved:
- Implementing the `__sanitizer_print_stack_trace` interface
- Adding the common signal handlers
- Correctly set the tool name
- Cache the binary name before running
DeltaFile
+33-7compiler-rt/lib/tysan/tysan.cpp
+33-1compiler-rt/lib/tysan/tysan_interceptors.cpp
+66-82 files

LLVM/project 358f3d7utils/bazel/llvm-project-overlay/libc BUILD.bazel

[libc][bazel][math][NFC] Fix deps (#191785)
DeltaFile
+2-2utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+2-21 files

LLVM/project 79d4bb0llvm/lib/Target/AMDGPU SIISelLowering.cpp

Review comments:
use input wave instruction for checks
DeltaFile
+7-7llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+7-71 files

LLVM/project de67064llvm/lib/Target/AMDGPU SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.fsub.ll llvm.amdgcn.reduce.fadd.ll

[AMDGPU] DPP wave reduction for double types - 2

Supported Ops: `fadd` and `fsub`
DeltaFile
+1,030-130llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fsub.ll
+1,008-130llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fadd.ll
+12-10llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+2,050-2703 files

LLVM/project f22e7afllvm/lib/Target/AMDGPU SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.xor.ll llvm.amdgcn.reduce.and.ll

[AMDGPU] DPP wave reduction for long types - 3

Supported Ops: `and`, `or`, `xor`
DeltaFile
+984-132llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.xor.ll
+960-108llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.and.ll
+960-108llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.or.ll
+12-1llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+2,916-3494 files

LLVM/project 155e0fbllvm/lib/Target/AMDGPU SIISelLowering.cpp

Update
DeltaFile
+4-2llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+4-21 files

LLVM/project 341f23cllvm/lib/Target/AMDGPU SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.fmin.ll llvm.amdgcn.reduce.fmax.ll

[AMDGPU] DPP wave reduction for double types - 1

Supported Ops: `fmin` and `fmax`
DeltaFile
+1,112-234llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmin.ll
+1,112-234llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmax.ll
+27-13llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+2,251-4813 files

LLVM/project 4acfab5llvm/lib/Target/AMDGPU SIISelLowering.cpp

Refactor lambda to a helper function
DeltaFile
+8-6llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+8-61 files

LLVM/project bb694d8llvm/lib/Target/AMDGPU SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.sub.ll llvm.amdgcn.reduce.add.ll

[AMDGPU] DPP wave reduction for long types - 2

Supported Ops: `add`, `sub`
DeltaFile
+1,113-146llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.sub.ll
+1,079-142llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.add.ll
+72-20llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+2,264-3083 files

LLVM/project 9c7f742llvm/lib/Target/AMDGPU SIISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.min.ll llvm.amdgcn.reduce.max.ll

[AMDGPU] DPP wave reduction for long types - 1

Supported Ops: `min`, `max`, `umin`, `umax`
DeltaFile
+1,084-108llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.min.ll
+1,084-108llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.max.ll
+1,044-108llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.umin.ll
+1,044-108llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.umax.ll
+185-42llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+4,441-4745 files

LLVM/project bc17722llvm/lib/Target/AMDGPU SIISelLowering.cpp

Refactor lambda to a helper function
DeltaFile
+27-23llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+27-231 files

NetBSD/pkgsrc-wip 4781a57gurk distinfo cargo-depends.mk, gurk/patches patch-Cargo.toml patch-.._libsignal-service-rs-3d07d8df33482b2d191c075fdc2b750738a89384_Cargo.toml

gurk: remove, imported to pkgsrc/chat
DeltaFile
+0-2,011gurk/distinfo
+0-676gurk/cargo-depends.mk
+0-57gurk/Makefile
+0-29gurk/patches/patch-Cargo.toml
+0-27gurk/patches/patch-.._libsignal-service-rs-3d07d8df33482b2d191c075fdc2b750738a89384_Cargo.toml
+0-17gurk/patches/patch-.._libsignal-38514bdc8acaaffbccd5c96515c68deb2019abe0_Cargo.toml
+0-2,8175 files not shown
+0-2,85211 files

NetBSD/pkgsrc-wip 0646b21gurk distinfo cargo-depends.mk, gurk-rs distinfo cargo-depends.mk

gurk-rs: finish package, and rename to gurk on request by pin
DeltaFile
+2,011-0gurk/distinfo
+0-2,011gurk-rs/distinfo
+0-676gurk-rs/cargo-depends.mk
+676-0gurk/cargo-depends.mk
+57-0gurk/Makefile
+0-49gurk-rs/Makefile
+2,744-2,73616 files not shown
+2,852-2,84522 files

LLVM/project 75ca0f7llvm/lib/Target/AArch64 AArch64StackTagging.cpp, llvm/test/CodeGen/AArch64 O0-pipeline.ll O3-pipeline.ll

[AArch64] Don't forcefully add ORE to O0 pipeline (#191476)

Construct the OptimizationRemarkEmitter in AArch64StackTagging on demand
if not available and requires, this avoids computing several analysis in
all pipelines.
DeltaFile
+12-4llvm/lib/Target/AArch64/AArch64StackTagging.cpp
+1-6llvm/test/CodeGen/AArch64/O0-pipeline.ll
+0-4llvm/test/CodeGen/AArch64/O3-pipeline.ll
+13-143 files

OPNSense/core 5a47632src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php

mvc: BaseField - style
DeltaFile
+2-2src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php
+2-21 files

LLVM/project 6504df8clang/lib/Sema AnalysisBasedWarnings.cpp

remove dtors from cfg
DeltaFile
+0-2clang/lib/Sema/AnalysisBasedWarnings.cpp
+0-21 files

OpenBSD/src 5DTTalxshare/man/man4/man4.riscv64 smtpinctrl.4 Makefile

   add smtpinctrl(4); ok kettenis@
VersionDeltaFile
1.1+42-0share/man/man4/man4.riscv64/smtpinctrl.4
1.18+2-2share/man/man4/man4.riscv64/Makefile
+44-22 files

FreeBSD/ports 50dbbdceditors/fresh distinfo Makefile

editors/fresh: Update to 0.2.23
DeltaFile
+3-3editors/fresh/distinfo
+1-1editors/fresh/Makefile
+4-42 files

OpenBSD/src 29XmpIvusr.sbin/rpki-client ccr.c

   Fix CCR ROAIPAddressFamily sort order

   RFC 9582 section 4.3.3 defines the canonical form of ipAddrBlocks.

   Thanks to Bart Bakker from RIPE NCC for reporting.

   OK tb@
VersionDeltaFile
1.35+5-5usr.sbin/rpki-client/ccr.c
+5-51 files

LLVM/project df6c820libcxx/include/__mdspan mdspan.h, libcxx/test/std/containers/views/mdspan/mdspan element_type.verify.cpp

[libc++] Fix the mdspan ElementType complete object type mandate (#191703)

Fixes: #191688
DeltaFile
+46-0libcxx/test/std/containers/views/mdspan/mdspan/element_type.verify.cpp
+4-0libcxx/include/__mdspan/mdspan.h
+50-02 files

LLVM/project 70b9fecllvm/include/llvm/ExecutionEngine/Orc SelfExecutorProcessControl.h ExecutorProcessControl.h, llvm/lib/ExecutionEngine/Orc SelfExecutorProcessControl.cpp

[ORC] Forward declare DylibManager in ExecutorProcessControl.h. (#191771)
DeltaFile
+13-0llvm/lib/ExecutionEngine/Orc/SelfExecutorProcessControl.cpp
+1-11llvm/include/llvm/ExecutionEngine/Orc/SelfExecutorProcessControl.h
+1-1llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
+1-0llvm/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h
+16-124 files

OpenBSD/src TAtLkQ5sys/arch/sparc64/sparc64 pmap.c

   When we detect stale TSB entries during a context switch, don't enter DDB
   but invalidate the stale entries and print a warning.

   ok claudio@, deraadt@
VersionDeltaFile
1.128+21-5sys/arch/sparc64/sparc64/pmap.c
+21-51 files

LLVM/project f65301dclang-tools-extra/clangd XRefs.cpp, clang-tools-extra/clangd/unittests XRefsTests.cpp

[Clangd] Don't traverse ConceptDecl in typeForNode (#191654)

ConceptDecl doesn't have an associated template declaration, and it
doesn't introduce a type either.

Fixes https://github.com/llvm/llvm-project/issues/188914
DeltaFile
+7-2clang-tools-extra/clangd/unittests/XRefsTests.cpp
+4-1clang-tools-extra/clangd/XRefs.cpp
+11-32 files

NetBSD/pkgsrc-wip 3d38954lldb distinfo, lldb/patches patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp

llvm: updated to 22.1.3
DeltaFile
+27-0lldb/patches/patch-source_Plugins_Process_NetBSD_NativeProcessNetBSD.cpp
+5-5mlir/distinfo
+4-3lldb/distinfo
+3-3wasi-libcxx/distinfo
+3-3polly/distinfo
+3-3openmp/distinfo
+45-1710 files not shown
+73-4516 files

LLVM/project 0536f53llvm/include/llvm/Support Error.h

Optional -> std::optional in the docs
DeltaFile
+2-2llvm/include/llvm/Support/Error.h
+2-21 files

NetBSD/pkgsrc 8zoBNU5doc CHANGES-2026

   Updated security/vaultwarden, devel/ccache
VersionDeltaFile
1.2266+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc KyVWrP2devel/ccache distinfo Makefile

   ccache: updated to 4.13.3

   4.13.3

   New deliverables

   Added glibc binary release for Linux riscv64.

   Bug fixes and improvements

   Fixed handling of empty responses from remote storage backends: a response with an empty body is now treated as a storage error rather than a cache miss.
   Fixed PCH invalidation when the MSVC toolset is updated.
   Fixed base_dir path rewriting when using MSVC’s /Yc option: paths are no longer rewritten to relative when creating a precompiled header, since MSVC then does not like relative paths for the /Yc and /FI arguments.
   Fixed handling of a directory-less path to the MSVC /FI option.
   Added support for -fsanitize-ignorelist (which replaced -fsanitize-blacklist in Clang 13).
   Fixed detection of type for compiler with . in the name (e.g. hppa2.0-unknown-linux-gnu-gcc).
   Fixed install.sh to correctly use sysconfdir and other configuration variables from the Makefile.

   Build improvements

    [2 lines not shown]
VersionDeltaFile
1.74+4-4devel/ccache/distinfo
1.94+2-2devel/ccache/Makefile
+6-62 files