FreeBSD/ports c22eb50deskutils/gucharmap Makefile

deskutils/gucharmap: chase UCD modification

PR:             295480
DeltaFile
+1-1deskutils/gucharmap/Makefile
+1-11 files

FreeBSD/ports 0d72567textproc/tree-sitter-grammars pkg-plist

textproc/tree-sitter-grammars: fix plist

Remove these libraries as they are broken.

PR:             296362,294982
DeltaFile
+0-18textproc/tree-sitter-grammars/pkg-plist
+0-181 files

FreeBSD/ports 25c4cb5multimedia/minisatip distinfo Makefile

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

FreeBSD/ports 26535efsysutils/containerd distinfo Makefile

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

FreeBSD/ports 7f8639etextproc/rubygem-gepub Makefile

textproc/rubygem-gepub: Unbreak the build

rubyzip has been bumped to version 3, switch depends to rubyzip2.

Approved by:    ziaee (doceng)

(cherry picked from commit 8e4ab236c7ac56ee189b78c594316e156e71a8d9)
DeltaFile
+1-1textproc/rubygem-gepub/Makefile
+1-11 files

FreeBSD/ports 05929daaudio/linux-rl9-alsa-plugins-oss Makefile, audio/linux-rl9-alsa-plugins-oss/files patch-oss-pcm_oss.c patch-oss_pcm__oss.c

audio/linux-rl9-alsa-plugins-oss: sync OSS patches with audio/alsa-plugins

This seems to work better with SDL 3 apps.

PR:     296738
DeltaFile
+0-673audio/linux-rl9-alsa-plugins-oss/files/patch-oss-pcm_oss.c
+644-0audio/linux-rl9-alsa-plugins-oss/files/patch-oss_pcm__oss.c
+63-0audio/linux-rl9-alsa-plugins-oss/files/patch-oss_ctl__oss.c
+0-42audio/linux-rl9-alsa-plugins-oss/files/patch-oss-ctl_oss.c
+2-2audio/linux-rl9-alsa-plugins-oss/Makefile
+709-7175 files

FreeBSD/ports 77b283fcad/magic distinfo Makefile

cad/magic: Update 8.3.648 => 8.3.664

Approved by:            yuri@ (maintainer, Mentor)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D58176
DeltaFile
+3-3cad/magic/distinfo
+1-1cad/magic/Makefile
+4-42 files

FreeBSD/ports 47cb70dnews/libcanlock distinfo Makefile

news/libcanlock: Update to 3.3.3
DeltaFile
+3-3news/libcanlock/distinfo
+1-1news/libcanlock/Makefile
+4-42 files

FreeBSD/ports b96b385devel/libffi distinfo Makefile

devel/libffi: Update to 3.7.1
DeltaFile
+3-3devel/libffi/distinfo
+1-1devel/libffi/Makefile
+1-1devel/libffi/pkg-plist
+5-53 files

FreeBSD/ports 61a0392misc/py-langchain-classic distinfo

misc/py-langchain-classic: fix distinfo

PR:     296704
DeltaFile
+2-2misc/py-langchain-classic/distinfo
+2-21 files

FreeBSD/ports 49f875dmisc/dartsim Makefile

misc/dartsim: Fix build/plist by adding missing dependency

Reported by:    fallout
DeltaFile
+2-0misc/dartsim/Makefile
+2-01 files

FreeBSD/ports 2bd2cd2sysutils/appjail-devel distinfo Makefile

sysutils/appjail-devel: Update to 5.1.0.20260713

ChangeLog:
https://github.com/DtxdF/AppJail/commits/1188c11233c1987141d17b1989a528b2da087d45/
DeltaFile
+3-3sysutils/appjail-devel/distinfo
+2-2sysutils/appjail-devel/Makefile
+5-52 files

FreeBSD/ports 7829437sysutils/appjail distinfo Makefile

sysutils/appjail: Update to 5.1.0

ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v5.1.0
DeltaFile
+3-3sysutils/appjail/distinfo
+1-1sysutils/appjail/Makefile
+4-42 files

FreeBSD/ports 1c42660audio/pipewire-spa-oss-ng distinfo Makefile

audio/pipewire-spa-oss-ng: Update to 0.9.6

pin EnumFormat stereo last so Pulse volume width stays stable after idle
(device close and reopen shows volume slider on Plasma6).
DeltaFile
+13-13audio/pipewire-spa-oss-ng/distinfo
+6-6audio/pipewire-spa-oss-ng/Makefile
+19-192 files

