FreeBSD/ports 58c2734devel/py-llvmlite distinfo Makefile, devel/py-llvmlite/files patch-setup.py

devel/py-llvmlite: Update to 0.47.0
DeltaFile
+0-11devel/py-llvmlite/files/patch-setup.py
+3-3devel/py-llvmlite/distinfo
+1-1devel/py-llvmlite/Makefile
+4-153 files

FreeBSD/ports 9ac9525devel/py-numba distinfo Makefile

devel/py-numba: Update to 0.65.0
DeltaFile
+3-3devel/py-numba/distinfo
+1-2devel/py-numba/Makefile
+4-52 files

FreeBSD/ports 0611949devel/py-llvmlite Makefile, devel/py-llvmlite/files patch-ffi_CMakeLists.txt

devel/py-llvmlite: fix patch
DeltaFile
+1-1devel/py-llvmlite/Makefile
+1-1devel/py-llvmlite/files/patch-ffi_CMakeLists.txt
+2-22 files

FreeBSD/ports bda9154net/smb4k distinfo Makefile

net/smb4k: Update to 4.0.6
DeltaFile
+3-3net/smb4k/distinfo
+1-2net/smb4k/Makefile
+2-0net/smb4k/pkg-plist
+6-53 files

FreeBSD/ports 0cb54d0textproc/kdiff3 distinfo pkg-plist

textproc/kdiff3: Update to 1.12.4
DeltaFile
+3-3textproc/kdiff3/distinfo
+6-0textproc/kdiff3/pkg-plist
+1-2textproc/kdiff3/Makefile
+10-53 files

FreeBSD/ports e71270bdevel/clazy distinfo Makefile

devel/clazy: Update to 1.17.1
DeltaFile
+3-3devel/clazy/distinfo
+2-1devel/clazy/Makefile
+5-42 files

FreeBSD/ports a1cf2efsysutils/kshutdown distinfo Makefile

sysutils/kshutdown: Update to 6.2
DeltaFile
+3-3sysutils/kshutdown/distinfo
+1-1sysutils/kshutdown/Makefile
+4-42 files

FreeBSD/ports 6f2b6c0misc/tellico pkg-plist distinfo

misc/tellico: Update to 4.1.5
DeltaFile
+1-10misc/tellico/pkg-plist
+3-3misc/tellico/distinfo
+1-2misc/tellico/Makefile
+5-153 files

FreeBSD/ports 1d8f9f2devel/libphonenumber distinfo Makefile

devel/libphonenumber: Update to 9.0.27
DeltaFile
+3-3devel/libphonenumber/distinfo
+1-2devel/libphonenumber/Makefile
+4-52 files

FreeBSD/ports aa70e0fdevel/okteta distinfo Makefile

devel/okteta: Update to 0.26.26
DeltaFile
+3-3devel/okteta/distinfo
+1-1devel/okteta/Makefile
+4-42 files

FreeBSD/ports 04837a7net-im/qxmpp distinfo Makefile

net-im/qxmpp: Update to 1.14.6
DeltaFile
+3-3net-im/qxmpp/distinfo
+1-1net-im/qxmpp/Makefile
+4-42 files

FreeBSD/ports 83ceba3devel Makefile, devel/vdf Makefile distinfo

devel/vdf: New port

Pure python module for (de)serialization to and from VDF that works just
like `json`.

PR:             286456
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by:    makc (mentor)
DeltaFile
+26-0devel/vdf/Makefile
+3-0devel/vdf/distinfo
+2-0devel/vdf/pkg-descr
+1-0devel/Makefile
+32-04 files

FreeBSD/ports daa622agames Makefile, games/rare Makefile pkg-message

games/rare: New port

Rare is a graphical frontend for Legendary written in PySide6.

PR:             286457
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by:    makc (mentor)
DeltaFile
+36-0games/rare/Makefile
+9-0games/rare/pkg-message
+3-0games/rare/distinfo
+2-0games/rare/pkg-descr
+2-0games/rare/pkg-plist
+1-0games/Makefile
+53-06 files

