FreeBSD/ports eb713afgames/veloren-weekly distinfo Makefile

games/veloren-weekly: update to s20260408

Changes:        https://gitlab.com/veloren/veloren/-/compare/1c0a37f006...308212a458
(cherry picked from commit d2205e2f43af61c3c16a911da92e69728a089ec9)
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports 380934cdevel/xdg-dbus-proxy distinfo Makefile

devel/xdg-dbus-proxy: update to 0.1.7

Changes:        https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.7
Reported by:    GitHub (watch releases)

(cherry picked from commit db7a86a296ae21881efff528f8a62d3fc8d123be)
DeltaFile
+3-3devel/xdg-dbus-proxy/distinfo
+1-1devel/xdg-dbus-proxy/Makefile
+4-42 files

FreeBSD/ports 0ef9a5adevel/git-cinnabar distinfo Makefile.crates

devel/git-cinnabar: update to 0.7.4

Changes:        https://github.com/glandium/git-cinnabar/releases/tag/0.7.4
Reported by:    GitHub (watch releases)

(cherry picked from commit 1abcfddd1d3066f73e462c578504a3aa08bd0173)
DeltaFile
+139-133devel/git-cinnabar/distinfo
+67-64devel/git-cinnabar/Makefile.crates
+2-3devel/git-cinnabar/Makefile
+208-2003 files

FreeBSD/ports d2205e2games/veloren-weekly distinfo Makefile

games/veloren-weekly: update to s20260408

Changes:        https://gitlab.com/veloren/veloren/-/compare/1c0a37f006...308212a458
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports 30af77agraphics/mesa-devel distinfo Makefile

graphics/mesa-devel: update to 26.0.b.3410

Changes:        https://gitlab.freedesktop.org/mesa/mesa/-/compare/aa39da83383...1f0370616a6
DeltaFile
+3-3graphics/mesa-devel/distinfo
+2-2graphics/mesa-devel/Makefile
+5-52 files

FreeBSD/ports db7a86adevel/xdg-dbus-proxy distinfo Makefile

devel/xdg-dbus-proxy: update to 0.1.7

Changes:        https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.7
Reported by:    GitHub (watch releases)
DeltaFile
+3-3devel/xdg-dbus-proxy/distinfo
+1-1devel/xdg-dbus-proxy/Makefile
+4-42 files

FreeBSD/ports 1abcfdddevel/git-cinnabar distinfo Makefile.crates

devel/git-cinnabar: update to 0.7.4

Changes:        https://github.com/glandium/git-cinnabar/releases/tag/0.7.4
Reported by:    GitHub (watch releases)
DeltaFile
+139-133devel/git-cinnabar/distinfo
+67-64devel/git-cinnabar/Makefile.crates
+2-3devel/git-cinnabar/Makefile
+208-2003 files

FreeBSD/ports 1143ba2multimedia/navidrome distinfo Makefile

multimedia/navidrome: Update to 0.61.1

ChangeLogs:

- https://github.com/navidrome/navidrome/releases/tag/v0.61.0
- https://github.com/navidrome/navidrome/releases/tag/v0.61.1
DeltaFile
+7-7multimedia/navidrome/distinfo
+3-4multimedia/navidrome/Makefile
+10-112 files

FreeBSD/ports 6b96f65databases/proxysql distinfo Makefile, databases/proxysql/files patch-lib_proxysql__utils.cpp patch-lib_proxy__protocol__info.cpp

databases/proxysql: Update to 3.0.7
DeltaFile
+0-13databases/proxysql/files/patch-lib_proxysql__utils.cpp
+0-12databases/proxysql/files/patch-lib_proxy__protocol__info.cpp
+0-11databases/proxysql/files/patch-lib_log__utils.cpp
+10-0databases/proxysql/files/patch-deps_Makefile
+3-3databases/proxysql/distinfo
+1-2databases/proxysql/Makefile
+14-416 files

FreeBSD/ports f1ae8cdsysutils/nut-devel distinfo Makefile

sysutils/nut-devel: Update to the latest networkupstools/nut github commit
DeltaFile
+3-3sysutils/nut-devel/distinfo
+2-2sysutils/nut-devel/Makefile
+3-1sysutils/nut-devel/pkg-plist
+8-63 files

