FreeBSD/ports c596dc6net/ucx Makefile, net/ucx/files patch-src_ucs_vfs_sock_vfs__sock.h patch-src_tools_vfs_vfs__daemon.h

net/ucx: Improve FreeBSD ucx_vfs support

- replace Linux-specific fusermount3 with mount_fusefs/umount
- use FreeBSD-compatible FUSE capability detection
- fix UNIX socket ancillary data handling for SCM_RIGHTS and peer
  credentials on FreeBSD

This allows ucx_vfs to start and communicate correctly on FreeBSD.

PR:             297093
Reported-by:    Laurent Chardon <laurent at FreeBSD.org>
Reviewed by:    thierry (mentor)
Approved by:    thierry (mentor)
DeltaFile
+138-40net/ucx/files/patch-src_ucs_vfs_sock_vfs__sock.c
+75-0net/ucx/files/patch-src_tools_vfs_vfs__main.c
+17-0net/ucx/files/patch-src_tools_vfs_vfs__daemon.h
+14-0net/ucx/files/patch-src_ucs_vfs_sock_vfs__sock.h
+1-3net/ucx/Makefile
+245-435 files

FreeBSD/ports 26a43cblang/seed7 Makefile distinfo

lang/seed7: update to 05_20260711

Changes: https://github.com/ThomasMertes/seed7/releases/tag/Seed7_release_2026-07-11
DeltaFile
+7-1lang/seed7/pkg-plist
+3-3lang/seed7/distinfo
+1-1lang/seed7/Makefile
+11-53 files

FreeBSD/ports 4ba1511cad/freecad-devel Makefile pkg-plist

cad/freecad-devel: Update to 2026.08.06
DeltaFile
+3-3cad/freecad-devel/distinfo
+3-3cad/freecad-devel/Makefile.git_rev
+1-1cad/freecad-devel/Makefile
+2-0cad/freecad-devel/pkg-plist
+9-74 files

FreeBSD/ports bc4ee17multimedia/mkvtoolnix Makefile

multimedia/mkvtoolnix: fix build on armv7, builds fine on aarch64

Pre-compiled headers are broken on arm.
Also enable on aarch64, where this port builds fine.

Approved by:    portmgr (build fix blanket)
MFH:            2026Q3
See also:       https://github.com/llvm/llvm-project/issues/69524

(cherry picked from commit f5b4084afd0f2ebadcfd9b88c940c42c4d3aefe9)
DeltaFile
+2-1multimedia/mkvtoolnix/Makefile
+2-11 files

FreeBSD/ports eb4fc49devel/tbox Makefile distinfo

devel/tbox: update to 1.8.2

A bug fix release.

Changelog: https://github.com/tboox/tbox/releases/tag/v1.8.2

MFH:            2026Q3
(cherry picked from commit e283b7963fd9ce7518ddd2b7e772e5f63d90e64e)
DeltaFile
+3-3devel/tbox/distinfo
+1-1devel/tbox/Makefile
+4-42 files

FreeBSD/ports 4744e66games/CWR-CE Makefile, games/CWR-CE/files patch-engine_Poseidon_Graphics_Rendering_ColorsK.hpp patch-engine_Poseidon_Foundation_Math_V3QuadsP3.cpp

games/CWR-CE: fix build on armv7

 - disabled pre-compiled headers to work around a long-standing clang bug
 - apply sse2neon workaround to arm, too
 - fix assumption of size_t being 64 bits in a hash calculation
 - improve architecture name reporting

See also:       https://github.com/llvm/llvm-project/issues/69524
Approved by:    portmgr (build fix blanket)
MFH:            2026Q3

(cherry picked from commit 319393265d592e3bd5b422959190a12bd4e02033)
DeltaFile
+21-0games/CWR-CE/files/patch-engine_Poseidon_Asset_Cache_AssetCache.hpp
+14-3games/CWR-CE/files/patch-engine_Poseidon_UI_OptionsUIApp.cpp
+6-7games/CWR-CE/files/patch-engine_Poseidon_Foundation_Math_Quatrix.hpp
+5-6games/CWR-CE/files/patch-engine_Poseidon_Foundation_Math_V3QuadsP3.cpp
+5-5games/CWR-CE/files/patch-engine_Poseidon_Graphics_Rendering_ColorsK.hpp
+7-2games/CWR-CE/Makefile
+58-236 files

FreeBSD/ports 091e88edeskutils/nextcloudclient Makefile distinfo

deskutils/nextcloudclient: Update to 34.0.1
DeltaFile
+3-3deskutils/nextcloudclient/distinfo
+1-1deskutils/nextcloudclient/Makefile
+4-42 files

FreeBSD/ports 8b4f066games/CWR-CE Makefile

games/CWR-CE: fix build on powerpc64le

