FreeBSD/ports 2dc73b1databases Makefile, databases/sabiql distinfo Makefile.crates

databases/sabiql: Add new port

A fast, driver-less TUI to browse, query, and edit PostgreSQL databases — no
drivers, no setup, just psql.
Sabiql wraps your existing psql CLI - no Rust database drivers, no connection
pools, no extra dependencies. Point it at your database and get a full-featured
TUI with vim-like keybindings.

Features:

  - SQL Modal: ad-hoc queries with auto-completion for tables, columns, and
    keywords
  - ER Diagram: generate relationship diagrams via Graphviz, opened instantly
    in your browser
  - Inspector Pane: column details, types, constraints, and indexes for any
    table
  - Inline Cell Editing: edit cells in-place with a guarded UPDATE preview
    before committing
  - Row Deletion: DELETE with mandatory preview; risk level color-coded

    [5 lines not shown]
DeltaFile
+867-0databases/sabiql/distinfo
+432-0databases/sabiql/Makefile.crates
+32-0databases/sabiql/Makefile
+20-0databases/sabiql/pkg-descr
+1-0databases/Makefile
+1,352-05 files

FreeBSD/ports 2245ad5dns/nsd Makefile distinfo

dns/nsd: Update 4.14.0 => 4.14.1

Release Notes:
https://www.nlnetlabs.nl/news/2026/Feb/24/nsd-4.14.1-released/

Fix build with non-default USER/GROUP.

PR:     293488
DeltaFile
+5-1dns/nsd/Makefile
+3-3dns/nsd/distinfo
+8-42 files

FreeBSD/ports 7625aadnet/rclone distinfo Makefile

net/rclone: Update 1.73.0 => 1.73.1

Changelog:
https://rclone.org/changelog/#v1-73-1-2026-02-17

PR:             293471
Approved by:    Ralf van der Enden <tremere at cainites.net>
DeltaFile
+5-5net/rclone/distinfo
+1-2net/rclone/Makefile
+6-72 files

Linux/linux 2f9339cDocumentation/devicetree/bindings/spi snps,dw-apb-ssi.yaml, drivers/spi spi-stm32.c

Merge tag 'spi-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
 "One fix for the stm32 driver which got broken for DMA chaining cases,
  plus a removal of some straggling bindings for the Bikal SoC which has
  been pulled out of the kernel"

* tag 'spi-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: stm32: fix missing pointer assignment in case of dma chaining
  spi: dt-bindings: snps,dw-abp-ssi: Remove unused bindings
DeltaFile
+1-30Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
+3-0drivers/spi/spi-stm32.c
+4-302 files

Linux/linux 463e133Documentation/devicetree/bindings/regulator mt6359-regulator.yaml, drivers/regulator fp9931.c tps65185.c

Merge tag 'regulator-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator

Pull regulator fixes from Mark Brown:
 "A small pile of fixes, none of which are super major - the code fixes
  are improved error handling and fixing a leak of a device node.

  We also have a typo fix and an improvement to make the binding example
  for mt6359 more directly usable"

* tag 'regulator-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
  regulator: Kconfig: fix a typo
  regulator: bq257xx: Fix device node reference leak in bq257xx_reg_dt_parse_gpio()
  regulator: fp9931: Fix PM runtime reference leak in fp9931_hwmon_read()
  regulator: tps65185: check devm_kzalloc() result in probe
  regulator: dt-bindings: mt6359: make regulator names unique
DeltaFile
+3-4drivers/regulator/fp9931.c
+2-2Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml
+3-0drivers/regulator/tps65185.c
+1-2drivers/regulator/bq257xx-regulator.c
+1-1drivers/regulator/Kconfig
+10-95 files

FreeBSD/ports 0a59156sysutils/cpu-microcode-intel distinfo Makefile

sysutils/cpu-microcode-intel: Update to 2026-02-27 release

This update is for functional issues with Xeon 6700P-B/6500P-B Series
SoC with P-Cores.

Release notes:  https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20260227
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3sysutils/cpu-microcode-intel/distinfo
+1-1sysutils/cpu-microcode-intel/Makefile
+4-42 files