FreeBSD/ports cd4662bgames Makefile, games/legendary Makefile pkg-descr

games/legendary: New port

Legendary is an open-source game launcher that can download and install
games from the Epic Games platform on Linux, macOS, and Windows. Its
name as a tongue-in-cheek play on tiers of item rarity in many MMORPGs.

Note: Legendary is currently a CLI (command-line interface) application
without a graphical user interface, it has to be run from a terminal.

PR:             272565
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Approved by:    makc (mentor)
DeltaFile
+26-0games/legendary/Makefile
+5-0games/legendary/pkg-descr
+3-0games/legendary/distinfo
+3-0games/legendary/pkg-message
+1-0games/Makefile
+38-05 files

LLVM/project 36e495dllvm/lib/Transforms/Vectorize VPlanTransforms.cpp

[VPlan] Use APSInt in CheckSentinel directly (NFC). (#190534)

Simplify the sentinel checking logic by using APSInt and checking for
both a signed and unsigned sentinel in a single call.

Removes the IsSigned argument

Split off from approved
https://github.com/llvm/llvm-project/pull/183911/ as suggested.
DeltaFile
+15-18llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+15-181 files

LLVM/project a2c16bbllvm/lib/Transforms/Vectorize VPlanTransforms.cpp

[VPlan] Rename CondSelect to FindLastSelect (NFC). (#190536)

…ns (NFC).

Use the more descriptive name FindLastSelect for the conditional select
that picks between the reduction phi and the IV value.

Split off from approved
https://github.com/llvm/llvm-project/pull/183911/ as suggested.
DeltaFile
+11-10llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+11-101 files

LLVM/project c28eaaellvm/test/CodeGen/AMDGPU integer-mad-patterns.ll fcanonicalize.bf16.ll, llvm/test/CodeGen/RISCV/rvv expandload.ll

Add FIXME

Created using spr 1.3.7
DeltaFile
+3,666-5,073llvm/test/CodeGen/RISCV/rvv/expandload.ll
+1,318-117llvm/test/CodeGen/AMDGPU/integer-mad-patterns.ll
+835-387llvm/test/CodeGen/AMDGPU/fcanonicalize.bf16.ll
+610-305llvm/test/CodeGen/AMDGPU/atomics-system-scope.ll
+505-259llvm/test/CodeGen/AMDGPU/insert_vector_elt.v2bf16.ll
+460-214llvm/test/CodeGen/AMDGPU/load-constant-i1.ll
+7,394-6,355476 files not shown
+18,046-10,472482 files

FreeBSD/src c84049cshare/misc committers-ports.dot

Add myself as a committer

Approved by:    makc (mentor)
DeltaFile
+3-0share/misc/committers-ports.dot
+3-01 files

FreeNAS/freenas a87b7d6src/middlewared/middlewared/plugins/enclosure_ nvme2.py

NAS-140418 / 26.0.0-BETA.2 / fix R50BM rear nvme mapping (variants) (by yocalebo) (#18654)
DeltaFile
+82-11src/middlewared/middlewared/plugins/enclosure_/nvme2.py
+82-111 files

FreeNAS/freenas b08e9bb

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

FreeNAS/freenas ee144d8

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

FreeNAS/freenas 5cd50ecsrc/middlewared/middlewared/plugins/enclosure_ nvme2.py

NAS-140418 / 27.0.0-BETA.1 / fix R50BM rear nvme mapping (variants) (#18648)
DeltaFile
+82-11src/middlewared/middlewared/plugins/enclosure_/nvme2.py
+82-111 files

OpenBSD/ports cbBLsOhsysutils/gitlab-cli distinfo modules.inc, sysutils/gitlab-cli/pkg PLIST

   update to gitlab-cli 1.91.0
VersionDeltaFile
1.47+204-278sysutils/gitlab-cli/distinfo
1.34+70-102sysutils/gitlab-cli/modules.inc
1.29+15-0sysutils/gitlab-cli/pkg/PLIST
1.48+1-2sysutils/gitlab-cli/Makefile
+290-3824 files

OpenBSD/ports Z71xrw3devel/github-cli distinfo modules.inc, devel/github-cli/pkg PLIST

   update to github-cli 2.89.0
VersionDeltaFile
1.67+268-230devel/github-cli/distinfo
1.58+99-79devel/github-cli/modules.inc
1.76+1-1devel/github-cli/Makefile
1.30+1-0devel/github-cli/pkg/PLIST
+369-3104 files

OpenBSD/ports OmfFV09www/hugo distinfo modules.inc

   www/hugo: update to 0.160.0

   Changes:
    - https://github.com/gohugoio/hugo/releases/tag/v0.160.0
VersionDeltaFile
1.93+26-26www/hugo/distinfo
1.57+7-7www/hugo/modules.inc
1.101+1-1www/hugo/Makefile
+34-343 files

LLVM/project eaf0135llvm/test/Transforms/SLPVectorizer/X86 multi-use-bitcasted-reduction.ll multi-use-bicasted-reduction.ll

[SLP][NFC]Fix run line for the test, fix test name, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/190537
DeltaFile
+153-0llvm/test/Transforms/SLPVectorizer/X86/multi-use-bitcasted-reduction.ll
+0-149llvm/test/Transforms/SLPVectorizer/X86/multi-use-bicasted-reduction.ll
+153-1492 files

NetBSD/pkgsrc qLun4ETdoc CHANGES-pkgsrc-2026Q1

   doc: update for tickets 7068-7070
VersionDeltaFile
1.1.2.6+10-1doc/CHANGES-pkgsrc-2026Q1
+10-11 files

NetBSD/pkgsrc asyoy0Pnet/bind918 distinfo Makefile

   Pullup ticket #7070 - requested by taca
   net/bind918: Security fix

   Revisions pulled up:
   - net/bind918/Makefile                                          1.67
   - net/bind918/distinfo                                          1.39

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Wed Apr  1 21:55:55 UTC 2026

      Modified Files:
        pkgsrc/net/bind918: Makefile distinfo

      Log Message:
      net/bind918: update to 9.18.48

      9.18.48 (2026-04-01)

    [26 lines not shown]
VersionDeltaFile
1.38.2.1+4-4net/bind918/distinfo
1.66.2.1+2-2net/bind918/Makefile
+6-62 files

NetBSD/pkgsrc rlp2djPx11/kitty Makefile PLIST, x11/kitty/patches patch-setup.py patch-setup.py

   Pullup ticket #7069 - requested by ktnb
   x11/kitty: Build fix

   Revisions pulled up:
   - x11/kitty/Makefile                                            1.85
   - x11/kitty/PLIST                                               1.37
   - x11/kitty/distinfo                                            1.40
   - x11/kitty/patches/patch-setup.py                              1.4

   ---
      Module Name:    pkgsrc
      Committed By:   ktnb
      Date:           Mon Mar 30 16:55:13 UTC 2026

      Modified Files:
              pkgsrc/x11/kitty: Makefile PLIST distinfo
      Added Files:
              pkgsrc/x11/kitty/patches: patch-setup.py


    [2 lines not shown]
VersionDeltaFile
1.83.2.1+49-4x11/kitty/Makefile
1.4.2.1+0-16x11/kitty/patches/patch-setup.py
1.4.2.2+16-0x11/kitty/patches/patch-setup.py
1.36.2.1+6-6x11/kitty/PLIST
1.38.2.1+2-1x11/kitty/distinfo
+73-275 files

OpenBSD/ports fmVzUO4graphics/asymptote/patches patch-backports_glew_src_glew_c

   Unbreak build with new glew.
VersionDeltaFile
1.1+14-0graphics/asymptote/patches/patch-backports_glew_src_glew_c
+14-01 files