FreeBSD/ports d8ff411databases/kexi Makefile

databases/kexi: Drop stale CONFLICTS and mark DEPRECATED

The project is abandoned, no plans for Qt6 support.
DeltaFile
+4-3databases/kexi/Makefile
+4-31 files

FreeBSD/ports 22bbd75sysutils/py-mqttwarn Makefile distinfo

sysutils/py-mqttwarn: Update to 0.36.1

re: https://github.com/mqtt-tools/mqttwarn/releases/tag/0.36.1

* add new dep: simple json
* while here, portfmt
DeltaFile
+7-6sysutils/py-mqttwarn/Makefile
+3-3sysutils/py-mqttwarn/distinfo
+10-92 files

LLVM/project 0b65a07llvm/test/CodeGen/AMDGPU llvm.amdgcn.struct.atomic.buffer.load.ll llvm.amdgcn.struct.ptr.atomic.buffer.load.ll, llvm/test/CodeGen/AMDGPU/GlobalISel regbankselect-mui.mir

[AMDGPU] Model structured control-flow lane masks as i1
DeltaFile
+2,110-424llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.atomic.buffer.load.ll
+2,110-424llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.ptr.atomic.buffer.load.ll
+1,692-337llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
+1,692-337llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
+698-294llvm/test/CodeGen/AMDGPU/flat-saddr-atomics.ll
+324-223llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-mui.mir
+8,626-2,03965 files not shown
+11,949-4,12971 files

FreeBSD/ports 9030226finance/kraft pkg-plist Makefile

finance/kraft: Update to 2.0.0 and switch to Qt6

Remove stale dependencies
DeltaFile
+10-12finance/kraft/pkg-plist
+12-8finance/kraft/Makefile
+3-3finance/kraft/distinfo
+25-233 files