FreeBSD/ports 64fec1esysutils/nut pkg-plist distinfo, sysutils/nut/files patch-configure.ac patch-scripts_Makefile.am

sysutils/nut: Update to 2.8.5
DeltaFile
+114-58sysutils/nut/pkg-plist
+34-0sysutils/nut/files/patch-configure.ac
+11-0sysutils/nut/files/patch-scripts_Makefile.am
+0-8sysutils/nut/files/patch-scripts_Makefile
+3-3sysutils/nut/distinfo
+1-1sysutils/nut/Makefile
+163-706 files

FreeBSD/ports d03645enet/ucx Makefile, net/ucx/files patch-src_uct_sm_mm_base_mm__iface.c

net/ucx: Fix mm signal socket binding on FreeBSD

Replace Linux-style UNIX domain socket autobind logic in the mm
signaling path with explicit pathname-based binding on FreeBSD and
remove the socket path during cleanup.

This fixes FreeBSD runtime failures in the mm shared-memory signaling
path.

PR:             293867
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit db6d744b60348636c7a87c3c7fc181afd9b71994)
DeltaFile
+87-0net/ucx/files/patch-src_uct_sm_mm_base_mm__iface.c
+1-0net/ucx/Makefile
+88-02 files

FreeBSD/ports 31837banet/ucx/files patch-src_ucm_util_reloc.c

net/ucx: Fix FreeBSD UCM relocation handling

On FreeBSD, dynamic-section pointers observed through dl_iterate_phdr()
for shared objects need to be rebased by dlpi_addr before dereference.

Also fix the PT_LOAD end range calculation to include the object base
address when tracking the library address span.

This fixes runtime failures in UCM relocation patching on FreeBSD.

PR:             293867
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 94fc6d9ffebbad5014a7f48ba925b9a39df8478f)
DeltaFile
+29-1net/ucx/files/patch-src_ucm_util_reloc.c
+29-11 files

FreeBSD/ports 98b8e23net/ucx/files patch-src_ucs_async_thread.c

net/ucx: Harden async thread state handling

Avoid dereferencing the global async thread context when startup or
teardown did not complete successfully by returning UCS_ERR_NO_ELEM for
operations that require an active thread and by only publishing thread_p
on successful start.

This prevents invalid access paths during async thread error handling.

PR:             293867
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 1ef58f980f422e30804818df7dadd3c1da3dace0)
DeltaFile
+61-0net/ucx/files/patch-src_ucs_async_thread.c
+61-01 files

FreeBSD/ports ee300a7net/ucx/files patch-src_uct_tcp_tcp__iface.c patch-src_ucs_sys_sys.c

net/ucx: Fix FreeBSD runtime portability issues

Adjust several Linux-specific runtime assumptions in UCX for FreeBSD:
- use FreeBSD-specific network interface handling where Linux sysfs logic
  is not available
- avoid Linux-only IPOIB and bridge detection paths
- improve pthread_create() error reporting
- provide FreeBSD fallbacks for memory remapping and affinity helpers

This fixes multiple runtime failures and device discovery issues on FreeBSD.

PR:             293867
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 601e614318cdfbb381bcb7a9841353720feb53a9)
DeltaFile
+173-0net/ucx/files/patch-src_uct_tcp_tcp__iface.c
+25-14net/ucx/files/patch-src_ucs_sys_sys.c
+198-142 files

FreeBSD/ports 6b0414btextproc Makefile, textproc/pdf-form-filler-mcp Makefile pkg-descr

textproc/pdf-form-filler-mcp: New port: MCP server for filling PDF forms (AcroForm and XFA)
DeltaFile
+35-0textproc/pdf-form-filler-mcp/Makefile
+6-0textproc/pdf-form-filler-mcp/pkg-descr
+3-0textproc/pdf-form-filler-mcp/distinfo
+1-0textproc/Makefile
+45-04 files

FreeBSD/ports 355c6b1emulators/mame distinfo Makefile

emulators/mame: Update to 0.287

Changelog: https://www.mamedev.org/releases/whatsnew_0287.txt

