FreeBSD/ports 6669508x11/xfce4-whiskermenu-plugin distinfo Makefile

x11/xfce4-whiskermenu-plugin: Update to 2.10.1
DeltaFile
+3-3x11/xfce4-whiskermenu-plugin/distinfo
+1-1x11/xfce4-whiskermenu-plugin/Makefile
+1-0x11/xfce4-whiskermenu-plugin/pkg-plist
+5-43 files

FreeBSD/ports af93b62games/armagetronad pkg-plist Makefile, games/armagetronad/files patch-Makefile.am patch-batch_sysinstall.in

games/armagetronad: Unbreak and update 0.2.8.3.5 => 0.2.9.2.5

Release Notes:
https://download.armagetronad.org/blog/2020/07/29/build-stable-0.2.9.0/
https://download.armagetronad.org/blog/2020/08/14/build-stable-0.2.9.0.1/
https://download.armagetronad.org/blog/2020/11/30/build-stable-0.2.9.1.0/
https://download.armagetronad.org/blog/2023/08/10/build-stable-0.2.9.1.1/
https://download.armagetronad.org/blog/2024/03/17/build-stable-0.2.9.2.3/
https://download.armagetronad.org/blog/2025/12/13/build-stable-0.2.9.2.4/
https://download.armagetronad.org/blog/2025/12/14/build-stable-0.2.9.2.5/

Reported by:    Xaero (via Discord)
Approved by:    portmgr (blanket - fix port)
MFH:            2026Q1
Co-authored-by: Xaero

(cherry picked from commit 80c3260cd94db39fc0b1b819e3de8473d1864bd2)
DeltaFile
+21-7games/armagetronad/pkg-plist
+4-20games/armagetronad/Makefile
+8-8games/armagetronad/files/patch-Makefile.am
+7-7games/armagetronad/files/patch-batch_sysinstall.in
+0-11games/armagetronad/files/patch-desktop_armagetronad.desktop.in
+3-3games/armagetronad/distinfo
+43-566 files

FreeBSD/ports 80c3260games/armagetronad pkg-plist Makefile, games/armagetronad/files patch-Makefile.am patch-batch_sysinstall.in

games/armagetronad: Unbreak and update 0.2.8.3.5 => 0.2.9.2.5

Release Notes:
https://download.armagetronad.org/blog/2020/07/29/build-stable-0.2.9.0/
https://download.armagetronad.org/blog/2020/08/14/build-stable-0.2.9.0.1/
https://download.armagetronad.org/blog/2020/11/30/build-stable-0.2.9.1.0/
https://download.armagetronad.org/blog/2023/08/10/build-stable-0.2.9.1.1/
https://download.armagetronad.org/blog/2024/03/17/build-stable-0.2.9.2.3/
https://download.armagetronad.org/blog/2025/12/13/build-stable-0.2.9.2.4/
https://download.armagetronad.org/blog/2025/12/14/build-stable-0.2.9.2.5/

Reported by:    Xaero (via Discord)
Approved by:    portmgr (blanket - fix port)
MFH:            2026Q1
Co-authored-by: Xaero
DeltaFile
+21-7games/armagetronad/pkg-plist
+4-20games/armagetronad/Makefile
+8-8games/armagetronad/files/patch-Makefile.am
+7-7games/armagetronad/files/patch-batch_sysinstall.in
+0-11games/armagetronad/files/patch-desktop_armagetronad.desktop.in
+3-3games/armagetronad/distinfo
+43-566 files

FreeBSD/ports 3c77c4cdevel/abseil Makefile distinfo

devel/abseil: fix __is_trivially_relocatable warnings with clang 21