LLVM/project d76f677llvm/test/CodeGen/AMDGPU fptrunc.f16.ll freeze.ll

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (14) (#209117)

Mechanically migrate the command-line target spelling on llc/opt RUN
lines in
llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to the
folded
subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping the
redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+16-16llvm/test/CodeGen/AMDGPU/fptrunc.f16.ll
+14-14llvm/test/CodeGen/AMDGPU/freeze.ll
+14-14llvm/test/CodeGen/AMDGPU/gfx11-user-sgpr-init16-bug.ll
+13-13llvm/test/CodeGen/AMDGPU/fptrunc.ll
+13-13llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
+12-12llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmax.ll
+82-8292 files not shown
+476-47698 files

LLVM/project 5e32e43llvm/test/CodeGen/SPIRV/debug-info debug-global-variable.ll

Update flag.
DeltaFile
+2-1llvm/test/CodeGen/SPIRV/debug-info/debug-global-variable.ll
+2-11 files

LLVM/project 3a6f32ellvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 sve-fixed-length-masked-64-128bit-loads.ll sve2p1-vector-shuffles.ll

[AArch64][SVE] Support lowering masked loads of <4 x bf16> and <8 x bf16>

Add support for lowering masked loads of <4 x bf16> and <8 x bf16> when
target features contain "+sve".
DeltaFile
+37-0llvm/test/CodeGen/AArch64/sve-fixed-length-masked-64-128bit-loads.ll
+3-25llvm/test/CodeGen/AArch64/sve2p1-vector-shuffles.ll
+4-2llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+44-273 files

LLVM/project 6c009ffllvm/test/CodeGen/AMDGPU fmax3-maximumnum.ll fmin3-minimumnum.ll

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (13) (#208897)

Mechanically migrate the command-line target spelling on llc/opt RUN
lines in
llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to the
folded
subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping the
redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+18-18llvm/test/CodeGen/AMDGPU/fmax3-maximumnum.ll
+18-18llvm/test/CodeGen/AMDGPU/fmin3-minimumnum.ll
+16-16llvm/test/CodeGen/AMDGPU/fmuladd.f16.ll
+14-14llvm/test/CodeGen/AMDGPU/fold-gep-offset.ll
+12-12llvm/test/CodeGen/AMDGPU/fp-min-max-buffer-atomics.ll
+11-11llvm/test/CodeGen/AMDGPU/fmax3.ll
+89-8994 files not shown
+374-374100 files

LLVM/project bfd7efallvm/test/CodeGen/SPIRV/debug-info debug-global-variable.ll

[review] Improve test.
DeltaFile
+2-2llvm/test/CodeGen/SPIRV/debug-info/debug-global-variable.ll
+2-21 files

LLVM/project 3966381lldb/source/Core DumpRegisterValue.cpp, lldb/test/API/functionalities/gdb_remote_client TestXMLRegisterFlags.py

[lldb] Correct alignment of register fields (#209140)

In #188049 the alignment of register names for the raw value part "pc =
0x..." changed.

This resulted in many register fields being 2 spaces off where they
should be, because the stream we were printing to had a 2 space indent
set where it had none before.

This is actually a bug in the original field formatting code. It assumed
the stream had no indent level of its own. So the fix is to indent using
the stream (the 2 spaces), then indent to where the register name ends.
DeltaFile
+18-18lldb/test/API/linux/aarch64/permission_overlay/TestAArch64LinuxPOE.py
+13-13lldb/test/API/functionalities/gdb_remote_client/TestXMLRegisterFlags.py
+3-1lldb/source/Core/DumpRegisterValue.cpp
+34-323 files

LLVM/project b4eab00llvm/test/CodeGen/SPIRV/debug-info debug-global-variable-no-type.ll

[reviews] Improve test.
DeltaFile
+6-3llvm/test/CodeGen/SPIRV/debug-info/debug-global-variable-no-type.ll
+6-31 files

FreeBSD/ports 77bd7addevel Makefile, devel/immanent-checker Makefile pkg-descr

devel/immanent-checker: new port

  Immanent Checker validates project structure and source-code expectations
  through configurable check suites. It can inspect full projects, filtered
  project trees, directories, and files, and can report findings in gcc-style or
  JSON output.

  This port installs the released PHAR executables for immanent-checker and
  immanent-parser.

Sponsored by:   P. Variablis
DeltaFile
+31-0devel/immanent-checker/Makefile
+7-0devel/immanent-checker/pkg-descr
+5-0devel/immanent-checker/distinfo
+1-0devel/Makefile
+44-04 files

NetBSD/pkgsrc JlNt0H9doc TODO CHANGES-2026

   doc: Updated devel/py-hatchling to 1.31.0
VersionDeltaFile
1.27578+1-2doc/TODO
1.4436+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc Jvmwl5Idevel/py-hatchling distinfo Makefile

   py-hatchling: update to 1.31.0.

   Fixed

       Only rewrite the shebang of a shared script when a Python
       shebang is present on the first line, preserving binary files
       and other content verbatim instead of dropping leading bytes.
VersionDeltaFile
1.30+4-4devel/py-hatchling/distinfo
1.34+2-2devel/py-hatchling/Makefile
+6-62 files

NetBSD/pkgsrc pxt2gpgdoc TODO CHANGES-2026

   doc: Updated security/py-google-auth to 2.55.2
VersionDeltaFile
1.27577+1-2doc/TODO
1.4435+2-1doc/CHANGES-2026
+3-32 files

NetBSD/pkgsrc bSoteLEsecurity/py-google-auth distinfo Makefile

   py-google-auth: update to 2.55.2.

   Bug Fixes

       auth: Agentic Identites mTLS gaps fix _is_mtls and SslCredentials. (#17387) (7bfa41a)
       auth: align mTLS discovery and enforce fail-fast transport configuration. (#17470) (f492d3d)
       auth: handle PermissionError on workload certificates to avoid startup hang and crash (#17568) (f538ad8)
VersionDeltaFile
1.95+4-4security/py-google-auth/distinfo
1.103+4-4security/py-google-auth/Makefile
+8-82 files

NetBSD/pkgsrc khoNoNDdoc TODO CHANGES-2026

   doc: Updated devel/py-filelock to 3.29.7
VersionDeltaFile
1.27576+1-2doc/TODO
1.4434+2-1doc/CHANGES-2026
+3-32 files

FreeBSD/ports b85e844devel/libbson pkg-plist Makefile

devel/libbson: Fix build when DOCS=off

The DOCS option were installing both HTML documentation
and manpages but these manpages weren't covered in the
plist with the DOCS substition, so we're both fixing it
and seperating them now with the new MANPAGES option.

PR:             296718
Reported by:    René Thümmler <beastie at tsukaisute.de>
Approved by:    Krzysztof <ports at bsdserwis.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+299-299devel/libbson/pkg-plist
+6-2devel/libbson/Makefile
+305-3012 files

NetBSD/pkgsrc 82WbJQqdevel/py-filelock distinfo Makefile

   py-filelock: update to 3.29.7.

   3.29.7

   asyncio: detect cross-instance reentrant deadlocks before the poll loop by @HrachShah in #586
   🐛 fix(soft_rw): evict non-regular write marker without reading it by @gaborbernat in #588
   _util: drop the dead st_mtime=0 short-circuit in raise_on_not_writable_file by @HrachShah in #589

   3.29.6


   serialise singleton construction in FileLockMeta by @dxbjavid in #581
   _util: drop the dead st_mtime=0 short-circuit in raise_on_not_writable_file by @HrachShah in #582
   test: silence fork DeprecationWarning on 3.15 by @gaborbernat in #585
VersionDeltaFile
1.49+4-4devel/py-filelock/distinfo
1.50+2-2devel/py-filelock/Makefile
+6-62 files

LLVM/project 24fd04bclang/test/CIR/CodeGen attr-target-aarch64.c, clang/test/CodeGen/AArch64 targetattr.c

fixup! Okay, change PR so we just remover the gating from sys reg and leave FEAT_HCX in the code
DeltaFile
+1-4llvm/test/MC/AArch64/armv8.7a-hcx.s
+1-3llvm/test/MC/Disassembler/AArch64/armv8.7a-hcx.txt
+1-3llvm/lib/Target/AArch64/AArch64SystemOperands.td
+2-2llvm/lib/Target/AArch64/AArch64Features.td
+2-2clang/test/CIR/CodeGen/attr-target-aarch64.c
+1-1clang/test/CodeGen/AArch64/targetattr.c
+8-151 files not shown
+8-167 files

NetBSD/pkgsrc GrFHH7cdoc CHANGES-2026 TODO

   doc: Updated devel/py-deepmerge to 2.1.0
VersionDeltaFile
1.4433+2-1doc/CHANGES-2026
1.27575+1-2doc/TODO
+3-32 files

LLVM/project 52a905bllvm/test/CodeGen/AMDGPU divergent-loop-i1-lane-mask.ll si-annotate-loop-i1-lane-mask.ll

[AMDGPU] Add pre-commit test demonstrating current control-flow lowering (NFC)
DeltaFile
+110-0llvm/test/CodeGen/AMDGPU/divergent-loop-i1-lane-mask.ll
+43-0llvm/test/CodeGen/AMDGPU/si-annotate-loop-i1-lane-mask.ll
+153-02 files

NetBSD/pkgsrc hjNc2wudevel/py-deepmerge distinfo Makefile

   py-deepmerge: update to 2.1.0.

   minor: add all to strategy init by @szepesisz in #39
   fix: compare by equality, not just hash, in ExtendedSet by @gaoflow in #40
   docs: functools.reduce usage by @neozenith in #37
VersionDeltaFile
1.2+4-4devel/py-deepmerge/distinfo
1.2+5-3devel/py-deepmerge/Makefile
+9-72 files

LLVM/project 8cb0e63llvm/lib/Target/AArch64 AArch64RegisterInfo.td SMEInstrFormats.td, llvm/lib/Target/AArch64/AsmParser AArch64AsmParser.cpp

[AArch64][llvm][tablegen] Restrict luti6 assembly (4 regs, 8-bit) to 0 <= Zn <= 7 (#200751)

The `luti6` instruction (four registers, 8-bit) should only allow
assembly of `0 <= Zn <= 7`, since there's only 3 bits for `Zn`. It
actually allows > 7:
```
   luti6 { z0.b - z3.b }, zt0, { z8 - z10 }
```
which produces a duplicate encoding to the following:
```
   luti6 { z0.b - z3.b }, zt0, { z0 - z2 }
```

Update tablegen to handle the inferred register-class naming
collision caused by adding the explicit z0-z7 ZPR3 class.
DeltaFile
+36-27llvm/lib/Target/AArch64/AArch64RegisterInfo.td
+16-4llvm/utils/TableGen/Common/CodeGenRegisters.cpp
+7-8llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
+5-1llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
+5-0llvm/test/MC/AArch64/SME2p3/luti6-diagnostics.s
+1-1llvm/lib/Target/AArch64/SMEInstrFormats.td
+70-416 files

LLVM/project 13e9cc2llvm/lib/Target/RISCV RISCVInstrFormatsSpacemitV.td RISCVInstrInfoXSpacemiT.td, llvm/lib/Target/RISCV/AsmParser RISCVAsmParser.cpp

[RISCV] Support spacemit vsmtvdotii extensions (#202533)

SPEC: https://github.com/spacemit-com/docs-ai/blob/main/en/architecture/ime_extension.md
DeltaFile
+189-1llvm/lib/Target/RISCV/RISCVInstrFormatsSpacemitV.td
+189-0llvm/test/MC/RISCV/xsmtvdotii-invalid.s
+148-0llvm/test/MC/RISCV/xsmtvdotii-valid.s
+97-0llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
+62-0llvm/lib/Target/RISCV/RISCVInstrInfoXSpacemiT.td
+44-1llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
+729-214 files not shown
+782-520 files

LLVM/project 6d026eallvm/docs AMDGPUUsage.rst, llvm/lib/Target/AMDGPU AMDGPUWaitSGPRHazards.cpp

[AMDGPU] Remove option to disable SGPR hazard waits (#208720)

This was useful when initially implemented, but probably be removed now.
DeltaFile
+0-35llvm/test/CodeGen/AMDGPU/valu-read-sgpr-hazard-attrs.mir
+0-13llvm/lib/Target/AMDGPU/AMDGPUWaitSGPRHazards.cpp
+0-3llvm/docs/AMDGPUUsage.rst
+0-513 files

NetBSD/pkgsrc 1SlTQeTdoc TODO CHANGES-2026

   doc: Updated textproc/tabiew to 0.14.1
VersionDeltaFile
1.27574+1-3doc/TODO
1.4432+2-1doc/CHANGES-2026
+3-42 files

NetBSD/pkgsrc oQGOMUdtextproc/tabiew distinfo cargo-depends.mk

   tabiew: update to 0.14.1.

   No changelog found.
VersionDeltaFile
1.8+457-457textproc/tabiew/distinfo
1.8+151-151textproc/tabiew/cargo-depends.mk
1.8+2-2textproc/tabiew/Makefile
+610-6103 files

OpenBSD/src MU4jD20usr.sbin/rpki-client cert.c

   rpki-client: simplify absence of SIA handling for BRK and RSC

   While RFC 6487, 4.8.8.2 clearly mandates the presence of the SIA extension
   for all EE certificates, there are two exceptions. BGPsec router keys are
   known to be special for no good rason, and they uphold this tradition and
   the EE cert of RSCs doesn't have a SIA since that makes sense for things
   that aren't distributed via the RPKI repository system.

   The logic allowing these special snowflakes is currently quite contorted.
   Simplify the comment to omit unnecesary fluff and implement the logic to
   match the comment precisely, also suppressing a duplicated warnx(). This
   does not really change anything but is much easier to follow.

   ok claudio
VersionDeltaFile
1.244+10-12usr.sbin/rpki-client/cert.c
+10-121 files

FreeNAS/freenas fc13bb2src/middlewared/middlewared/plugins/boot_environment crud.py __init__.py, tests README.md

Replace zectl with the truenas_bootenv engine

zectl is being retired in favor of the truenas_bootenv package that
ships with truenas_pylibzfs (companion commit there). The
boot_environment plugin now calls the engine in-process on
middleware's thread-local libzfs handle: query, clone, activate,
destroy and keep all go through it, utils.py with run_zectl_cmd is
deleted, and the boot-time promotion of installer-cloned datasets
uses the engine instead of parsing zfs list -j output.

Mutations serialize on an asyncio lock. A truenas:grub_pending
marker on the boot pool tracks pending menu regenerations and
setup() reconciles it on start. If the menu cannot be written,
activate rolls bootfs back. The boot pool is synced after every
menu write so the change is crash safe.

Re-activating the already-activated boot environment is allowed
again as the retry path after a failed menu regeneration, and
can_activate treats a missing truenas:kernel_version as not
activatable instead of only the literal "-".
DeltaFile
+263-91src/middlewared/middlewared/plugins/boot_environment/crud.py
+119-7src/middlewared/middlewared/plugins/boot_environment/__init__.py
+80-0tests/unit/test_boot_environment_setup.py
+26-8tests/api2/test_boot_environments.py
+0-19src/middlewared/middlewared/plugins/boot_environment/utils.py
+5-6tests/README.md
+493-1311 files not shown
+494-1317 files