NetBSD/pkgsrc-wip 1c8c6f9i3 PLIST Makefile, i3/patches patch-src_ipc.c patch-src_load__layout.c

i3: remove, used for updating pkgsrc
DeltaFile
+0-123i3/patches/patch-src_ipc.c
+0-78i3/patches/patch-src_load__layout.c
+0-67i3/PLIST
+0-53i3/Makefile
+0-38i3/patches/patch-src_util.c
+0-36i3/patches/patch-etc_config.keycodes
+0-39511 files not shown
+0-57317 files

NetBSD/pkgsrc-wip 7d523abi3/patches patch-src_ipc.c patch-src_load__layout.c

i3: fix uselocale() problem
DeltaFile
+123-0i3/patches/patch-src_ipc.c
+78-0i3/patches/patch-src_load__layout.c
+38-0i3/patches/patch-src_util.c
+16-0i3/patches/patch-i3bar_src_child.c
+16-0i3/patches/patch-i3-config-wizard_main.c
+12-1i3/patches/patch-meson.build
+283-11 files not shown
+289-27 files

NetBSD/pkgsrc-wip 745ddb6webkit-gtk-2.50 TODO distinfo

webkit-gtk-2.50: update to 2.50.4, new link error
DeltaFile
+37-0webkit-gtk-2.50/TODO
+3-3webkit-gtk-2.50/distinfo
+1-1webkit-gtk-2.50/Makefile
+41-43 files

FreeBSD/ports 694ee44misc/p5-Business-ISBN-Data distinfo Makefile

misc/p5-Business-ISBN-Data: update 20251212.001 -> 20251223.001

Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
DeltaFile
+3-3misc/p5-Business-ISBN-Data/distinfo
+1-1misc/p5-Business-ISBN-Data/Makefile
+4-42 files

FreeBSD/ports 64ee834devel/p5-Log-Report distinfo Makefile

devel/p5-Log-Report: update 1.43 -> 1.44

Changelog: https://metacpan.org/dist/Log-Report/changes
DeltaFile
+3-3devel/p5-Log-Report/distinfo
+1-1devel/p5-Log-Report/Makefile
+4-42 files

NetBSD/pkgsrc-wip 73763d5webkit-gtk-2.46 PLIST Makefile, webkit-gtk-2.46/patches patch-Source_bmalloc_bmalloc_AvailableMemory.cpp

Rename webkit-gtk-2.46 to webkit-gtk-2.50 to match PKGVERSION
DeltaFile
+0-4,174webkit-gtk-2.46/PLIST
+4,174-0webkit-gtk-2.50/PLIST
+210-0webkit-gtk-2.50/Makefile
+0-210webkit-gtk-2.46/Makefile
+101-0webkit-gtk-2.50/patches/patch-Source_bmalloc_bmalloc_AvailableMemory.cpp
+0-101webkit-gtk-2.46/patches/patch-Source_bmalloc_bmalloc_AvailableMemory.cpp
+4,485-4,48575 files not shown
+5,249-5,24981 files

NetBSD/pkgsrc-wip e41b8e2. Makefile, py-psleak TODO Makefile

py-psleak: add package

self tests don't finish, reported upstream
DeltaFile
+21-0py-psleak/TODO
+18-0py-psleak/Makefile
+9-0py-psleak/PLIST
+5-0py-psleak/distinfo
+3-0py-psleak/DESCR
+1-0Makefile
+57-06 files

NetBSD/pkgsrc-wip e0ad256forgejo distinfo go-modules.mk

forgejo: update to 13.0.3.
DeltaFile
+45-45forgejo/distinfo
+14-14forgejo/go-modules.mk
+5-1forgejo/PLIST
+1-1forgejo/Makefile
+0-2forgejo/TODO
+65-635 files

OpenBSD/src GqdleXksys/arch/arm64/conf GENERIC RAMDISK, sys/dev/fdt rkusbdpphy.c files.fdt

   Add rkusbdpphy(4), a driver for the USB DP Combo PHY on Rockchip SoCs.

   The USB DP Combo PHY is used to mux the USB 3.0 and DisplayPort lanes.
   In some boards there's e.g. no USB 3.0, in others no DP, and in others
   a mix of both.

   This driver so far only supports enabling USB 3.0, which helps bring up
   the "blue" USB-A port on my RK3588 NanoPi R6S.

   ok kettenis@
VersionDeltaFile
1.1+199-0sys/dev/fdt/rkusbdpphy.c
1.218+5-1sys/dev/fdt/files.fdt
1.311+2-1sys/arch/arm64/conf/GENERIC
1.238+2-1sys/arch/arm64/conf/RAMDISK
+208-34 files

LLVM/project 87e8e7dllvm/lib/Target/SPIRV SPIRVCombinerHelper.cpp SPIRVPostLegalizer.cpp, llvm/test/CodeGen/SPIRV/llvm-intrinsics matrix-multiply.ll matrix-transpose.ll

