FreeBSD/ports 3613171audio/ocp Makefile distinfo

audio/ocp: Update to 3.1.0
DeltaFile
+6-3audio/ocp/Makefile
+3-3audio/ocp/distinfo
+2-0audio/ocp/pkg-plist
+11-63 files

LLVM/project a93734bllvm/lib/Target/AMDGPU AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel regbankselect-amdgpu-smed3.mir regbankselect-amdgpu-cvt-pk-i16-i32.mir

[AMDGPU][GlobalISel] Add RegBankLegalize rules for SMED3 and CVT_PK_I16_I32

These opcodes are created together for the i64->i16 signed clamp pattern.
DeltaFile
+46-0llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgpu-smed3.mir
+41-0llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgpu-cvt-pk-i16-i32.mir
+8-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+4-4llvm/test/CodeGen/AMDGPU/GlobalISel/combine-short-clamp.ll
+99-44 files

LLVM/project f316a39llvm/utils/gn/secondary/clang/lib/Analysis BUILD.gn

[gn build] Port 694c4d6539cc
DeltaFile
+1-0llvm/utils/gn/secondary/clang/lib/Analysis/BUILD.gn
+1-01 files

LLVM/project 123acb2llvm/test/Transforms/LoopVectorize/AArch64 vector-reverse.ll select-costs.ll, llvm/test/Transforms/LoopVectorize/RISCV predicated-reverse-store.ll

[LV] Add missing coverage for LV cost model code paths.

Add a set of tests that expose crashes with some upcoming and pending
patches.
DeltaFile
+210-24llvm/test/Transforms/LoopVectorize/AArch64/vector-reverse.ll
+66-0llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
+60-0llvm/test/Transforms/LoopVectorize/RISCV/predicated-reverse-store.ll
+336-243 files

FreeBSD/src dce3d3astand/powerpc/ofw cas.c

powerpc/loader: Size the CAS PVR array correctly

Fixes:          895eeb492 ("powerpc/loader: Add CAS support for older CPUs")
MFC after:      1 week
DeltaFile
+1-1stand/powerpc/ofw/cas.c
+1-11 files

NetBSD/pkgsrc-wip 182806e. Makefile, gtk-doc PLIST Makefile

gtk-doc: remove, pkgsrc version is newer
DeltaFile
+0-82gtk-doc/PLIST
+0-45gtk-doc/Makefile
+0-19gtk-doc/buildlink3.mk
+0-8gtk-doc/DESCR
+0-5gtk-doc/distinfo
+1-1Makefile
+1-1606 files

NetBSD/pkgsrc L2F46nkdoc CHANGES-2026

   doc: Updated x11/gtk3 to 3.24.51nb2
VersionDeltaFile
1.389+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc C3diYI6x11/gtk3 Makefile options.mk

   gtk3: only use gtk-doc when 'doc' option is enabled

   Add libxslt and docbook-xsl dependencies, needed even when 'doc'
   option is disabled.

   Bump PKGREVISION.
VersionDeltaFile
1.224+5-3x11/gtk3/Makefile
1.32+2-1x11/gtk3/options.mk
+7-42 files

NetBSD/pkgsrc HXjdFzvdoc CHANGES-2026

   doc: Updated textproc/libxmlb to 0.3.24nb1
VersionDeltaFile
1.388+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc seGvnE5textproc/libxmlb PLIST options.mk

   libxmlb: make gtk-doc optional

   Keep default on, bump PKGREVISION just to be on the safe side.
VersionDeltaFile
1.3+32-32textproc/libxmlb/PLIST
1.1+17-0textproc/libxmlb/options.mk
1.6+4-3textproc/libxmlb/Makefile
+53-353 files

NetBSD/pkgsrc v1gErUadoc CHANGES-2026

   doc: Updated audio/pulseaudio to 17.0nb4
VersionDeltaFile
1.387+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nfIbLrJaudio/pulseaudio options.mk Makefile

   pulseaudio: make consolekit a default-off option

   Support for it was already disabled on Linux and Darwin, and
   I wouldn't bet on the *BSD support in consolekit.

   Bump PKGREVISION.