FreeBSD/ports 35e570eaudio/musicpd distinfo Makefile

audio/musicpd: Update to upstream release 0.24.13

Details:
- Mostly bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.13/NEWS

MFH:            2026Q3
(cherry picked from commit a63a4df0802a895b716ecebfdecc8cd8aa07ffdc)
DeltaFile
+3-3audio/musicpd/distinfo
+1-1audio/musicpd/Makefile
+4-42 files

FreeBSD/ports cfd637cmisc/thefuck Makefile, misc/thefuck/files patch-thefuck_conf.py patch-thefuck_types.py

misc/thefuck: Fix runtime with Python 3.12

The old `imp` library was deprecated and is now removed in 3.12; switch
to importlib.

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

(cherry picked from commit d07c24fc3fcb4e52dcc09e7c0e6ebad99556d42f)
DeltaFile
+24-0misc/thefuck/files/patch-thefuck_conf.py
+13-0misc/thefuck/files/patch-thefuck_types.py
+1-1misc/thefuck/Makefile
+38-13 files

FreeBSD/ports d07c24fmisc/thefuck Makefile, misc/thefuck/files patch-thefuck_conf.py patch-thefuck_types.py

misc/thefuck: Fix runtime with Python 3.12

The old `imp` library was deprecated and is now removed in 3.12; switch
to importlib.

PR:             296596
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+24-0misc/thefuck/files/patch-thefuck_conf.py
+13-0misc/thefuck/files/patch-thefuck_types.py
+1-1misc/thefuck/Makefile
+38-13 files

FreeBSD/ports ba5ed71graphics/openshadinglanguage/files patch-src_liboslexec_llvm__util.cpp patch-src_liboslcomp_oslcomp.cpp

graphics/openshadinglanguage: Fix build with LLVM22

Get patches from upstream:
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/commit/7bcf83eb859b4ce7ffcc599835ec2e6058fbd12f
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2086

https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/commit/1a72c471fed2aeb18c4e58f9035b56f55c250185
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2124

While here refresh patches.

PR:             296378
Approved by:    Shane <FreeBSD at ShaneWare.Biz> (maintainer, timeout 2 weeks)
Sponsored by:   UNIS Labs
DeltaFile
+47-0graphics/openshadinglanguage/files/patch-src_liboslexec_llvm__util.cpp
+18-0graphics/openshadinglanguage/files/patch-src_liboslcomp_oslcomp.cpp
+12-0graphics/openshadinglanguage/files/patch-src_cmake_modules_FindLLVM.cmake
+11-0graphics/openshadinglanguage/files/patch-src_cmake_externalpackages.cmake
+4-4graphics/openshadinglanguage/files/patch-src_liboslquery_py__osl.h
+3-3graphics/openshadinglanguage/files/patch-src_shaders_CMakeLists.txt
+95-71 files not shown
+97-97 files

FreeBSD/ports e25e299x11-fonts/xfsinfo Makefile distinfo

x11-fonts/xfsinfo: Update to 1.0.8

Update WWW and pkg-descr.
Fix USE_XORG.

https://lists.x.org/archives/xorg-announce/2022-October/003238.html
https://lists.x.org/archives/xorg-announce/2025-July/003619.html

PR:             287797
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+4-7x11-fonts/xfsinfo/Makefile
+3-3x11-fonts/xfsinfo/distinfo
+5-1x11-fonts/xfsinfo/pkg-descr
+12-113 files

FreeBSD/ports 968f671x11/xgc distinfo Makefile

x11/xgc: Update to 1.0.7

https://lists.x.org/archives/xorg-announce/2025-July/003621.html

PR:             290184
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+3-3x11/xgc/distinfo
+1-1x11/xgc/Makefile
+4-42 files

FreeBSD/ports 2e17549x11/xgamma Makefile pkg-descr

x11/xgamma: Update to 1.0.8

Add WWW and update pkg-descr.

https://lists.x.org/archives/xorg-announce/2025-July/003620.html

PR:             289286
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+3-4x11/xgamma/Makefile
+5-2x11/xgamma/pkg-descr
+3-3x11/xgamma/distinfo
+11-93 files

FreeBSD/ports cdc60ddx11/libXres Makefile distinfo

x11/libXres: Update to 1.2.3

Update WWW and pkg-descr.

https://lists.x.org/archives/xorg-announce/2025-September/003628.html