With clang 21 ports using devel/abseil will run into warnings similar
to:

    In file included from /usr/local/include/absl/strings/string_view.h:40:
    In file included from /usr/local/include/absl/base/nullability.h:154:
    In file included from /usr/local/include/absl/base/internal/nullability_impl.h:23:
    /usr/local/include/absl/meta/type_traits.h:527:22: warning: builtin __is_trivially_relocatable is deprecated; use __builtin_is_cpp_trivially_relocatable instead [-Wdeprecated-builtins]
      527 |                     (__is_trivially_relocatable(T) &&
          |                      ^
    /usr/local/include/absl/meta/type_traits.h:527:22: warning: builtin __is_trivially_relocatable is deprecated; use __builtin_is_cpp_trivially_relocatable instead [-Wdeprecated-builtins]
    /usr/local/include/absl/meta/type_traits.h:147:24: note: in instantiation of template class 'absl::is_trivially_relocatable<absl::str_format_internal::FormatArgImpl>' requested here
      147 |     : std::conditional<T::value, conjunction<Ts...>, T>::type {};
          |                        ^

Upstream abseil fixed this in
<https://github.com/abseil/abseil-cpp/commit/a4950fb>, so pull it in as
a patch.

    [6 lines not shown]
DeltaFile
+4-0devel/abseil/Makefile
+3-1devel/abseil/distinfo
+7-12 files

FreeBSD/ports 96eb01bdevel/abseil Makefile distinfo

devel/abseil: fix __is_trivially_relocatable warnings with clang 21

With clang 21 ports using devel/abseil will run into warnings similar
to:

    In file included from /usr/local/include/absl/strings/string_view.h:40:
    In file included from /usr/local/include/absl/base/nullability.h:154:
    In file included from /usr/local/include/absl/base/internal/nullability_impl.h:23:
    /usr/local/include/absl/meta/type_traits.h:527:22: warning: builtin __is_trivially_relocatable is deprecated; use __builtin_is_cpp_trivially_relocatable instead [-Wdeprecated-builtins]
      527 |                     (__is_trivially_relocatable(T) &&
          |                      ^
    /usr/local/include/absl/meta/type_traits.h:527:22: warning: builtin __is_trivially_relocatable is deprecated; use __builtin_is_cpp_trivially_relocatable instead [-Wdeprecated-builtins]
    /usr/local/include/absl/meta/type_traits.h:147:24: note: in instantiation of template class 'absl::is_trivially_relocatable<absl::str_format_internal::FormatArgImpl>' requested here
      147 |     : std::conditional<T::value, conjunction<Ts...>, T>::type {};
          |                        ^

Upstream abseil fixed this in
<https://github.com/abseil/abseil-cpp/commit/a4950fb>, so pull it in as
a patch.

    [4 lines not shown]
DeltaFile
+4-0devel/abseil/Makefile
+3-1devel/abseil/distinfo
+7-12 files

FreeBSD/ports 65f0c24deskutils/qlipper Makefile distinfo

deskutils/qlipper: Update to 6.0.0

- Use QT6 support by default

Differential Revision:  <https://reviews.freebsd.org/D55465>
DeltaFile
+12-7deskutils/qlipper/Makefile
+3-3deskutils/qlipper/distinfo
+3-0deskutils/qlipper/pkg-plist
+18-103 files

FreeBSD/ports 9cc8f34devel/nextpnr-devel distinfo Makefile

devel/nextpnr-devel: Update to 2026-02-21
DeltaFile
+3-3devel/nextpnr-devel/distinfo
+2-3devel/nextpnr-devel/Makefile
+5-62 files

FreeBSD/ports 9fe32c3www/freenginx-devel distinfo Makefile.extmod, www/freenginx-devel/files extra-patch-passenger-disable-telemetry extra-patch-passenger-Configuration.c

www/freenginx-devel: third-party module management (+)

- update passenger to 6.1.2

Bump PORTREVISION.

Sponsored by:   tipi.work
DeltaFile
+3-3www/freenginx-devel/distinfo
+2-2www/freenginx-devel/files/extra-patch-passenger-disable-telemetry
+2-2www/freenginx-devel/files/extra-patch-passenger-Configuration.c
+2-2www/freenginx-devel/files/extra-patch-passenger-build-nginx.rb
+1-1www/freenginx-devel/Makefile.extmod
+1-0www/freenginx-devel/Makefile
+11-106 files

FreeBSD/ports 904bbdawww/cinny pkg-plist distinfo

www/cinny: Update to 4.10.5
DeltaFile
+9-9www/cinny/pkg-plist
+3-3www/cinny/distinfo
+1-1www/cinny/Makefile
+13-133 files

FreeBSD/ports bbc0e2dgraphics/blender4 Makefile, graphics/blender4/files patch-release_freedesktop_blender.desktop

graphics/blender4: Fix desktop file - refers to stale executable name

The desktop file Exec command line refers to the wrong executable name
"blender" and it should be "blender-45".

PR:             293215
Approved by:    portmgr (blanket - fix runtime)
DeltaFile
+11-0graphics/blender4/files/patch-release_freedesktop_blender.desktop
+1-0graphics/blender4/Makefile
+12-02 files

FreeBSD/ports c346ca9net-mgmt/super_mediator Makefile

net-mgmt/super_mediator: Ignore with mysql 8.4

PR:     291336
Reported by:    private exp-run
Sponsored by:   Netzkommune GmbH
DeltaFile
+1-1net-mgmt/super_mediator/Makefile
+1-11 files

FreeBSD/ports 657b78ddatabases/rubygem-mysql Makefile

databases/rubygem-mysql: Ignore with mysql 8.4

PR:     291336
Reported by:    private exp-run
Sponsored by:   Netzkommune GmbH
DeltaFile
+1-1databases/rubygem-mysql/Makefile
+1-11 files

FreeBSD/ports 62c5915databases/ocaml-mysql Makefile

databases/ocaml-mysql: Ignore with mysql 8.4

PR:     291336
Reported by:    private exp-run
Sponsored by:   Netzkommune GmbH
DeltaFile
+1-1databases/ocaml-mysql/Makefile
+1-11 files

FreeBSD/ports a5e09e8graphics/materialx Makefile

graphics/materialx: Add required by bundled glfw dependencies

- Sync dependencies with graphics/glfw X11 enabled, WAYLAND disabled.
- Remove python version 3.9 from USES - 3.10 is the oldest version in
  ports.
- Add USES+=compiler:c++17-lang - several parts of the port uses
  -std=c++17.

PR:             293322
Approved by:    Martin Filla <freebsd at sysctl.cz> (maintainer)
DeltaFile
+5-4graphics/materialx/Makefile
+5-41 files

FreeBSD/ports 3928587www/dooble distinfo Makefile

www/dooble: Update 2026.02.09 => 2026.02.15

Changelog:
 - Interpret command-line arguments as local files first and then as
   remote locations. See 2025.11.25 item.
 - New Settings -> Web -> Local Content Can Access File URLs.
 - New Settings -> Web -> Special Files Suffixes.
 - Sleepy-deepy timers on panel closings.
 - Special logic for displaying .desktop files. A page's setContent()
   method will be issued whenever the local file has a suffix of
   .desktop. GitHub ticket #274.
https://github.com/textbrowser/dooble/releases/tag/2026.02.15

PR:     293203
DeltaFile
+3-3www/dooble/distinfo
+1-1www/dooble/Makefile
+4-42 files

FreeBSD/ports 54e2c80astro/xearth/files freebsd.committers.markers

astro/xearth: add myself (nxjoseph) to freebsd.committers.markers

Reviewed by:    osa, vvd (mentors)
Approved by:    osa, vvd (mentors)
Differential Revision:  https://reviews.freebsd.org/D55464
DeltaFile
+1-0astro/xearth/files/freebsd.committers.markers
+1-01 files

FreeBSD/ports 26399a2sysutils/detox pkg-plist distinfo

sysutils/detox: Update to 3.0.1
DeltaFile
+5-2sysutils/detox/pkg-plist
+3-3sysutils/detox/distinfo
+1-1sysutils/detox/Makefile
+9-63 files

FreeBSD/ports 2197f63converters/cl-babel-sbcl Makefile, devel/cl-alexandria Makefile

*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.
DeltaFile
+1-1lang/quilc/Makefile
+1-1www/cl-lml-sbcl/Makefile
+1-1converters/cl-babel-sbcl/Makefile
+1-1devel/cl-alexandria-sbcl/Makefile
+1-1devel/cl-alexandria/Makefile
+1-1devel/cl-asdf-sbcl/Makefile
+6-614 files not shown
+20-1520 files

FreeBSD/ports 0326873lang/sbcl pkg-plist distinfo, lang/sbcl/files patch-src_runtime_ppc-bsd-os.c patch-make-config.sh

lang/sbcl: Update to 2.6.1
DeltaFile
+0-63lang/sbcl/files/patch-src_runtime_ppc-bsd-os.c
+0-28lang/sbcl/files/patch-make-config.sh
+0-22lang/sbcl/files/patch-src_runtime_ppc-bsd-os.h
+16-0lang/sbcl/pkg-plist
+0-11lang/sbcl/files/patch-src_runtime_ppc-arch.c
+3-3lang/sbcl/distinfo
+19-1272 files not shown
+20-1328 files

FreeBSD/ports 2aa4646net/netpeek Makefile, net/spoofdpi Makefile

Update my ports' maintainer field after becoming a committer

Reviewed by:    osa, vvd (mentors)
Approved by:    osa (mentor)
Differential Revision:  https://reviews.freebsd.org/D55456
DeltaFile
+1-1net/netpeek/Makefile
+1-1net/spoofdpi/Makefile
+1-1security/gauth/Makefile
+1-1security/py-python-nmap/Makefile
+1-1sysutils/android-ota-payload-extractor/Makefile
+1-1sysutils/lazyssh/Makefile
+6-637 files not shown
+43-4343 files

FreeBSD/ports b9fbce0net/libzmq4 Makefile

net/libzmq4: Fix build with openpgm

Reported by:    vvd
DeltaFile
+2-1net/libzmq4/Makefile
+2-11 files

FreeBSD/ports f522577sysutils/try-rs distinfo Makefile.crates

sysutils/try-rs: Update to 1.5.0
DeltaFile
+23-23sysutils/try-rs/distinfo
+10-10sysutils/try-rs/Makefile.crates
+1-1sysutils/try-rs/Makefile
+34-343 files

FreeBSD/ports 23f9af3sysutils/snooze distinfo Makefile

sysutils/snooze: Update to 0.5.1
DeltaFile
+3-3sysutils/snooze/distinfo
+1-2sysutils/snooze/Makefile
+4-52 files

FreeBSD/ports cf8655fgraphics/azpainter Makefile, graphics/azpainter/files patch-configure patch-Makefile.in

graphics/azpainter{,b}: unbreak the build against modern fontconfig

Somewhere between fontconfig versions 2.14.2 and 2.17.1, -lfreetype
disappeared from the `pkg-config --libs fontconfig` output, causing
the breakage.  Adjust the configure script to detect both libraries
correctly.  While here, strip the binary upon installation (subject
to -DWITH_DEBUG) and update WWW line.

Reported by:    pkg-fallout
DeltaFile
+13-0graphics/azpainter/files/patch-configure
+13-0graphics/azpainterb/files/patch-configure
+9-0graphics/azpainter/files/patch-Makefile.in
+9-0graphics/azpainterb/files/patch-Makefile.in
+1-1graphics/azpainter/Makefile
+1-1graphics/azpainterb/Makefile
+46-26 files

FreeBSD/ports 56a3ff5net/sniproxy distinfo Makefile

net/sniproxy: Update to 0.7.0
DeltaFile
+3-13net/sniproxy/distinfo
+1-9net/sniproxy/Makefile
+4-222 files

FreeBSD/ports 7dff43dmultimedia/gpac Makefile pkg-plist

multimedia/gpac: Fix some dependencies

PR:             292600
Reported by:    fuz
Sponsored by:   Netflix
DeltaFile
+10-2multimedia/gpac/Makefile
+3-0multimedia/gpac/pkg-plist
+13-22 files

FreeBSD/ports bc0eed4games/stockfish distinfo Makefile

games/stockfish: Update 17.1 => 18

Summary of changes:
+ Improved quality of chess play, ELO gain of up to 46 points.
+ Next generation evaluation introducing the SFNNv10 network
  architecture.
+ Hardware and Performance Optimizations.
+ Search Improvements.

Changelog:
https://github.com/official-stockfish/Stockfish/releases/tag/sf_18

PR:     292927
DeltaFile
+5-5games/stockfish/distinfo
+2-2games/stockfish/Makefile
+7-72 files

FreeBSD/ports ecd82bdaudio/subtui distinfo Makefile

audio/subtui: Update to 2.6.0

Changelog: https://github.com/MattiaPun/SubTUI/releases/tag/v2.6.0
DeltaFile
+5-5audio/subtui/distinfo
+1-1audio/subtui/Makefile
+6-62 files

FreeBSD/ports 8de6fe6java/openjdk21 Makefile, java/openjdk22 Makefile distinfo

java/openjdk21-25: Bootstrap from prebuilt packages

Completes the transition to using prebuilt packages to bootstrap OpenJDK
ports.

PR:             289731
Reviewed by:    jrm, fuz (mentor)
Approved by:    fuz (mentor)
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54731
DeltaFile
+8-18java/openjdk24/Makefile
+7-16java/openjdk21/Makefile
+6-16java/openjdk22/Makefile
+6-16java/openjdk23/Makefile
+4-15java/openjdk25/Makefile
+10-0java/openjdk22/distinfo
+41-814 files not shown
+75-8110 files

FreeBSD/ports 8209e58www/miniflux distinfo Makefile

www/miniflux: Update to 2.2.17
DeltaFile
+5-5www/miniflux/distinfo
+1-2www/miniflux/Makefile
+6-72 files