VersionDeltaFile
1.18+17-6audio/pulseaudio/options.mk
1.188+2-5audio/pulseaudio/Makefile
1.49+2-2audio/pulseaudio/PLIST
+21-133 files

LLVM/project 811fb22llvm/lib/Target/WebAssembly WebAssemblyTargetTransformInfo.cpp WebAssemblyTargetTransformInfo.h

[WebAssembly] Mark extract.last.active as having invalid cost.

Currently the WebAssembly backend crashes when trying to lower some
extract.last.active intrinsic calls. Mark their cost as invalid
temporarily, to avoid them being introduced by the loop
vectorizer after 2abd6d6d7ac (#158088).
DeltaFile
+13-0llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
+5-0llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
+18-02 files

OpenBSD/src EFb4NQhusr.sbin/sysupgrade sysupgrade.sh

   Check absoloute free space rather than usage percentage

   10% on big (single filesystem) disks can still be plenty enough;
   on the flip side, e.g. 10% of 3G /usr is often still too tight.

   So instead of ">= 90% used", use "< 1G free" to bail out early.

   Input OK sthen
VersionDeltaFile
1.61+3-4usr.sbin/sysupgrade/sysupgrade.sh
+3-41 files

LLVM/project 1c6d603mlir/utils/vscode package.json

[mlir][vscode] Add actions for publishing to openvsx. (#176593)

DeltaFile
+2-0mlir/utils/vscode/package.json
+2-01 files

NetBSD/src 8HPYArSusr.bin/sort sort.1

   sort.1: tweak formatting of the synopsis.

   - Use an ellipsis to signal that the -k option can be repeated.
   - Correct a misplaced display of [-t char].

   PR standards/59647
VersionDeltaFile
1.46+4-4usr.bin/sort/sort.1
+4-41 files

NetBSD/pkgsrc IBRllFFdoc CHANGES-2026

   doc: Updated security/libsecret to 0.20.5nb3
VersionDeltaFile
1.386+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 4BbL5NEsecurity/libsecret Makefile

   libsecret: remove unused gtk-doc dependency.

   Bump PKGREVISION.
VersionDeltaFile
1.39+2-3security/libsecret/Makefile
+2-31 files

FreeBSD/ports 8bce7aegraphics/qgis distinfo Makefile

graphics/qgis: 3.44.7

Changelog:      https://github.com/qgis/QGIS/compare/final-3_44_6%5E...final-3_44_7

PR:             portscout, Repology
MFH:            2026Q1
(cherry picked from commit 9f5bc6aa76761e7e032d42aa5015461639ad9792)
DeltaFile
+3-3graphics/qgis/distinfo
+1-2graphics/qgis/Makefile
+4-52 files

LLVM/project ec080ab.ci monolithic-windows.sh monolithic-linux.sh

[CI] Disable precompiled headers in pre-commit CI (#176563)

Spliced out from #176420 to make sure that CI is fine without PCH, which
are currently used by Flang.
DeltaFile
+1-0.ci/monolithic-windows.sh
+1-0.ci/monolithic-linux.sh
+2-02 files

FreeBSD/ports 9f5bc6agraphics/qgis distinfo Makefile

graphics/qgis: 3.44.7

Changelog:      https://github.com/qgis/QGIS/compare/final-3_44_6%5E...final-3_44_7

PR:             portscout, Repology
MFH:            2026Q1
DeltaFile
+3-3graphics/qgis/distinfo
+1-2graphics/qgis/Makefile
+4-52 files

NetBSD/pkgsrc 89Dysoldoc CHANGES-2026

   doc: Updated textproc/scooter to 0.8.5
VersionDeltaFile
1.385+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc aIcvLRItextproc/scooter distinfo cargo-depends.mk, textproc/scooter/patches patch-.._vendor_mio-1.0.3_src_sys_unix_selector_kqueue.rs

   textproc/scooter: update to 0.8.5

   New features:

       Add keybinding to toggle hidden files by @thomasschafer in #313
       Exclude git folders by default, include with --include-git-folders by @thomasschafer in #319

   Bug fixes:

       Speed up rendering of long lines by @thomasschafer in #288
       Fix permissions being incorrectly set when replacing in files by @thomasschafer in #307

   Other changes:

       Bump various deps
VersionDeltaFile
1.9+62-82textproc/scooter/distinfo
1.9+19-26textproc/scooter/cargo-depends.mk
1.1+18-0textproc/scooter/patches/patch-.._vendor_mio-1.0.3_src_sys_unix_selector_kqueue.rs
1.9+4-4textproc/scooter/Makefile
+103-1124 files

LLVM/project f853880.ci/buildbot worker.py, offload/ci openmp-offload-amdgpu-clang-flang.py openmp-offload-amdgpu-runtime.py

[Offload][CI] Convert openmp-offload-amdgpu staging bots to ScriptedBuilder (#174991)

Convert the first AMDGPU buildbots to use the ScriptedBuilder introduced
llvm-zorg. For the motivation, see
https://github.com/llvm/llvm-zorg/pull/648.

Since the production buildbot still needs to be restarted for
ScriptedBuilder to work, only convert the builders that are currently in
staging for now. These are:

 * openmp-offload-amdgpu-runtime
 * openmp-offload-amdgpu-clang-flang

Both of them happen to be OpenMPBuilder.getOpenMPCMakeBuildFactory-based
builders before this change. They also set an environment variable that
the previous ScriptedBuilder did not, so we are adding support.

The corresponding llvm-zorg change is
https://github.com/llvm/llvm-zorg/pull/697.
DeltaFile
+71-0offload/ci/openmp-offload-amdgpu-clang-flang.py
+60-0offload/ci/openmp-offload-amdgpu-runtime.py
+11-3.ci/buildbot/worker.py
+1-0offload/ci/.gitignore
+143-34 files

NetBSD/pkgsrc Yqbbjb1doc CHANGES-2026

   doc: Updated graphics/wallust to 3.5.1
VersionDeltaFile
1.384+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AXvAfh0graphics/wallust distinfo cargo-depends.mk

   graphics/wallust: update to 3.5.1

    - No ChangeLog provided.
VersionDeltaFile
1.27+79-76graphics/wallust/distinfo
1.24+25-24graphics/wallust/cargo-depends.mk
1.28+2-2graphics/wallust/Makefile
+106-1023 files

NetBSD/pkgsrc 6et9BY0doc CHANGES-2026

   doc: Updated textproc/rumdl to 0.0.220
VersionDeltaFile
1.383+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0N1vM3ctextproc/rumdl distinfo Makefile

   textproc/rumdl: update to 0.0.220

   ## [0.0.220] - 2026-01-17

   ### Added

   - **`RUMDL_OUTPUT_FORMAT` environment variable** ([#297](https://github.com/rvben/rumdl/issues/297))
     - Override output format in CI/CD without modifying config files
     - Precedence: CLI flag → env var → config → default
     - Example: `RUMDL_OUTPUT_FORMAT=github rumdl check .`

   ### Fixed

   - **MD050: Skip math blocks to avoid false positives in Quarto**
     - LaTeX subscripts (`x_1`) and exponentiation (`a**b`) were incorrectly flagged as strong emphasis
     - Now correctly skips content inside `$$...$$` math blocks

   ### Changed


    [66 lines not shown]
VersionDeltaFile
1.2+4-4textproc/rumdl/distinfo
1.2+2-2textproc/rumdl/Makefile
+6-62 files

FreeBSD/ports 21b2f47graphics/libheif pkg-plist distinfo

graphics/libheif: Update to 1.20.1

Release notes: https://github.com/strukturag/libheif/releases/tag/v1.20.0
               https://github.com/strukturag/libheif/releases/tag/v1.20.1
DeltaFile
+18-0graphics/libheif/pkg-plist
+3-3graphics/libheif/distinfo
+3-2graphics/libheif/Makefile
+24-53 files

FreeBSD/ports e2df165graphics/libheif distinfo Makefile

graphics/libheif: Update to 1.21.2

Release notes: https://github.com/strukturag/libheif/releases/tag/v1.20.2
               https://github.com/strukturag/libheif/releases/tag/v1.21.0
               https://github.com/strukturag/libheif/releases/tag/v1.21.2
DeltaFile
+3-3graphics/libheif/distinfo
+2-2graphics/libheif/Makefile
+1-0graphics/libheif/pkg-plist
+6-53 files