[SPIRV] Implement lowering for llvm.matrix.transpose and llvm.matrix.multiply (#172050)

This patch implements the lowering for the llvm.matrix.transpose and
llvm.matrix.multiply intrinsics in the SPIR-V backend.

- llvm.matrix.transpose is lowered to a G_SHUFFLE_VECTOR with a
  mask calculated to transpose the elements.
- llvm.matrix.multiply is lowered by decomposing the operation into
  dot products of rows and columns:
  - Rows and columns are extracted using G_UNMERGE_VALUES or shuffles.
  - Dot products are computed using OpDot for floating point vectors
    or standard arithmetic for scalars/integers.
  - The result is reconstructed using G_BUILD_VECTOR.

This change also updates SPIRVPostLegalizer to improve type deduction
for G_UNMERGE_VALUES, enabling correct type assignment for the
intermediate virtual registers generated during lowering.

New tests are added to verify support for various matrix sizes and
element types (float and int).
DeltaFile
+189-0llvm/lib/Target/SPIRV/SPIRVCombinerHelper.cpp
+168-0llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
+124-0llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
+46-49llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
+21-0llvm/lib/Target/SPIRV/SPIRVCombinerHelper.h
+16-2llvm/lib/Target/SPIRV/SPIRVCombine.td
+564-511 files not shown
+567-557 files

OpenBSD/src CI6bjnPsys/dev/fdt rkclock.c rkclock_clocks.h

   Add RK3588 USBDP Combo PHY related clocks and resets.

   ok kettenis@
VersionDeltaFile
1.94+54-1sys/dev/fdt/rkclock.c
1.66+13-0sys/dev/fdt/rkclock_clocks.h
+67-12 files

OpenBSD/src uNgFeTdusr.sbin/bgpctl output.c output_json.c

   Use adjout_prefix_size for the amount of memory used by adj-rib-out
   prefixes. Split printf since fmt_mem() uses a static char buffer to
   hold the result.

   OK tb@
VersionDeltaFile
1.66+5-4usr.sbin/bgpctl/output.c
1.57+2-3usr.sbin/bgpctl/output_json.c
1.21+2-3usr.sbin/bgpctl/output_ometric.c
+9-103 files

NetBSD/pkgsrc kdm2fwYdoc CHANGES-2025

   Updated chat/py-nbxmpp, devel/py-pipx
VersionDeltaFile
1.7443+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc WlWaGBydevel/py-pipx Makefile distinfo

   py-pipx: updated to 1.8.0

   1.8.0

   [pre-commit.ci] pre-commit autoupdate
   [pre-commit.ci] pre-commit autoupdate
   Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the actions group
   fix(commands/common/_copy_package_resource): if destination exists and files are same, do not overwrite existing files
   Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in the actions group
   Fix /changelog/ and /contributing/ docs URLs
   [pre-commit.ci] pre-commit autoupdate
   [pre-commit.ci] pre-commit autoupdate
   Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 in the actions group
   [pre-commit.ci] pre-commit autoupdate
   [pre-commit.ci] pre-commit autoupdate
   Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 in the actions group
   Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.0 in the actions group across 1 directory
   Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 in the actions group
   feat: rename USE_EMOJI to PIPX_USE_EMOJI

    [17 lines not shown]
VersionDeltaFile
1.3+9-7devel/py-pipx/Makefile
1.2+4-4devel/py-pipx/distinfo
+13-112 files

NetBSD/pkgsrc FvonquDsecurity/gcr Makefile

   Fix build on NetBSD: implicit declaration of function 'timegm'
VersionDeltaFile
1.48+2-1security/gcr/Makefile
+2-11 files

NetBSD/pkgsrc iGBm801chat/py-nbxmpp PLIST distinfo

   py-nbxmpp: updated to 7.0.0

   nbxmpp 7.0.0 (13 Dec 2025)

     Change

     * Remove HTTP Requests API
     * Client: Add set_host_meta_data()
VersionDeltaFile
1.8+4-4chat/py-nbxmpp/PLIST
1.14+4-4chat/py-nbxmpp/distinfo
1.15+2-2chat/py-nbxmpp/Makefile
+10-103 files

NetBSD/pkgsrc Nocad2Ddoc CHANGES-2025

   Updated textproc/py-enchant, mail/py-mailsuite, devel/py-limits, devel/py-beniget
VersionDeltaFile
1.7442+5-1doc/CHANGES-2025
+5-11 files

NetBSD/pkgsrc 4b5Q7VIdevel/py-beniget distinfo Makefile

   py-beniget: updated to 0.5.0

   0.5.0
   Unknown changes
VersionDeltaFile
1.5+4-4devel/py-beniget/distinfo
1.7+3-4devel/py-beniget/Makefile
+7-82 files

NetBSD/pkgsrc mTWLDsWdevel/py-limits PLIST distinfo

   py-limits: updated to 5.6.0

   v5.6.0

   * Development

     * Move all project metadata to pyproject
     * Use uv for development
     * Use hatch for package build
     * Remove versioneer for versioning
VersionDeltaFile
1.8+14-14devel/py-limits/PLIST
1.24+4-4devel/py-limits/distinfo
1.26+4-3devel/py-limits/Makefile
+22-213 files

NetBSD/pkgsrc 2ChJoS1mail/py-mailsuite distinfo Makefile

   py-mailsuite: updated to 1.11.0

   1.11.0

   Breaking changes

   For security reasons, utils.parse_email() and utils.from_trusted_domain() will mo longer treat input as a potential file path. Applications must now do this explicitly themselves when needed.

   Fixes

   Fixed type hints throughout the library.
   Fixed return values of utils.from_trusted_domain()
   Fixed an issue where the plain text body of an email was attached as the HTML body when using utils.create_email()

   Other changes

   in the imap module, the argument names in IMAPClient functions delete_messages() and create_folder() to align with the overridden functions. These are positional arguments, so this should not mater.
VersionDeltaFile
1.7+4-4mail/py-mailsuite/distinfo
1.10+2-2mail/py-mailsuite/Makefile
+6-62 files

NetBSD/pkgsrc Lnj4RDEtextproc/py-enchant distinfo PLIST, textproc/py-enchant/patches patch-enchant___enchant.py

   py-enchant: updated to 3.3.0

   3.3.0

   * Add tokenizer for the German language
   * Improve support for macOS M1 architecture
   * Add support for Python 3.11, 3.12 and 3.13
   * Bump minimum required Python version to 3.9
   * Numerous documentation updates
   * Start adding type annotations (still a work in progress)
   * For the `enchant.checker` package: always setup SpellChecker.
   * Display project urls on ``pypi.org``
   * Sort all imports with ``isort``
   * Numerous tests cleanups
   * Update FSF address in LICENSE.txt
   * Windows wheels:
      * Use ``enchant`` archive generated from GitHub Actions
      * Bmup ``enchant`` from 2.2.7 to 3.4.4
   * Publish packages from GitHub Actions
VersionDeltaFile
1.14+5-5textproc/py-enchant/distinfo
1.2+4-4textproc/py-enchant/patches/patch-enchant___enchant.py
1.7+4-1textproc/py-enchant/PLIST
1.24+2-3textproc/py-enchant/Makefile
+15-134 files

NetBSD/pkgsrc 8L1UM8Hlang/py-cxxheaderparser PLIST

   py-cxxheaderparser: make PLIST match what is installed on NetBSD & SmartOS
VersionDeltaFile
1.5+1-4lang/py-cxxheaderparser/PLIST
+1-41 files

FreeBSD/doc 127b1d4website/content/en/cgi man.cgi

update the manpages for Debian 13.2.0
DeltaFile
+3-3website/content/en/cgi/man.cgi
+3-31 files

FreeBSD/ports 5242625cad/gtkwave distinfo Makefile

cad/gtkwave: Update to 3.3.126

- Add missing run dependency: graphics/gdk-pixbuf-extra

ChangeLog: https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3-gtk3/ChangeLog
DeltaFile
+3-3cad/gtkwave/distinfo
+2-1cad/gtkwave/Makefile
+5-42 files

OpenBSD/ports 6473OHsdevel/p5-Devel-MAT distinfo Makefile, devel/p5-Devel-MAT/pkg PLIST

   update p5-Devel-MAT to 0.54
VersionDeltaFile
1.6+2-2devel/p5-Devel-MAT/distinfo
1.7+2-2devel/p5-Devel-MAT/Makefile
1.4+0-2devel/p5-Devel-MAT/pkg/PLIST
+4-63 files

OpenBSD/ports gvPdr0Gsysutils/twc distinfo Makefile

   update to twc 2.15.0
VersionDeltaFile
1.11+2-2sysutils/twc/distinfo
1.12+1-1sysutils/twc/Makefile
+3-32 files

FreeBSD/ports e33f803sysutils/zli distinfo Makefile

sysutils/zli: Update to 2.1.13
DeltaFile
+5-5sysutils/zli/distinfo
+1-2sysutils/zli/Makefile
+6-72 files

FreeBSD/ports 6e1990awww/radicale distinfo Makefile

www/radicale: Update to 3.5.10
DeltaFile
+3-3www/radicale/distinfo
+1-1www/radicale/Makefile
+4-42 files

FreeBSD/ports 9310aa1multimedia/minisatip distinfo Makefile

multimedia/minisatip: Update to 2.0.50
DeltaFile
+3-3multimedia/minisatip/distinfo
+1-1multimedia/minisatip/Makefile
+4-42 files

OpenBSD/src Oo86KNCshare/man/man4 inthid.4 Makefile

   acpihid(4) -> inthid(4)
VersionDeltaFile
1.1+42-0share/man/man4/inthid.4
1.873+3-3share/man/man4/Makefile
1.3+1-1share/man/man4/acpihid.4
+46-43 files