PR:             289688
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+3-5x11/libXres/Makefile
+3-3x11/libXres/distinfo
+4-1x11/libXres/pkg-descr
+10-93 files

FreeBSD/ports c50f108x11/libXpresent distinfo Makefile

x11/libXpresent: Update to 1.0.2

https://lists.x.org/archives/xorg-announce/2025-September/003627.html

PR:             289775
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+3-3x11/libXpresent/distinfo
+1-1x11/libXpresent/Makefile
+4-42 files

FreeBSD/ports ef85c9ax11/libXfixes distinfo pkg-descr

x11/libXfixes: Update to 6.0.2

Update pkg-descr.

https://lists.x.org/archives/xorg-announce/2025-September/003626.html

PR:             289580
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+3-3x11/libXfixes/distinfo
+3-1x11/libXfixes/pkg-descr
+2-1x11/libXfixes/Makefile
+8-53 files

FreeBSD/ports 2c7ca2fx11/libXScrnSaver Makefile pkg-descr

x11/libXScrnSaver: Update to 1.2.5

Update COMMENT, WWW, and pkg-descr.

https://lists.x.org/archives/xorg-announce/2025-September/003629.html

PR:             289657
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+5-7x11/libXScrnSaver/Makefile
+6-2x11/libXScrnSaver/pkg-descr
+3-3x11/libXScrnSaver/distinfo
+14-123 files

FreeBSD/ports 9bbcb45x11-fonts/font-bh-100dpi Makefile distinfo

x11-fonts/font-bh-100dpi: Update to 1.0.4

Update WWW and pkg-descr.
Add LICENSE.

https://lists.x.org/archives/xorg-announce/2023-February/003341.html

PR:             288398
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+8-4x11-fonts/font-bh-100dpi/Makefile
+3-2x11-fonts/font-bh-100dpi/distinfo
+4-1x11-fonts/font-bh-100dpi/pkg-descr
+15-73 files

FreeBSD/ports d48bc03x11-fonts/font-arabic-misc Makefile distinfo

x11-fonts/font-arabic-misc: Update to 1.0.4

Update WWW and pkg-descr.
Add LICENSE.

https://lists.x.org/archives/xorg-announce/2023-February/003340.html

PR:             288377
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+6-4x11-fonts/font-arabic-misc/Makefile
+3-2x11-fonts/font-arabic-misc/distinfo
+3-1x11-fonts/font-arabic-misc/pkg-descr
+12-73 files

FreeBSD/ports a4742a5www/wasmtime Makefile

www/wasmtime: Declare libzstd shlib dependency

The binary links libzstd.so.1 (via the zstd-sys crate, which uses
pkg-config to pick up the system libzstd by default), but the port
does not declare the runtime dependency.

Detected by poudriere stage-qa:

  Warning: wasmtime-44.0.1 will be rebuilt as it misses libzstd.so.1
  which no dependency provides. It is likely (silently) failing testport/
  stage-qa.

Add LIB_DEPENDS=libzstd.so:archivers/zstd and bump PORTREVISION.

Reviewed by:    yuri
Differential Revision:  https://reviews.freebsd.org/D56853
DeltaFile
+3-0www/wasmtime/Makefile
+3-01 files

FreeBSD/ports 68bbec1shells/nu_plugin_query Makefile

shells/nu_plugin_query: Declare libcurl shlib dependency

The binary links libcurl.so.4 (via the curl-sys crate, which uses
pkg-config to pick up the system libcurl by default), but the port
does not declare the runtime dependency.

Detected by poudriere stage-qa:

  Warning: nu_plugin_query-0.112.2_1 will be rebuilt as it misses
  libcurl.so.4 which no dependency provides. It is likely (silently)
  failing testport/stage-qa.

Add LIB_DEPENDS=libcurl.so:ftp/curl and bump PORTREVISION. Also
reorder PLIST_FILES ahead of OPENSSLINC/OPENSSLLIB to satisfy
portclippy.

Reviewed by:    yuri
Differential Revision:  https://reviews.freebsd.org/D56854
DeltaFile
+5-2shells/nu_plugin_query/Makefile
+5-21 files

FreeBSD/ports a63a4dfaudio/musicpd distinfo Makefile

audio/musicpd: Update to upstream release 0.24.13

Details:
- Mostly bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.13/NEWS

MFH:            2026Q3
DeltaFile
+3-3audio/musicpd/distinfo
+1-1audio/musicpd/Makefile
+4-42 files