Linux/linux 201795aarch/s390/include/asm vtime.h idle.h, arch/s390/kernel vtime.c idle.c

Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Vasily Gorbik:

 - Fix guest pfault init to pass a physical address to DIAG 0x258,
   restoring pfault interrupts and avoiding vCPU stalls during host
   page-in

 - Fix kexec/kdump hangs with stack protector by marking
   s390_reset_system() __no_stack_protector; set_prefix(0) switches
   lowcore and the canary no longer matches

 - Fix idle/vtime cputime accounting (idle-exit ordering, vtimer
   double-forwarding) and small cleanups

* tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/pfault: Fix virtual vs physical address confusion
  s390/kexec: Disable stack protector in s390_reset_system()
  s390/idle: Remove psw_idle() prototype

    [8 lines not shown]
DeltaFile
+10-32arch/s390/kernel/vtime.c
+34-0arch/s390/include/asm/vtime.h
+5-20arch/s390/kernel/idle.c
+12-8arch/s390/kernel/irq.c
+2-2arch/s390/mm/pfault.c
+2-2arch/s390/include/asm/idle.h
+65-642 files not shown
+66-678 files

FreeBSD/ports 15a257dmisc/llama-cpp pkg-plist Makefile

misc/llama-cpp: update 8132 → 8182

It now uses the the ggml package as dependency instead of the bundled one.

PR:             293496 (for ggml part)
Reported by:    mord0d at firemail.cc
DeltaFile
+2-33misc/llama-cpp/pkg-plist
+5-3misc/llama-cpp/Makefile
+3-3misc/llama-cpp/distinfo
+10-393 files

NetBSD/pkgsrc V73HSKqaudio/musescore Makefile

   musescore: work around a build issue with GCC < 10
VersionDeltaFile
1.69+4-1audio/musescore/Makefile
+4-11 files

FreeBSD/src df5014flibexec/nuageinit nuageinit.7

nuageinit.7: Fix a couple of minor errors

Use the correct key name in the chpasswd section.
Remove a stray line to fix the description of 'password'.

MFC after:      1 week
Sponsored by:   Chelsio Communications
Reviewed by:    maxim
Differential Revision:  https://reviews.freebsd.org/D55547
DeltaFile
+2-3libexec/nuageinit/nuageinit.7
+2-31 files

FreeBSD/ports e7536a0net/rsplib distinfo Makefile

net/rsplib: Update 3.5.6 => 3.5.7

Changelog:
https://github.com/dreibh/rsplib/blob/rsplib-3.5.7/ChangeLog

Commit log:
https://github.com/dreibh/rsplib/compare/rsplib-3.5.6...rsplib-3.5.7

PR:     293482
DeltaFile
+3-3net/rsplib/distinfo
+1-1net/rsplib/Makefile
+1-0net/rsplib/pkg-plist
+5-43 files

OpenBSD/ports FlpBRwQtextproc/hevea distinfo Makefile, textproc/hevea/pkg PLIST

   update hevea to 2.38 for OCaml 5 support

   maintainer timeout
VersionDeltaFile
1.10+4-4textproc/hevea/distinfo
1.9+5-0textproc/hevea/pkg/PLIST
1.41+1-2textproc/hevea/Makefile
+10-63 files

FreeBSD/ports a0157b3graphics/fractgen distinfo Makefile

graphics/fractgen: Update 3.0.6 => 3.0.7

Changelog:
https://github.com/dreibh/fractgen/blob/fractgen-3.0.7/ChangeLog

Commit log:
https://github.com/dreibh/fractgen/compare/fractgen-3.0.6...fractgen-3.0.7

PR:     293481
DeltaFile
+3-3graphics/fractgen/distinfo
+1-1graphics/fractgen/Makefile
+1-0graphics/fractgen/pkg-plist
+5-43 files

FreeBSD/ports da640febenchmarks/hipercontracer distinfo Makefile

benchmarks/hipercontracer: Update 2.1.8 => 2.1.10

Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.10/ChangeLog

Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.8...hipercontracer-2.1.10

PR:     293443
DeltaFile
+3-3benchmarks/hipercontracer/distinfo
+1-1benchmarks/hipercontracer/Makefile
+4-42 files

LLVM/project 889714aclang/test/CodeGenOpenCL cl-uniform-wg-size.cl amdgpu-enqueue-kernel.cl, llvm/lib/IR AutoUpgrade.cpp

[AMDGPU] Make uniform-work-group-size a valueless attribute

