NetBSD/pkgsrc-wip baa5057qgis Makefile TODO

qgis: Adjust \todo in Makefile and TODO

The only significant change is a decision to create a default-off
option for qtwebengine, because it's beastly and I don't understand
how qgis with it does anything more useful.
DeltaFile
+9-6qgis/Makefile
+8-6qgis/TODO
+17-122 files

FreeBSD/doc 40089f5website/content/en/usergroups _index.adoc

Fix meetup link

Reviewed by:    carlavilla
Differential Revision:  https://reviews.freebsd.org/D52061
DeltaFile
+1-1website/content/en/usergroups/_index.adoc
+1-11 files

DragonFlyBSD/src 447e693sys/conf files, sys/kern kern_sysctl.c

kernel: Fix a few build conflicts between optional and standard code.

In this case kernels without either KTRACE, acpi or pci.
DeltaFile
+4-4sys/conf/files
+4-1sys/platform/pc64/x86_64/machdep.c
+2-0sys/kern/kern_sysctl.c
+10-53 files

OpenBSD/ports wqzOQEXwayland/wl-clipboard Makefile distinfo, wayland/wl-clipboard/pkg PLIST DESCR

   Initial revision
VersionDeltaFile
1.1+23-0wayland/wl-clipboard/Makefile
1.1+17-0wayland/wl-clipboard/pkg/PLIST
1.1+3-0wayland/wl-clipboard/pkg/DESCR
1.1+2-0wayland/wl-clipboard/distinfo
1.1.1.1+0-0wayland/wl-clipboard/pkg/DESCR
1.1.1.1+0-0wayland/wl-clipboard/Makefile
+45-02 files not shown
+45-08 files

NetBSD/pkgsrc fAQ0aYvdevel Makefile, devel/py-inquirer Makefile PLIST

   Remove devel/py-inquirer

   I imported this in 2020 as a dependency of something, but nothing in pkgsrc
   depends on it anymore.
VersionDeltaFile
1.4601+1-2devel/Makefile
1.5+1-1devel/py-inquirer/Makefile
1.2+1-1devel/py-inquirer/PLIST
1.4+1-1devel/py-inquirer/distinfo
1.2+1-1devel/py-inquirer/patches/patch-requirements.txt
1.2+0-0devel/py-inquirer/DESCR
+5-66 files

OpenBSD/ports lVHhUoFemulators/fceux/patches patch-src_CMakeLists_txt

   no more need to patch for lua .pc filenames
VersionDeltaFile
1.6+0-0emulators/fceux/patches/patch-src_CMakeLists_txt
+0-01 files

FreeBSD/src 5ddfd1dusr.bin/diff3 diff3.c

diff3: bump version to the date when the GNU diff3 compat was reached
DeltaFile
+1-1usr.bin/diff3/diff3.c
+1-11 files

NetBSD/pkgsrc g7yzI5xchat/matrix-synapse Makefile

   chat/matrix-synapse: Swap primary maintainer to reflect reality
VersionDeltaFile
1.129+3-3chat/matrix-synapse/Makefile
+3-31 files

NetBSD/pkgsrc pewAoj3doc CHANGES-2026

   doc: Removed devel/py-inquirer
VersionDeltaFile
1.1475+2-1doc/CHANGES-2026
+2-11 files

OpenBSD/ports 8zVAAUftextproc/py-fpdf2 distinfo Makefile, textproc/py-fpdf2/pkg PLIST

   update to py3-fpdf2-2.8.7
VersionDeltaFile
1.2+2-2textproc/py-fpdf2/distinfo
1.2+1-1textproc/py-fpdf2/Makefile
1.2+1-0textproc/py-fpdf2/pkg/PLIST
+4-33 files

FreeBSD/src 5df6acabin/ed io.c ed.h

ed: add unicode support for the l (list) command

Use mbrtowc()/iswprint()/wcwidth() in put_tty_line() so that
the l command displays valid multibyte characters as-is instead
of escaping each byte as octal.

Column wrapping now correctly accounts for character display
width (including double-width CJK characters).

Invalid or incomplete UTF-8 sequences and non-printable
characters are still escaped as octal.

Differential Revision:  https://reviews.freebsd.org/D55365
DeltaFile
+53-19bin/ed/io.c
+2-0bin/ed/ed.h
+55-192 files

NetBSD/src nxzEHazusr.bin/nc nc.1

   nc(1): brush up markup
VersionDeltaFile
1.5+69-49usr.bin/nc/nc.1
+69-491 files

FreeBSD/src 7c2c2c2bin/ed/tests ed_test.sh

ed: add unicode test cases to ATF test suite

Including examples in Cyrillic suggested by kib@

Differential Revusion:  https://reviews.freebsd.org/D55364
DeltaFile
+333-0bin/ed/tests/ed_test.sh
+333-01 files