In file included from /wrkdirs/usr/ports/games/CWR-CE/work/CWR-CE-9abbdf2769f3008d76c47ac0af219388ff0323dc/engine/Poseidon/Foundation/Math/V3QuadsP3.cpp:16:
/usr/lib/clang/19/include/ppc_wrappers/x86intrin.h:18:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
   18 | #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
      |  ^

(cherry picked from commit 1b44bb905fa6afe491ddbeb82495684af6a85bc6)
DeltaFile
+1-0games/CWR-CE/Makefile
+1-01 files

FreeBSD/ports 38733ecdevel/gcli pkg-plist Makefile

devel/gcli: update to 2.13.0

Changelog: https://lists.sr.ht/~herrhotzenplotz/gcli-announce/%3CanNmk3IQxLx3rFLI@hades.lab.herrhotzenplotz.de%3E
DeltaFile
+3-3devel/gcli/distinfo
+1-2devel/gcli/Makefile
+1-0devel/gcli/pkg-plist
+5-53 files

FreeBSD/ports 2653b36deskutils/remind Makefile distinfo

deskutils/remind: update to 06.02.10

Changelog: https://salsa.debian.org/dskoll/remind/-/blob/master/docs/WHATSNEW?ref_type=heads
DeltaFile
+3-3deskutils/remind/distinfo
+1-1deskutils/remind/Makefile
+4-42 files

FreeBSD/ports f5b4084multimedia/mkvtoolnix Makefile

multimedia/mkvtoolnix: fix build on armv7, builds fine on aarch64

Pre-compiled headers are broken on arm.
Also enable on aarch64, where this port builds fine.

Approved by:    portmgr (build fix blanket)
MFH:            2026Q3
See also:       https://github.com/llvm/llvm-project/issues/69524
DeltaFile
+2-1multimedia/mkvtoolnix/Makefile
+2-11 files

FreeBSD/ports ecd9df7multimedia/py-mat2 distinfo Makefile, multimedia/py-mat2/files patch-pyproject.toml

multimedia/py-mat2: update to 0.15.0

 - project has moved, adjust WWW accordingly
 - migrate away from distutils

Changelog: https://github.com/jvoisin/mat2/blob/master/CHANGELOG.md
DeltaFile
+11-0multimedia/py-mat2/files/patch-pyproject.toml
+5-4multimedia/py-mat2/Makefile
+3-3multimedia/py-mat2/distinfo
+19-73 files

FreeBSD/ports fb56224net/rosenpass Makefile Makefile.crates

net/rosenpass: update to 0.2.3

Changelog: https://github.com/rosenpass/rosenpass/blob/v0.2.3/CHANGELOG.md
DeltaFile
+331-321net/rosenpass/distinfo
+164-159net/rosenpass/Makefile.crates
+1-2net/rosenpass/Makefile
+496-4823 files

FreeBSD/ports 3193932games/CWR-CE Makefile, games/CWR-CE/files patch-engine_Poseidon_Graphics_Rendering_ColorsK.hpp patch-engine_Poseidon_Foundation_Math_V3QuadsP3.cpp

games/CWR-CE: fix build on armv7

 - disabled pre-compiled headers to work around a long-standing clang bug
 - apply sse2neon workaround to arm, too
 - fix assumption of size_t being 64 bits in a hash calculation
 - improve architecture name reporting

See also:       https://github.com/llvm/llvm-project/issues/69524
Approved by:    portmgr (build fix blanket)
MFH:            2026Q3
DeltaFile
+21-0games/CWR-CE/files/patch-engine_Poseidon_Asset_Cache_AssetCache.hpp
+14-3games/CWR-CE/files/patch-engine_Poseidon_UI_OptionsUIApp.cpp
+6-7games/CWR-CE/files/patch-engine_Poseidon_Foundation_Math_Quatrix.hpp
+5-6games/CWR-CE/files/patch-engine_Poseidon_Foundation_Math_V3QuadsP3.cpp
+5-5games/CWR-CE/files/patch-engine_Poseidon_Graphics_Rendering_ColorsK.hpp
+7-2games/CWR-CE/Makefile
+58-236 files

FreeBSD/ports e283b79devel/tbox Makefile distinfo

devel/tbox: update to 1.8.2

A bug fix release.

Changelog: https://github.com/tboox/tbox/releases/tag/v1.8.2

MFH:            2026Q3
DeltaFile
+3-3devel/tbox/distinfo
+1-1devel/tbox/Makefile
+4-42 files

FreeBSD/ports b408dfbnet/dhcpcd-ui Makefile distinfo

net/dhcpcd-ui: update to 0.8.0

Changes:        https://github.com/NetworkConfiguration/dhcpcd-ui/releases/tag/v0.8.0
DeltaFile
+3-3net/dhcpcd-ui/distinfo
+1-2net/dhcpcd-ui/Makefile
+4-52 files

FreeBSD/ports 689992enews/inn-current Makefile distinfo