The "uniform-work-group-size" function attribute previously took a
string value of "true" or "false". Since presence alone can convey
the "true" semantics and absence can convey "false", the value is
unnecessary.

This patch converts it to a valueless string attribute: presence
indicates true, absence indicates false. For backward compatibility,
auto-upgrade logic is added in both UpgradeAttributes (bitcode) and
UpgradeFunctionAttributes: if the old value is "true", the attribute
is kept without a value; if "false", the attribute is removed.

All setters (Clang CodeGen, OMPIRBuilder, AMDGPUAttributor, ROCDL
translation) and readers (AMDGPUAttributor, AMDGPULowerKernelAttributes,
AMDGPUHSAMetadataStreamer) are updated accordingly. The attribute is
also documented in the AMDGPU LLVM IR Attributes table where it was
previously missing.
DeltaFile
+41-17clang/test/CodeGenOpenCL/cl-uniform-wg-size.cl
+24-26clang/test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl
+21-0llvm/lib/IR/AutoUpgrade.cpp
+21-0llvm/test/Bitcode/upgrade-uniform-work-group-size.ll
+4-9llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
+5-6llvm/test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll
+116-5845 files not shown
+194-13851 files

LLVM/project e27bbd7clang/test/CodeGenOpenCL cl-uniform-wg-size.cl

[NFC][Clang] Auto generate check lines for `clang/test/CodeGenOpenCL/cl-uniform-wg-size.cl`
DeltaFile
+31-14clang/test/CodeGenOpenCL/cl-uniform-wg-size.cl
+31-141 files

FreeBSD/ports 592809bconverters/bibtexconv distinfo Makefile

converters/bibtexconv: Update 2.1.0 => 2.1.1

Changelog:
https://github.com/dreibh/bibtexconv/blob/bibtexconv-2.1.1/ChangeLog

Commit log:
https://github.com/dreibh/bibtexconv/compare/bibtexconv-2.1.0...bibtexconv-2.1.1

While here remove python version from USES.

PR:     293441 291526
DeltaFile
+3-3converters/bibtexconv/distinfo
+2-2converters/bibtexconv/Makefile
+5-52 files

OpenBSD/ports yYoNwLasysutils/gitlab-cli Makefile distinfo

   Fix the gitlab-cli's terminal handling.  github.com/AlecAivazis/survey
   module is still using syscall.* interface which was removed in
   OpenBSD, and it's archived.  Replace the module with
   github.com/bsdmp/survey.  Investigation and fix from Mikhail Pchelin.
   Input from sthen.

   ok kn
VersionDeltaFile
1.46+9-0sysutils/gitlab-cli/Makefile
1.45+2-0sysutils/gitlab-cli/distinfo
+11-02 files

NetBSD/pkgsrc ZAHwEHbdoc CHANGES-2026

   update of vim
VersionDeltaFile
1.1446+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc I3uQzNzeditors/vim-share distinfo version.mk

   Security update to patchset 9.2.0077.

   Changes:
   - patch 9.2.0077: [security]: Crash when recovering a corrupted swap file
   - patch 9.2.0076: [security]: buffer-overflow in terminal handling
   - patch 9.2.0075: [security]: Buffer underflow with emacs tag file
   - patch 9.2.0074: [security]: Crash with overlong emacs tag file
   - patch 9.2.0073: [security]: possible command injection using netrw
   - patch 9.2.0072: inside_block() uses wrong index in loop
   - patch 9.2.0071: Vim9: lambda function deleted on re-sourcing
   - patch 9.2.0070: tests: various tests leave swapfiles around
   - runtime(env): add ftplugin for env filetype
   - patch 9.2.0069: highlight: incorrect string length and redundant code
   - patch 9.2.0068: Inefficient use of list_append_string()
   - patch 9.2.0067: memory leak in dict_extend_func()
   - patch 9.2.0066: memory leak in build_drop_cmd()
   - patch 9.2.0065: memory leak in invoke_sync_listeners()
   - patch 9.2.0064: popup: opacity feature causes flickering
   - patch 9.2.0063: memory leak in type_name_list_or_dict()

    [69 lines not shown]
VersionDeltaFile
1.225+4-4editors/vim-share/distinfo
1.161+2-2editors/vim-share/version.mk
1.83+3-0editors/vim-share/PLIST
+9-63 files

