FreeBSD/src bba4f80share/examples/jails jng jib

jib, jng: Add license banner
DeltaFile
+1-0share/examples/jails/jng
+1-0share/examples/jails/jib
+2-02 files

FreeBSD/src cfe443econtrib/lutok Makefile.in aclocal.m4, contrib/lutok/admin config.sub ltmain.sh

contrib/lutok: remove autotools generated files

These files provide no value in the FreeBSD tree proper and change
frequently, depending on what machine I generate the release tarball on
(and what versions of autotools are on the host). Nuke the autogenerated
files to avoid bloating commit history/the tree.

MFC after:      3 days
Requested by:   Benjamin Jacobs <freebsd at dev.thsi.be>
DeltaFile
+0-23,387contrib/lutok/configure
+0-11,524contrib/lutok/admin/ltmain.sh
+0-8,488contrib/lutok/m4/libtool.m4
+0-1,802contrib/lutok/admin/config.sub
+0-1,733contrib/lutok/aclocal.m4
+0-1,574contrib/lutok/Makefile.in
+0-48,5089 files not shown
+0-52,77715 files

FreeBSD/src ca0e895contrib/lutok Makefile.in aclocal.m4, contrib/lutok/admin config.sub ltmain.sh

Revert "contrib/lutok: remove autotools and doxygen generated files"

I messed up the commit title. Redo it with a correct summary.

This reverts commit 3dbe1800848ca71f5cc083f1d5c5b4759b601fae.
DeltaFile
+23,387-0contrib/lutok/configure
+11,524-0contrib/lutok/admin/ltmain.sh
+8,488-0contrib/lutok/m4/libtool.m4
+1,802-0contrib/lutok/admin/config.sub
+1,733-0contrib/lutok/aclocal.m4
+1,574-0contrib/lutok/Makefile.in
+48,508-09 files not shown
+52,777-015 files

FreeBSD/src 3dbe180contrib/lutok Makefile.in aclocal.m4, contrib/lutok/admin config.sub ltmain.sh

contrib/lutok: remove autotools and doxygen generated files

These files provide no value in the FreeBSD tree proper and change
frequently, depending on what machine I generate the release tarball on
(and what versions of autotools are on the host). Nuke the autogenerated
files to avoid bloating commit history/the tree.

MFC after:      3 days
Requested by:   Benjamin Jacobs <freebsd at dev.thsi.be>
DeltaFile
+0-23,387contrib/lutok/configure
+0-11,524contrib/lutok/admin/ltmain.sh
+0-8,488contrib/lutok/m4/libtool.m4
+0-1,802contrib/lutok/admin/config.sub
+0-1,733contrib/lutok/aclocal.m4
+0-1,574contrib/lutok/Makefile.in
+0-48,5089 files not shown
+0-52,77715 files

FreeBSD/ports 149d694editors/zed Makefile.crates distinfo, editors/zed/files patch-crates_gpui_src_gpui.rs patch-Cargo.lock

editors/zed: Update to 1.18.1

Changelog:
- https://github.com/zed-industries/zed/releases/tag/v1.18.0
- https://github.com/zed-industries/zed/releases/tag/v1.18.1

Reported by:    GitHub (watch releases)
DeltaFile
+209-285editors/zed/distinfo
+103-141editors/zed/Makefile.crates
+1-21editors/zed/files/patch-crates_remote__server_Cargo.toml
+20-2editors/zed/files/patch-crates_zed_src_main.rs
+8-8editors/zed/files/patch-Cargo.lock
+4-4editors/zed/files/patch-crates_gpui_src_gpui.rs
+345-4615 files not shown
+356-47211 files

FreeBSD/ports 3f8703eeditors Makefile, editors/qhexedit2 distinfo pkg-descr

editors/qhexedit2: New port: Hex editor widget for Qt

PR:             298088
Approved by:    osa (mentor)
DeltaFile
+29-0editors/qhexedit2/Makefile
+9-0editors/qhexedit2/pkg-plist
+3-0editors/qhexedit2/distinfo
+3-0editors/qhexedit2/pkg-descr
+1-0editors/Makefile
+45-05 files