LLVM/project b7e2044mlir/include/mlir/IR OpBase.td, mlir/test/lib/Dialect/Test TestOps.td

[MLIR][ODS] Fix AllElementCountsMatch crash on dynamic shaped types (#183948)

The AllElementCountsMatch trait called ShapedType::getNumElements() on
operands or results with dynamic dimensions, which unconditionally
asserts hasStaticShape(). This caused mlir-opt to crash instead of
failing gracefully when the trait was used with dynamically-shaped
types.

Fix this by rewriting AllElementCountsMatch to use an And<> predicate
combining Neg<AnyMatchOperatorPred> (requiring all types to be
statically shaped) with AllMatchSameOperatorPred (requiring equal
element counts). When any type has dynamic dimensions the verification
now fails with a diagnostic instead of crashing.

Update the regression test to expect a verification failure rather than
success when dynamic shapes are present.

Fixes #159740
DeltaFile
+21-0mlir/test/mlir-tblgen/types.mlir
+12-2mlir/include/mlir/IR/OpBase.td
+7-0mlir/test/lib/Dialect/Test/TestOps.td
+40-23 files

OpenBSD/ports LfSC5rVtextproc/py-cssselect Makefile distinfo, textproc/py-cssselect/pkg PLIST

   update to py3-cssselect-1.4.0
VersionDeltaFile
1.26+2-3textproc/py-cssselect/Makefile
1.6+2-2textproc/py-cssselect/distinfo
1.9+0-1textproc/py-cssselect/pkg/PLIST
+4-63 files

OpenBSD/ports XaSoIHalang/v Makefile

   Like most fancy new languages, it is greedy and eats up all CPUs slots it can.
   Since we cant turn off parallel in the build system, at least register the
   build slots

   OK jasper@ (MAINTAINER)
VersionDeltaFile
1.5+3-0lang/v/Makefile
+3-01 files

OpenBSD/ports P0MPiARwww/hiawatha Makefile distinfo, www/hiawatha/patches patch-CMakeLists_txt patch-man_hiawatha_1_in

   update to hiawatha-12.0
   revisit PERMIT_PACKAGE decision; only development branches of mbedtls
   are Apache 2.0-only; this uses an LTS branch which is dual Apache/GPLv2+
VersionDeltaFile
1.9+5-35www/hiawatha/patches/patch-CMakeLists_txt
1.79+12-5www/hiawatha/Makefile
1.14+5-5www/hiawatha/patches/patch-man_hiawatha_1_in
1.1+9-0www/hiawatha/patches/patch-extra_letsencrypt_lefh_in
1.57+2-2www/hiawatha/distinfo
1.16+1-1www/hiawatha/patches/patch-src_serverconfig_c
+34-482 files not shown
+37-498 files

LLVM/project 2cb2fe7mlir/lib/Dialect/SCF/IR SCF.cpp, mlir/test/Dialect/SCF invalid.mlir

[mlir][scf] Fix crash in ForOp verifier when body block has no arguments (#183946)

A malformed `scf.for` whose body block contains no arguments caused
`getRegionIterArgs()` to crash via an out-of-bounds `drop_front(1)`
call. This happened because `verifyLoopLikeOpInterface` (a
`verifyRegionTrait`) invokes `getRegionIterArgs()` during
`verifyRegionInvariants`, which runs before `verifyRegions()` has a
chance to report a proper diagnostic.

Fix by adding an explicit check in `ForOp::verify()` (which runs in
`verifyInvariants`, before any region trait verifiers execute) that
ensures the body block has at least as many arguments as there are
induction variables. This prevents the crash and produces a clear error
message.

Fixes #159737
DeltaFile
+16-0mlir/lib/Dialect/SCF/IR/SCF.cpp
+15-0mlir/test/Dialect/SCF/invalid.mlir
+31-02 files

NetBSD/pkgsrc-wip 7e7fd9d. TODO

TODO: + crush-0.46.1, dmarc-report-viewer-2.4.0, resterm-0.23.6.
DeltaFile
+3-0TODO
+3-01 files

NetBSD/pkgsrc O8bPJEidoc TODO

   doc/TODO: add some

   + compiledb-go-1.5.4, dasel-3.3.1, geeqie-2.7, grafana-12.4.0,
     libmaxminddb-1.13.2, llvm-22.1.0, moor-2.11.0, prometheus-3.10.0,
     protobuf-34.0, py-hatchling-1.29.0, py-isort-8.0.1, py-maturin-1.12.5,
     py-pillow_heif-1.3.0, py-protobuf-7.34.0, py-ruff-0.15.4,
     py-sphinx-autodoc-typehints-3.8.0, py-uv-build-0.10.7, slumber-5.1.1,
     tree-sitter-0.26.6, tree-sitter-markdown-0.5.3.
VersionDeltaFile
1.26875+21-3doc/TODO
+21-31 files

LLVM/project 9801e75llvm/lib/Target/ARM ARMInstrThumb.td, llvm/test/tools/llvm-mca/ARM simple-cortex-m33.s

[ARM] tADDrSPi no side effects change (#183071)

This is pulled out of #182771 in case it causes issues. The mis-compile
I believe is no longer present, as tADDrSPi is used in several test
cases which do not change due to of marking tADDrSPi as not affect side
effects.
DeltaFile
+4-1llvm/test/tools/llvm-mca/ARM/simple-cortex-m33.s
+1-3llvm/lib/Target/ARM/ARMInstrThumb.td
+5-42 files

FreeBSD/ports cdded15security/osv-scanner distinfo Makefile

security/osv-scanner: Update to 2.3.3

ChangeLog:
https://github.com/google/osv-scanner/releases/tag/v2.3.3
DeltaFile
+5-5security/osv-scanner/distinfo
+2-3security/osv-scanner/Makefile
+7-82 files

OpenBSD/ports VvP6OgIx11/gnome/gvfs distinfo Makefile, x11/gnome/gvfs/patches patch-daemon_gvfsftpdircache_c

   Update to gvfs-1.58.2.
VersionDeltaFile
1.95+2-2x11/gnome/gvfs/distinfo
1.225+1-1x11/gnome/gvfs/Makefile
1.9+1-1x11/gnome/gvfs/patches/patch-daemon_gvfsftpdircache_c
+4-43 files

OpenBSD/src lzTjrEgsys/dev/acpi acpidmar.c acpireg.h

   Handle IVMD entries to cater for reserved/excluded DVA ranges on the
   AMD IOMMUs.

   ok chris@
VersionDeltaFile
1.13+55-1sys/dev/acpi/acpidmar.c
1.64+3-3sys/dev/acpi/acpireg.h
+58-42 files

LLVM/project 74c0ee7llvm/include/llvm/Analysis TargetTransformInfo.h, llvm/include/llvm/CodeGen BasicTTIImpl.h

[TTI] Remove TargetLibraryInfo from IntrinsicCostAttributes (NFC) (#183764)

This is a remnant from when `sincos` costs used the vector mappings from
`TargetLibraryInfo::getVectorMappingInfo`.
DeltaFile
+7-13llvm/lib/Analysis/CostModel.cpp
+9-8llvm/lib/Analysis/TargetTransformInfo.cpp
+2-5llvm/include/llvm/Analysis/TargetTransformInfo.h
+1-2llvm/include/llvm/CodeGen/BasicTTIImpl.h
+1-1llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+1-1llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+21-306 files

OpenBSD/ports Oijl2wxsysutils/consul distinfo

   Oops, forgot to makesum, thanks naddy@
VersionDeltaFile
1.105+2-2sysutils/consul/distinfo
+2-21 files

OPNSense/core e5e6387src/opnsense/scripts/filter/lib states.py

Firewall: Diagnostics: States - minor glitch in searching, when no specific networks are selected, match all and offered filter. closes https://github.com/opnsense/core/issues/9876
DeltaFile
+3-1src/opnsense/scripts/filter/lib/states.py
+3-11 files

LLVM/project 6fa90a3mlir/lib/IR SymbolTable.cpp, mlir/test/Dialect/IRDL invalid.irdl.mlir

[MLIR][SymbolTable] Fix crash when SymbolTable is built on unverified IR (#183945)

The SymbolTable::SymbolTable constructor asserted that all symbol names
in the region were unique. This could cause mlir-opt to crash instead of
producing a proper diagnostic when the IR contained both:

1. An IsolatedFromAbove op (e.g., irdl.dialect) with a symbol user that
looks up symbols in an ancestor symbol table, and
2. Duplicate symbols in that ancestor (e.g., two func.func @test).

The crash occurred because IsolatedFromAbove ops are verified in
verifyOnExit() before verifyRegionInvariants() runs the SymbolTable
trait's verifyRegionTrait (which produces the proper duplicate-symbol
diagnostic). When the isolated op's symbol use verification triggered
SymbolTableCollection::getSymbolTable() on the ancestor, the constructor
would assert instead of gracefully handling the invalid-but-not-yet-
reported duplicate symbols.

The fix removes the assertion and silently skips duplicate symbol

    [7 lines not shown]
DeltaFile
+20-0mlir/test/Dialect/IRDL/invalid.irdl.mlir
+7-4mlir/lib/IR/SymbolTable.cpp
+27-42 files

NetBSD/pkgsrc QoK64sxdoc CHANGES-2026

   doc: Updated security/mozilla-rootcerts-openssl to 2.21
VersionDeltaFile
1.1474+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Gtt6pTydoc CHANGES-2026

   doc: Updated security/mozilla-rootcerts to 1.1.20260211
VersionDeltaFile
1.1473+2-1doc/CHANGES-2026
+2-11 files