Reviewed by:    thierry (mentor)
Approved by:    thierry (mentor)
Differential Revision:  https://reviews.freebsd.org/D56274
DeltaFile
+3-3emulators/mame/distinfo
+2-2emulators/mame/Makefile
+1-0emulators/mame/pkg-plist
+6-53 files

FreeBSD/ports db6d744net/ucx Makefile, net/ucx/files patch-src_uct_sm_mm_base_mm__iface.c

net/ucx: Fix mm signal socket binding on FreeBSD

Replace Linux-style UNIX domain socket autobind logic in the mm
signaling path with explicit pathname-based binding on FreeBSD and
remove the socket path during cleanup.

This fixes FreeBSD runtime failures in the mm shared-memory signaling
path.

PR:             293867
Sponsored by:   UNIS Labs
MFH:            2026Q2

: Update  =>

Changelog:

PR:
Sponsored by:   UNIS Labs
DeltaFile
+87-0net/ucx/files/patch-src_uct_sm_mm_base_mm__iface.c
+1-0net/ucx/Makefile
+88-02 files

FreeBSD/ports 94fc6d9net/ucx/files patch-src_ucm_util_reloc.c

net/ucx: Fix FreeBSD UCM relocation handling

On FreeBSD, dynamic-section pointers observed through dl_iterate_phdr()
for shared objects need to be rebased by dlpi_addr before dereference.

Also fix the PT_LOAD end range calculation to include the object base
address when tracking the library address span.

This fixes runtime failures in UCM relocation patching on FreeBSD.

PR:             293867
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+29-1net/ucx/files/patch-src_ucm_util_reloc.c
+29-11 files

FreeBSD/ports 1ef58f9net/ucx/files patch-src_ucs_async_thread.c

net/ucx: Harden async thread state handling

Avoid dereferencing the global async thread context when startup or
teardown did not complete successfully by returning UCS_ERR_NO_ELEM for
operations that require an active thread and by only publishing thread_p
on successful start.

This prevents invalid access paths during async thread error handling.

PR:             293867
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+61-0net/ucx/files/patch-src_ucs_async_thread.c
+61-01 files

FreeBSD/ports 601e614net/ucx/files patch-src_uct_tcp_tcp__iface.c patch-src_ucs_sys_sys.c

net/ucx: Fix FreeBSD runtime portability issues

Adjust several Linux-specific runtime assumptions in UCX for FreeBSD:
- use FreeBSD-specific network interface handling where Linux sysfs logic
  is not available
- avoid Linux-only IPOIB and bridge detection paths
- improve pthread_create() error reporting
- provide FreeBSD fallbacks for memory remapping and affinity helpers

This fixes multiple runtime failures and device discovery issues on FreeBSD.

PR:             293867
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+173-0net/ucx/files/patch-src_uct_tcp_tcp__iface.c
+25-14net/ucx/files/patch-src_ucs_sys_sys.c
+198-142 files

FreeBSD/ports c2ea6a8devel/git-delta distinfo Makefile.crates

devel/git-delta: Update to 0.19.2

ChangeLogs:

* https://github.com/dandavison/delta/releases/tag/0.19.0
* https://github.com/dandavison/delta/releases/tag/0.19.1
* https://github.com/dandavison/delta/releases/tag/0.19.2
DeltaFile
+253-129devel/git-delta/distinfo
+126-64devel/git-delta/Makefile.crates
+1-2devel/git-delta/Makefile
+380-1953 files

FreeBSD/ports 2fcb37edevel/wasi-compiler-rt22 Makefile, devel/wasi-libcxx22 Makefile

devel/wasi-{compiler-rt,libcxx}22: sync to 22.1.3
DeltaFile
+1-1devel/wasi-libcxx22/Makefile
+1-1devel/wasi-compiler-rt22/Makefile
+2-22 files

FreeBSD/ports 0c89741devel/llvm22 distinfo Makefile

devel/llvm22: 22.1.3 release

See the annoucement for changes:
    https://discourse.llvm.org/t/llvm-22-1-3-released/90467

While here, disable Python limited API for LLDB. [0]