FreeBSD/ports 1ada976lang/cbmbasic distinfo Makefile, lang/cbmbasic/files patch-Makefile

lang/cbmbasic: Update to 20260403

Take maintainership.
Add DOCS and EXAMPLES options.

Changelog: https://github.com/mist64/cbmbasic/compare/352a313...3b9e48d

PR:             297811
Approved by:    osa (mentor)
DeltaFile
+16-7lang/cbmbasic/Makefile
+5-5lang/cbmbasic/files/patch-Makefile
+3-3lang/cbmbasic/distinfo
+24-153 files

FreeBSD/ports e5ca6d7databases/pgbot Makefile distinfo

databases/pgbot: Update to 0.8.1

Upstream now requires Go 1.27, so pin USES=go:1.27,modules.
DeltaFile
+5-5databases/pgbot/distinfo
+2-2databases/pgbot/Makefile
+7-72 files

FreeBSD/ports 3c24969sysutils/mult Makefile distinfo

sysutils/mult: Update to 0.3.1

Upstream now requires Go 1.27, so pin USES=go:1.27,modules.
DeltaFile
+7-7sysutils/mult/distinfo
+2-3sysutils/mult/Makefile
+9-102 files

FreeBSD/ports 7569331net/nats-tui Makefile distinfo

net/nats-tui: Update to 1.2.0
DeltaFile
+5-5net/nats-tui/distinfo
+1-1net/nats-tui/Makefile
+6-62 files

FreeBSD/ports 525b052sysutils/mkjail Makefile distinfo

sysutils/mkjail: Update to 0.2.3

Yes, getrelease() is still needed, now that create is pkgbase aware.
DeltaFile
+3-3sysutils/mkjail/distinfo
+1-1sysutils/mkjail/Makefile
+4-42 files

FreeBSD/ports 1ce6a8bwww/code-server Makefile, www/code-server/files patch-lib_vscode_src_vs_base_common_platform.ts

www/code-server: Fix extension installation

VS Code's platform detection does not know FreeBSD and falls back to
"Web", so the extension service rejected every non-web extension with
"not available in code-server for the Web platform". Treat FreeBSD as
Linux in platform.ts, the same way editors/vscode does, so extensions
can be installed.

Obtained from:  editors/vscode
Sponsored by:   Netzkommune GmbH
DeltaFile
+20-0www/code-server/files/patch-lib_vscode_src_vs_base_common_platform.ts
+1-0www/code-server/Makefile
+21-02 files

FreeBSD/ports 6d1e4e6devel/hyprutils Makefile distinfo, devel/hyprutils/files patch-CMakeLists.txt

devel/hyprutils: Update to 0.14.2

Changelog: https://github.com/hyprwm/hyprutils/releases/tag/v0.14.2

Reported by:    GitHub (watch releases)
DeltaFile
+7-0devel/hyprutils/pkg-plist
+3-3devel/hyprutils/distinfo
+2-2devel/hyprutils/files/patch-CMakeLists.txt
+1-1devel/hyprutils/Makefile
+13-64 files

FreeBSD/ports 6dc2815misc/py-litellm-proxy-extras Makefile distinfo

misc/py-litellm-proxy-extras: Update to 0.4.94

Reported by:    portscout
DeltaFile
+3-3misc/py-litellm-proxy-extras/distinfo
+1-1misc/py-litellm-proxy-extras/Makefile
+4-42 files

FreeBSD/ports 19279a9misc/py-litellm Makefile Makefile.crates, misc/py-litellm/files patch-pyproject.toml

misc/py-litellm: Update to 1.100.0

Changelog:
- https://github.com/BerriAI/litellm/releases/tag/v1.99.1
- https://github.com/BerriAI/litellm/releases/tag/v1.100.0

Reported by:    portscout
DeltaFile
+77-3misc/py-litellm/distinfo
+38-1misc/py-litellm/Makefile.crates
+2-2misc/py-litellm/files/patch-pyproject.toml
+1-1misc/py-litellm/Makefile
+118-74 files

