NetBSD/pkgsrc-wip 0dca3cf. TODO, resterm distinfo Makefile

resterm: update to 0.31.2
DeltaFile
+3-3resterm/distinfo
+1-1resterm/Makefile
+0-1TODO
+4-53 files

FreeBSD/ports fc0d875x11-wm/niri distinfo Makefile.crates

x11-wm/niri: Update to 26.04

- Update to 26.04 (Changelog: https://github.com/niri-wm/niri/releases/tag/v26.04)
- Take maintainership

Event:          Wiesbaden Hackathon 202604
DeltaFile
+463-545x11-wm/niri/distinfo
+236-271x11-wm/niri/Makefile.crates
+3-4x11-wm/niri/Makefile
+702-8203 files

LLVM/project 6439bbellvm/lib/Target/ARM ARMISelLowering.cpp, llvm/test/CodeGen/ARM hoist-and-by-const-from-shl-in-eqcmp-zero.ll hoist-and-by-const-from-lshr-in-eqcmp-zero.ll

Revert "[ARM] Fold SELECT (AND(X,1) == 0), C1, C2 -> XOR(C1,AND(NEG(AND(X,1)),XOR(C1,C2)) in Thumb1 (#185898)" (#194230)

This reverts commit 1823355d06b854854701a8ba430aa1f6be9994f4 due to
performance
regressions in benchmarks.
DeltaFile
+103-92llvm/test/CodeGen/ARM/hoist-and-by-const-from-shl-in-eqcmp-zero.ll
+97-88llvm/test/CodeGen/ARM/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll
+1-49llvm/lib/Target/ARM/ARMISelLowering.cpp
+201-2293 files

FreeNAS/freenas 0ce7504tests/unit test_http_service_tnc.py

Fix tests
DeltaFile
+107-55tests/unit/test_http_service_tnc.py
+107-551 files

FreeBSD/ports 0f45ed4x11/vdesk Makefile distinfo

x11/vdesk: upgrading 1.2 -> 1.3

Major changes:
    * Update the autotools build system.
    * Ensure built cleanly with a compiler supporting any C version
      from ANSI C to C23
    * Tidy up the code and documentation, and convert the ChangeLog
      to NEWS format
    * Ensure that vdesk always calls XCloseDisplay before exiting

Event: Wiesbaden Hackathon 202604
DeltaFile
+3-4x11/vdesk/Makefile
+3-2x11/vdesk/distinfo
+6-62 files

FreeBSD/ports 8a08099devel/py-tzdata distinfo Makefile

devel/py-tzdata: Update to 2026.2

Changelog:

https://github.com/python/tzdata/releases/tag/2026.2

MFH:            2026Q2
DeltaFile
+3-3devel/py-tzdata/distinfo
+1-1devel/py-tzdata/Makefile
+4-42 files

FreeBSD/ports 1a58df8textproc/py-zensical distinfo Makefile

textproc/py-zensical: Update to 0.0.36

Changelogs since 0.0.34:

https://github.com/zensical/zensical/releases/tag/v0.0.36
https://github.com/zensical/zensical/releases/tag/v0.0.35
DeltaFile
+3-3textproc/py-zensical/distinfo
+1-1textproc/py-zensical/Makefile
+4-42 files

FreeBSD/ports b0e5677devel/py-oslotest distinfo Makefile

devel/py-oslotest: Update to 6.1.1

Changelog:

https://github.com/openstack/oslotest/compare/6.1.0...6.1.1
DeltaFile
+3-3devel/py-oslotest/distinfo
+1-1devel/py-oslotest/Makefile
+4-42 files

FreeBSD/ports 444a54ftextproc/py-ttp-templates distinfo Makefile

textproc/py-ttp-templates: Update to 0.5.2

Changelog:

https://github.com/dmulyalin/ttp_templates/releases/tag/0.5.2
DeltaFile
+3-3textproc/py-ttp-templates/distinfo
+2-2textproc/py-ttp-templates/Makefile
+5-52 files

FreeBSD/ports 4f39368devel/py-inline-snapshot distinfo Makefile

devel/py-inline-snapshot: Update to 0.32.7

Changelog:

https://github.com/15r10nk/inline-snapshot/blob/0.32.7/CHANGELOG.md
DeltaFile
+3-3devel/py-inline-snapshot/distinfo
+1-1devel/py-inline-snapshot/Makefile
+4-42 files

FreeNAS/freenas 5149a39src/middlewared/middlewared/etc_files/local/nginx nginx.conf.mako

Fix nginx.conf
DeltaFile
+6-6src/middlewared/middlewared/etc_files/local/nginx/nginx.conf.mako
+6-61 files

LLVM/project aa3de78llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AArch64 spillcost-call-between-operands.ll spillcost-loop-backedge.ll

[SLP] Fix spill-cost cache lookup and predecessor scan

A cached intra-block scan that stopped at a call or budget limit only
proves the sub-range below the stop point is call-free; do not reuse
the cached bit for queries whose First lies above it. Also switch the
cross-block predecessor scan to "exists a call-free backward path"
semantics, skip blocks strictly dominated by Root, and memoize only
the (Root, OpParent) key. Fixes a false-positive spill cost that was
blocking profitable vectorization.

Reviewers: RKSimon, hiraditya, bababuck

Pull Request: https://github.com/llvm/llvm-project/pull/192709
DeltaFile
+104-26llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+4-11llvm/test/Transforms/SLPVectorizer/AArch64/spillcost-call-between-operands.ll
+0-5llvm/test/Transforms/SLPVectorizer/AArch64/spillcost-loop-backedge.ll
+108-423 files

FreeBSD/ports 4e43e36textproc/p5-PPI distinfo Makefile

textproc/p5-PPI: update 1.283 -> 1.291

Changelog: https://metacpan.org/dist/PPI/changes
DeltaFile
+3-3textproc/p5-PPI/distinfo
+1-2textproc/p5-PPI/Makefile
+4-52 files

FreeBSD/doc a6a6455documentation/content/en/books/handbook/introduction _index.adoc

Fix a typo: make the word 'ports' singular to correct a grammatical error

PR:     291858
Event:  Wiesbaden Hackathon 202604
DeltaFile
+1-1documentation/content/en/books/handbook/introduction/_index.adoc
+1-11 files

NetBSD/pkgsrc S5qlcOidoc CHANGES-2026 TODO

   doc: Updated comms/py-textual to 8.2.4
VersionDeltaFile
1.2603+2-1doc/CHANGES-2026
1.27166+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc CEDoWS7comms/py-textual distinfo Makefile

   py-textual: update to 8.2.4.

   Small potatoes update, to fix a glitch with anchor.
VersionDeltaFile
1.44+4-4comms/py-textual/distinfo
1.49+3-3comms/py-textual/Makefile
+7-72 files

NetBSD/src lH4pRfysys/arch/atari/dev atari5380.c, sys/arch/cesfic/cesfic machdep.c

   Centralize the declaration of "nofault".
VersionDeltaFile
1.146+2-44sys/arch/next68k/next68k/machdep.c
1.270+14-16sys/arch/hp300/hp300/machdep.c
1.231+10-12sys/arch/x68k/x68k/machdep.c
1.92+10-12sys/arch/cesfic/cesfic/machdep.c
1.141+10-12sys/arch/news68k/news68k/machdep.c
1.67+9-10sys/arch/atari/dev/atari5380.c
+55-10622 files not shown
+134-22628 files

FreeBSD/ports 3d8158dx11/xdm Makefile

x11/xdm: Run-depend on x11/xrdb, as xdm calls this executable

There are a lot of more missing dependencies that I failed to enumerate in
entirety, but this is at least step forward.

Pull Request:   https://github.com/freebsd/freebsd-ports/pull/505
DeltaFile
+3-2x11/xdm/Makefile
+3-21 files

FreeBSD/ports 68ffd3bports-mgmt/packagekit distinfo Makefile, ports-mgmt/packagekit/files patch-backends_freebsd_PackageDatabase.hpp

ports-mgmt/packagekit: Update to 1.3.5

Reported by:    portscout!

(cherry picked from commit 3e0e6cfee0d8dbc3c285df8b0b35397d6c0acdc3)
DeltaFile
+6-8ports-mgmt/packagekit/files/patch-backends_freebsd_PackageDatabase.hpp
+3-3ports-mgmt/packagekit/distinfo
+1-2ports-mgmt/packagekit/Makefile
+10-133 files

NetBSD/pkgsrc NXbWODndoc CHANGES-2026 TODO

   doc: Updated devel/py-ruff to 0.15.12
VersionDeltaFile
1.2602+2-1doc/CHANGES-2026
1.27165+1-2doc/TODO
+3-32 files

FreeBSD/ports 1c9704bgraphics/colord Makefile

graphics/colord: Fix build with PPROFILES enabled

PR:             294778
DeltaFile
+2-1graphics/colord/Makefile
+2-11 files

FreeBSD/ports 3e0e6cfports-mgmt/packagekit distinfo Makefile, ports-mgmt/packagekit/files patch-backends_freebsd_PackageDatabase.hpp

ports-mgmt/packagekit: Update to 1.3.5

Reported by:    portscout!
DeltaFile
+6-8ports-mgmt/packagekit/files/patch-backends_freebsd_PackageDatabase.hpp
+3-3ports-mgmt/packagekit/distinfo
+1-2ports-mgmt/packagekit/Makefile
+10-133 files

NetBSD/pkgsrc rVSoqiGdevel/py-ruff distinfo cargo-depends.mk, devel/py-ruff/patches patch-Cargo.toml

   py-ruff: update to 0.15.12.

   Preview features

       Implement #ruff:file-ignore file-level suppressions (#23599)
       Implement #ruff:ignore logical-line suppressions (#23404)
       Revert preview changes to displayed diagnostic severity in LSP (#24789)
       [airflow] Implement task-branch-as-short-circuit (AIR004) (#23579)
       [flake8-bugbear] Fix break/continue handling in loop-iterator-mutation (B909) (#24440)
       [pylint] Fix PLC2701 for type parameter scopes (#24576)

   Rule changes

       [pandas-vet] Suggest .array as well in PD011 (#24805)

   CLI

       Respect default Unix permissions for cache files (#24794)


    [5 lines not shown]
VersionDeltaFile
1.102+35-29devel/py-ruff/distinfo
1.98+10-10devel/py-ruff/cargo-depends.mk
1.41+1-10devel/py-ruff/patches/patch-Cargo.toml
1.104+2-5devel/py-ruff/Makefile
+48-544 files

NetBSD/pkgsrc K8QxGGxdoc CHANGES-2026 TODO

   doc: Updated net/py-requests-ratelimiter to 0.10.0
VersionDeltaFile
1.2601+2-1doc/CHANGES-2026
1.27164+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc YbnyBAknet/py-requests-ratelimiter distinfo Makefile

   py-requests-ratelimiter: update to 0.10.0.

   0.10.0 (2026-04-22)

       Add max_delay parameter compatible with pyrate-limiter v4 (previously removed in 0.9)
       Fix per-host rate-limiting for Redis and Postgres backends
       If both per_host=True and a bucket_name is specified, use bucket_name as a bucket prefix
       Add warning if a custom Limiter object is passed with per_host=True and no HostBucketFactory
VersionDeltaFile
1.4+4-4net/py-requests-ratelimiter/distinfo
1.4+2-2net/py-requests-ratelimiter/Makefile
+6-62 files

NetBSD/pkgsrc MiOk1JQdoc CHANGES-2026 TODO

   doc: Updated devel/py-packaging to 26.2
VersionDeltaFile
1.2600+2-1doc/CHANGES-2026
1.27163+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc WpCzrORdevel/py-packaging Makefile distinfo

   py-packaging: update to 26.2.

   26.2 - 2026-04-24
   ~~~~~~~~~~~~~~~~~

   Fixes:

   * Fix incorrect sysconfig var name for pyemscripten in (:pull:`1160`)
   * Make ``Version``, ``Specifier``, ``SpecifierSet``, ``Tag``, ``Marker``, and ``Requirement`` pickle-safe
     and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
     ``packaging._structures`` module) (:pull:`1163`, :pull:`1168`, :pull:`1170`, :pull:`1171`)
   * Re-export ``ExceptionGroup`` in metatadata for now in (:pull:`1164`)

   Documentation:

   * Add errors section and fix missing details in (:pull:`1159`)
   * Document our property-based test suite in (:pull:`1167`)
   * Fix a ``DirectUrl`` typo in (:pull:`1167`)
   * Add example of ``is_unsatisfiable`` in (:pull:`1166`)

    [6 lines not shown]
VersionDeltaFile
1.28+8-5devel/py-packaging/Makefile
1.23+4-4devel/py-packaging/distinfo
1.12+4-1devel/py-packaging/PLIST
+16-103 files

NetBSD/pkgsrc TBFK50rdoc CHANGES-2026 TODO

   doc: Updated www/py-nh3 to 0.3.5
VersionDeltaFile
1.2599+2-1doc/CHANGES-2026
1.27162+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 13tdinowww/py-nh3 distinfo cargo-depends.mk

   py-nh3: update to 0.3.5.

   Add usage examples for clean() and Cleaner arguments by @gghez in #120
   Add doctest coverage for module docstrings and RST files by @gghez in #121
   Bump pyo3 from 0.28.2 to 0.28.3 by @dependabot[bot] in #123
   Add tags parameter to clean_text by @gghez in #122
VersionDeltaFile
1.13+88-88www/py-nh3/distinfo
1.13+28-28www/py-nh3/cargo-depends.mk
1.15+2-2www/py-nh3/Makefile
+118-1183 files

FreeBSD/ports 12b5937x11-fonts/font-awesome distinfo Makefile

x11-fonts/font-awesome: Update to 7.2.0

Event:          Wiesbaden Hackathon 202604
DeltaFile
+3-3x11-fonts/font-awesome/distinfo
+1-1x11-fonts/font-awesome/Makefile
+4-42 files