Submitted by:   vishwin [0]
Differential Revision:  https://reviews.freebsd.org/D56111
DeltaFile
+3-3devel/llvm22/distinfo
+3-2devel/llvm22/Makefile
+1-1devel/llvm22/pkg-plist
+7-63 files

FreeBSD/ports 06622b6net-im/telegram-desktop distinfo Makefile

net-im/telegram-desktop: update: 6.7.2 -> 6.7.5

Sponsored by:   tipi.work
DeltaFile
+3-3net-im/telegram-desktop/distinfo
+1-1net-im/telegram-desktop/Makefile
+4-42 files

FreeBSD/ports 2dfa78esecurity/cyberchef distinfo Makefile

security/cyberchef: Update to 10.23.0

re: https://github.com/gchq/CyberChef/tree/v10.23.0
DeltaFile
+3-3security/cyberchef/distinfo
+1-1security/cyberchef/Makefile
+4-42 files

FreeBSD/ports 0d8b758net-mgmt/prometheus3 distinfo Makefile

net-mgmt/prometheus3: Update to 3.11.1

Changelog:
https://github.com/prometheus/prometheus/releases/tag/v3.11.1
DeltaFile
+7-7net-mgmt/prometheus3/distinfo
+1-1net-mgmt/prometheus3/Makefile
+8-82 files

FreeBSD/ports 44cbc8bdns/dnsperf Makefile, dns/opendnssec2 Makefile

*/*: Bump consumers of dns/ldns after update to 1.9.0

Force rebuild comsumers - upstream changed ABI without bump soname.

ldns 1.9.0 inserted LDNS_RDF_TYPE_INT64 at enum position 5, shifting
every subsequent value by +1. But port kept the shared library as
libldns.so.3.6.0 - no SONAME bump - so consumers wasn't flagged for
rebuild and still has the old 1.8.x enum constants baked in.

Example of error for opendnssec:
[adapter] error parsing RR at line 2 (Syntax error, could not parse
the RR's rdata)

PR:             291573
Reported by:    bdrewery (via email)
Sponsored by:   UNIS Labs
MFH:            2026Q2

(cherry picked from commit 1774d2af0a35ecc1460934269740c1f46eb442e3)
DeltaFile
+1-1dns/opendnssec2/Makefile
+1-0dns/dnsperf/Makefile
+1-0security/passivedns/Makefile
+3-13 files

FreeBSD/ports f9b1e7fbenchmarks/polygraph Makefile, dns/flamethrower Makefile

*/*: Bump consumers of dns/ldns after update to 1.9.0

Force rebuild comsumers - upstream changed ABI without bump soname.

ldns 1.9.0 inserted LDNS_RDF_TYPE_INT64 at enum position 5, shifting
every subsequent value by +1. But port kept the shared library as
libldns.so.3.6.0 - no SONAME bump - so consumers wasn't flagged for
rebuild and still has the old 1.8.x enum constants baked in.

Example of error for opendnssec:
[adapter] error parsing RR at line 2 (Syntax error, could not parse
the RR's rdata)

PR:             291573
Sponsored by:   UNIS Labs
DeltaFile
+1-1mail/enma/Makefile
+1-1benchmarks/polygraph/Makefile
+1-1security/openssh-portable/Makefile
+1-0dns/flamethrower/Makefile
+4-34 files

FreeBSD/ports 1774d2adns/dnsperf Makefile, dns/opendnssec2 Makefile

*/*: Bump consumers of dns/ldns after update to 1.9.0

Force rebuild comsumers - upstream changed ABI without bump soname.

ldns 1.9.0 inserted LDNS_RDF_TYPE_INT64 at enum position 5, shifting
every subsequent value by +1. But port kept the shared library as
libldns.so.3.6.0 - no SONAME bump - so consumers wasn't flagged for
rebuild and still has the old 1.8.x enum constants baked in.

Example of error for opendnssec:
[adapter] error parsing RR at line 2 (Syntax error, could not parse
the RR's rdata)

PR:             291573
Reported by:    bdrewery (via email)
Sponsored by:   UNIS Labs
MFH:            2026Q2
DeltaFile
+1-1dns/opendnssec2/Makefile
+1-0security/passivedns/Makefile
+1-0dns/dnsperf/Makefile
+3-13 files