FreeBSD/ports 327babesysutils/swtpm Makefile distinfo, sysutils/swtpm/files swtpm.in

sysutils/swtpm: Update 0.10.1 => 0.10.2

Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2

- Update maintainer's email.

PR:             298251
Security:       CVE-2026-75900
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit d369f423848506f7bff5d8b3cfe43f14886c965b)
DeltaFile
+3-3sysutils/swtpm/distinfo
+2-2sysutils/swtpm/Makefile
+2-1sysutils/swtpm/files/swtpm.in
+7-63 files

FreeBSD/ports d369f42sysutils/swtpm Makefile distinfo, sysutils/swtpm/files swtpm.in

sysutils/swtpm: Update 0.10.1 => 0.10.2

Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2

- Update maintainer's email.

PR:             298251
Security:       CVE-2026-75900
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3sysutils/swtpm/distinfo
+2-2sysutils/swtpm/Makefile
+2-1sysutils/swtpm/files/swtpm.in
+7-63 files

FreeBSD/ports f8826ffnews/nzbget Makefile distinfo, news/nzbget/files patch-cmake_posix.cmake patch-cmake_par2-turbo.cmake

news/nzbget: Update 26.2 => 26.3

Changelog:
https://github.com/nzbgetcom/nzbget/blob/v26.3/ChangeLog.md
https://github.com/nzbgetcom/nzbget/releases/tag/v26.3

- Fix rc script for run as a non-root user.
- Refresh patches.

PR:             298240
Approved by:    Alex Levy <a13xlevy at pm.me> (maintainer)
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 5d90d870a04e738afc8546209fdd2217924dc885)
DeltaFile
+7-14news/nzbget/files/nzbget.in
+8-8news/nzbget/files/patch-cmake_rapidyenc.cmake
+7-7news/nzbget/distinfo
+4-5news/nzbget/files/patch-cmake_par2-turbo.cmake
+4-4news/nzbget/Makefile
+2-2news/nzbget/files/patch-cmake_posix.cmake
+32-406 files

FreeBSD/ports 5d90d87news/nzbget Makefile distinfo, news/nzbget/files patch-cmake_posix.cmake patch-cmake_par2-turbo.cmake

news/nzbget: Update 26.2 => 26.3

Changelog:
https://github.com/nzbgetcom/nzbget/blob/v26.3/ChangeLog.md
https://github.com/nzbgetcom/nzbget/releases/tag/v26.3

- Fix rc script for run as a non-root user.
- Refresh patches.

PR:             298240
Approved by:    Alex Levy <a13xlevy at pm.me> (maintainer)
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+7-14news/nzbget/files/nzbget.in
+8-8news/nzbget/files/patch-cmake_rapidyenc.cmake
+7-7news/nzbget/distinfo
+4-5news/nzbget/files/patch-cmake_par2-turbo.cmake
+4-4news/nzbget/Makefile
+2-2news/nzbget/files/patch-cmake_posix.cmake
+32-406 files

FreeBSD/ports f2c2d25devel/R-cran-bit64 Makefile distinfo

devel/R-cran-bit64: Update to 4.8.6

Reported by:    portscout
DeltaFile
+3-3devel/R-cran-bit64/distinfo
+1-1devel/R-cran-bit64/Makefile
+4-42 files

FreeBSD/src 60c7313usr.sbin Makefile, usr.sbin/nfsdtop Makefile nfsdtop.8

Introduce nfsdtop(8)

Display top-like NFS server I/O using dtrace(1).
Also supports JSON output for time-series.

Relnotes:       yes

Reviewed by:    ziaee, bcr, adrian
Differential Revision:  https://reviews.freebsd.org/D59438
DeltaFile
+1,565-0usr.sbin/nfsdtop/nfsdtop
+310-0usr.sbin/nfsdtop/nfsdtop.8
+6-0usr.sbin/nfsdtop/Makefile
+1-0usr.sbin/Makefile
+1,882-04 files