news/inn-current: Update to 20260801
DeltaFile
+3-3news/inn-current/distinfo
+1-1news/inn-current/Makefile
+4-42 files

FreeBSD/ports e77979cgraphics/mesa-libs Makefile, graphics/shaderc Makefile

*/*: Bump port revision after spirv-tools update (f6a550749269)
DeltaFile
+1-1x11/quickshell/Makefile
+1-1x11-wm/chamfer/Makefile
+1-1lang/pocl/Makefile
+1-1graphics/skia/Makefile
+1-1graphics/shaderc/Makefile
+1-1graphics/mesa-libs/Makefile
+6-65 files not shown
+11-711 files

FreeBSD/ports f6a5507graphics/spirv-tools Makefile distinfo

graphics/spirv-tools: Update to 2026.3.rc1

Changelog: https://github.com/KhronosGroup/SPIRV-Tools/blob/v2026.3.rc1/CHANGES

PR:             297161
Reported by:    olivier
Co-authored-by: Olivier Cochard <olivier at freebsd.org>
DeltaFile
+5-5graphics/spirv-tools/distinfo
+3-3graphics/spirv-tools/Makefile
+8-82 files

FreeBSD/ports ead9726lang/erlang-man Makefile distinfo

lang/erlang-man: Update to 28.5.0.5

(cherry picked from commit b6b1499f719d57b02f3395bb2fb6abc207200987)
DeltaFile
+3-3lang/erlang-man/distinfo
+1-1lang/erlang-man/Makefile
+4-42 files

FreeBSD/ports e0905d3lang/erlang-runtime28 Makefile distinfo

lang/erlang-runtime28: Update to 28.5.0.5

(cherry picked from commit 2864a217b61e9e5fe2ed5cb949e74b6d40cefb46)
DeltaFile
+3-3lang/erlang-runtime28/distinfo
+1-1lang/erlang-runtime28/Makefile
+4-42 files

FreeBSD/ports a209dd1lang/erlang-runtime29 Makefile distinfo

lang/erlang-runtime29: Update to 29.0.5

(cherry picked from commit b19bd3819025e4ed23ceefaa2e991982a1c1b3d7)
DeltaFile
+3-3lang/erlang-runtime29/distinfo
+1-1lang/erlang-runtime29/Makefile
+4-42 files

FreeBSD/ports 3d862b2lang/erlang-wx Makefile distinfo

lang/erlang-wx: Update to 28.5.0.5

(cherry picked from commit c8ee833748589e86d128c59ab0410672dc2d38a6)
DeltaFile
+3-3lang/erlang-wx/distinfo
+1-1lang/erlang-wx/Makefile
+4-42 files

FreeBSD/ports b483faalang/erlang-doc Makefile distinfo

lang/erlang-doc: Update to 28.5.0.5

(cherry picked from commit 5ed8a1bcb1ca7742225827e86c47ab28cf8ef5ef)
DeltaFile
+3-3lang/erlang-doc/distinfo
+1-1lang/erlang-doc/Makefile
+4-42 files

FreeBSD/ports 7d57dedlang/erlang-java Makefile distinfo

lang/erlang-java: Update to 28.5.0.5

(cherry picked from commit 7bffc2312dc700a6b723e6bf9fa02bd863045fc2)
DeltaFile
+3-3lang/erlang-java/distinfo
+1-1lang/erlang-java/Makefile
+4-42 files

FreeBSD/ports 0644230lang/erlang-runtime27 Makefile distinfo

lang/erlang-runtime27: Update to 27.3.4.16

(cherry picked from commit b2aff907632638227069d59307564cbf98137429)
DeltaFile
+3-3lang/erlang-runtime27/distinfo
+1-1lang/erlang-runtime27/Makefile
+4-42 files

FreeBSD/ports 46498a3lang/erlang Makefile distinfo

lang/erlang: Update to 28.5.0.5

(cherry picked from commit 32c1dbb0e5fc1af0fc6b0312b4ac43fbb00c93ef)
DeltaFile
+3-3lang/erlang/distinfo
+1-1lang/erlang/Makefile
+4-42 files

FreeBSD/ports b19bd38lang/erlang-runtime29 Makefile distinfo

lang/erlang-runtime29: Update to 29.0.5
DeltaFile
+3-3lang/erlang-runtime29/distinfo
+1-1lang/erlang-runtime29/Makefile
+4-42 files

FreeBSD/ports b6b1499lang/erlang-man Makefile distinfo

lang/erlang-man: Update to 28.5.0.5
DeltaFile
+3-3lang/erlang-man/distinfo
+1-1lang/erlang-man/Makefile
+4-42 files

FreeBSD/ports f8b994ddevel/pyenv Makefile distinfo

devel/pyenv: Update to 2.8.3
DeltaFile
+14-2devel/pyenv/pkg-plist
+3-3devel/pyenv/distinfo
+1-1devel/pyenv/Makefile
+18-63 files