FreeBSD/ports 698d68dnet/td-system-tools distinfo Makefile

net/td-system-tools: Update 2.2.3 => 2.2.5

Changelog:
https://github.com/dreibh/system-tools/blob/td-system-tools-2.2.5/ChangeLog

Commit log:
https://github.com/dreibh/system-tools/compare/td-system-tools-2.2.3...td-system-tools-2.2.5

PR:     293440
DeltaFile
+3-3net/td-system-tools/distinfo
+1-1net/td-system-tools/Makefile
+4-42 files

FreeNAS/freenas 2bafb71src/middlewared/middlewared/etc_files scst.conf.mako

NAS-140025 / 26.0.0-BETA.1 / skip fc.fc_hosts when writing empty scst.conf config (#18316)

DeltaFile
+18-15src/middlewared/middlewared/etc_files/scst.conf.mako
+18-151 files

FreeBSD/ports 84d3f7abiology/p5-TrimGalore pkg-plist Makefile

biology/p5-TrimGalore: update 0.6.10 -> 0.6.11

Changelog: https://github.com/FelixKrueger/TrimGalore/releases/tag/0.6.11

Reorder Makefile to make portclippy happy
DeltaFile
+6-2biology/p5-TrimGalore/pkg-plist
+3-3biology/p5-TrimGalore/Makefile
+3-3biology/p5-TrimGalore/distinfo
+12-83 files

FreeBSD/ports acca7b0misc/p5-Business-ISBN-Data distinfo Makefile

misc/p5-Business-ISBN-Data: update 20260214.001 -> 20260218.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 e5564eddevel/p5-Getopt-Long-Descriptive distinfo Makefile

devel/p5-Getopt-Long-Descriptive: update 0.116 -> 0.117

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

FreeNAS/freenas 6c6b1e3src/middlewared/middlewared/plugins/pool_ info.py

remove unused import
DeltaFile
+1-1src/middlewared/middlewared/plugins/pool_/info.py
+1-11 files

FreeNAS/freenas efb991bsrc/middlewared/middlewared/plugins/pool_ info.py

fix schema string
DeltaFile
+2-2src/middlewared/middlewared/plugins/pool_/info.py
+2-21 files

FreeNAS/freenas d59062asrc/middlewared/middlewared/alert/source pools.py

remove unnecessary abstraction
DeltaFile
+5-10src/middlewared/middlewared/alert/source/pools.py
+5-101 files

FreeNAS/freenas 4ee254dsrc/middlewared/middlewared/alert/source pools.py, src/middlewared/middlewared/plugins/pool_ info.py

oops, remove dead code
DeltaFile
+0-7src/middlewared/middlewared/plugins/pool_/info.py
+1-1src/middlewared/middlewared/alert/source/pools.py
+1-82 files

LLVM/project 2430410lldb/docs index.rst, lldb/source/Plugins/Process/FreeBSD-Kernel-Core RegisterContextFreeBSDKernelCore_ppc64le.cpp RegisterContextFreeBSDKernelCore_ppc64le.h

[lldb][Process/FreeBSDKernelCore] Add ppc64le support (#180669)

This is LLDB version of
https://cgit.freebsd.org/ports/tree/devel/gdb/files/kgdb/ppcfbsd-kern.c.
This enables selecting ppc64le and reading registers from PCB structure
on core dump and live kernel debugging. FPU registers aren't supported
yet due to pcb structure issue, but this change still achieves feature
parity with KGDB. Trapframe unwinding support will be implemented in
future. Test files using core dump from ppc64le will be implemented once
other kernel debugging improvements are done.

---------

Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>
DeltaFile
+95-0lldb/source/Plugins/Process/FreeBSD-Kernel-Core/RegisterContextFreeBSDKernelCore_ppc64le.cpp
+33-0lldb/source/Plugins/Process/FreeBSD-Kernel-Core/RegisterContextFreeBSDKernelCore_ppc64le.h
+7-0lldb/source/Plugins/Process/FreeBSD-Kernel-Core/ThreadFreeBSDKernelCore.cpp
+1-1lldb/docs/index.rst
+1-1llvm/docs/ReleaseNotes.md
+1-0lldb/source/Plugins/Process/FreeBSD-Kernel-Core/CMakeLists.txt
+138-26 files