FreeBSD/ports bc81f89devel/brz Makefile, devel/brz/files patch-breezy_bzr___chk__map__pyx.pyx patch-breezy_bzr___dirstate__helpers__pyx.pyx

devel/brz: Fix with cython 3, undeprecate

PR:             298249
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 96719dff8ae4dd6126df245ba36804f2e739fc54)
DeltaFile
+38-0devel/brz/files/patch-breezy_bzr___dirstate__helpers__pyx.pyx
+31-0devel/brz/files/patch-breezy_bzr___chk__map__pyx.pyx
+2-5devel/brz/Makefile
+71-53 files

FreeBSD/ports 96719dfdevel/brz Makefile, devel/brz/files patch-breezy_bzr___chk__map__pyx.pyx patch-breezy_bzr___dirstate__helpers__pyx.pyx

devel/brz: Fix with cython 3, undeprecate

PR:             298249
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+38-0devel/brz/files/patch-breezy_bzr___dirstate__helpers__pyx.pyx
+31-0devel/brz/files/patch-breezy_bzr___chk__map__pyx.pyx
+2-5devel/brz/Makefile
+71-53 files

FreeBSD/src c5c3ecasys/dev/intel spi_pci.c

intelspi: add Wildcat Lake SPI controller IDs

Add PCI device IDs for Wildcat Lake-generation LPSS peripheral SPI
controllers.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D59011

(cherry picked from commit eeb02a9c24e9b59295b2cdf09bed955ccbf89a7e)
DeltaFile
+3-0sys/dev/intel/spi_pci.c
+3-01 files

FreeBSD/src 875f1a1sys/dev/intel spi_pci.c

intelspi: add Panther Lake SPI controller IDs

Add PCI device IDs for Panther Lake-generation LPSS peripheral SPI
controllers.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D59012

(cherry picked from commit 59379461f00c0a7ca1c911c20674510affa6795a)
DeltaFile
+6-0sys/dev/intel/spi_pci.c
+6-01 files

FreeBSD/src 5717b3bsys/dev/intel spi_pci.c

intelspi: add Nova Lake SPI controller IDs

Add PCI device IDs for Nova Lake-generation LPSS peripheral SPI
controllers.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D59013

(cherry picked from commit f22ffd63aa83976251a7b425ac17b8ecb8a80177)
DeltaFile
+6-0sys/dev/intel/spi_pci.c
+6-01 files

FreeBSD/src 7a1547dsys/dev/intel spi_pci.c

intelspi: add Lunar Lake SPI controller IDs

Add PCI device IDs for Lunar Lake-generation LPSS peripheral SPI
controllers.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D59010

(cherry picked from commit be503dd912a18e5f7eb16c73326562e13681cf49)
DeltaFile
+3-0sys/dev/intel/spi_pci.c
+3-01 files

FreeBSD/src 5597accsys/dev/intel spi_pci.c

intelspi: add Raptor Lake SPI controller IDs

Add PCI device IDs for Raptor Lake-generation LPSS peripheral SPI
controllers.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D59007

(cherry picked from commit a6d84d04b3f2b570d7fff0835058d14f3bd84d9a)
DeltaFile
+4-0sys/dev/intel/spi_pci.c
+4-01 files

FreeBSD/src 32151c3sys/dev/intel spi_pci.c

intelspi: add Arrow Lake SPI controller IDs

Add PCI device IDs for Arrow Lake-generation LPSS peripheral SPI
controllers.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D59009

(cherry picked from commit ca1a2bf39614a910c87cbc703df25396fe2bd26b)
DeltaFile
+3-0sys/dev/intel/spi_pci.c
+3-01 files

FreeBSD/src 3e5b0e7sys/dev/intel spi_pci.c

intelspi: add Meteor Lake SPI controller IDs

Add PCI device IDs for Meteor Lake-generation LPSS peripheral SPI
controllers.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D59008

(cherry picked from commit 6d4b45ac5c6c7b01febda0185df420d08f80096b)
DeltaFile
+7-0sys/dev/intel/spi_pci.c
+7-01 files