FreeBSD/ports 4f9fc5enet/lldap distinfo Makefile.crates, net/lldap/files patch-example__configs_freebsd_rc.d__lldap

net/lldap: update to 0.6.2

PR:             292254
Approved by:    lwhsu (mentor)
Differential Revision: https://reviews.freebsd.org/D54378
DeltaFile
+91-75net/lldap/distinfo
+44-36net/lldap/Makefile.crates
+0-10net/lldap/files/patch-example__configs_freebsd_rc.d__lldap
+1-2net/lldap/Makefile
+136-1234 files

FreeBSD/ports a0ab594www/wasm-bindgen-cli distinfo Makefile.crates

www/wasm-bindgen-cli: Update to v0.2.100

Approved by:    lwhsu (mentor)
Differential Revision: https://reviews.freebsd.org/D54377
DeltaFile
+365-381www/wasm-bindgen-cli/distinfo
+182-190www/wasm-bindgen-cli/Makefile.crates
+1-2www/wasm-bindgen-cli/Makefile
+548-5733 files

FreeBSD/ports 448278amisc/crush distinfo Makefile

misc/crush: Update to 0.31.0

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.31.0

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+6-62 files

FreeBSD/ports 2ea284ax11/contour Makefile distinfo, x11/contour/files patch-src_crispy_FNV.h extra-patch-src_crispy_read__selector.h

x11/contour: Update to 0.6.2.8008

While here, add patch to fix build with clang/libc++ 19.

libc++ 19 only provides std::char_traits for character types, which
causes compile errors when crispy::fnv is instantiated with non-char
types.

Restricting string-related overloads to char-only types, and adding a
generic trivially-copyable value hashing overload restore successful
builds on clang/libc++ 19.

Changelog: https://github.com/contour-terminal/contour/releases/tag/v0.6.2.8008

Reported by:    portscout
DeltaFile
+67-0x11/contour/files/patch-src_crispy_FNV.h
+6-6x11/contour/Makefile
+3-3x11/contour/distinfo
+2-2x11/contour/files/extra-patch-src_crispy_read__selector.h
+2-2x11/contour/pkg-plist
+80-135 files

FreeBSD/ports 741c4ddaudio/libopusenc Makefile distinfo, audio/libopusenc/files patch-include_opusenc.h

audio/libopusenc: maintenance update to 0.3

PR:             292210
DeltaFile
+0-53audio/libopusenc/files/patch-include_opusenc.h
+3-4audio/libopusenc/Makefile
+3-3audio/libopusenc/distinfo
+1-1audio/libopusenc/pkg-plist
+7-614 files

FreeBSD/ports 863b69dnet-mgmt/aircrack-ng Makefile

net-mgmt/aircrack-ng: fix build on powerpc64

simd-intrinsics.c:2912:25: error: '__builtin_altivec_vsrd' requires the '-mcpu=power8' and '-mvsx' options
DeltaFile
+6-0net-mgmt/aircrack-ng/Makefile
+6-01 files

FreeBSD/ports 468bb34x11/contour Makefile

x11/contour: fix build on powerpc*

Workaround for clang crash:
Assertion failed: (isValid()), function getFilename, file /usr/src/contrib/llvm-project/clang/include/clang/Basic/SourceLocation.h, line 328.
DeltaFile
+4-0x11/contour/Makefile
+4-01 files

FreeBSD/ports 2001ed0devel/R-cran-pak/files patch-src_library_curl_src_curl.c

devel/R-cran-pak: fix build on big-endian

curl.c:165:38: error: use of undeclared identifier 'BSWAP_32'
  165 |   return rcurl_read(&x, 1, 1, con) ? BSWAP_32(x) : R_EOF;
      |                                      ^
1 error generated.
DeltaFile
+12-0devel/R-cran-pak/files/patch-src_library_curl_src_curl.c
+12-01 files

FreeBSD/ports f9aaa3emisc/bedrust/files patch-cargo-crates_aws-lc-sys-0.27.1_aws-lc_include_openssl_target.h

misc/bedrust: fix build on powerpc64

Little-endian is misdetected:
  /wrkdirs/usr/ports/misc/bedrust/work/bedrust-0.8.8/cargo-crates/aws-lc-sys-0.27.1/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c:107:5: error: call to undeclared function 'vec_vsx_ld'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    107 |     vec_vsx_ld(0, (const unsigned char*) data);
        |     ^
  /wrkdirs/usr/ports/misc/bedrust/work/bedrust-0.8.8/cargo-crates/aws-lc-sys-0.27.1/aws-lc/crypto/fipsmodule/sha/sha1-altivec.c:106:30: error: initializing '__vector unsigned char const' (vector of 16 'unsigned char' values) with an expression of incompatible type 'int'
    106 |   const vector unsigned char unaligned_data =
        |                              ^
    107 |     vec_vsx_ld(0, (const unsigned char*) data);
        |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2 errors generated.
DeltaFile
+20-0misc/bedrust/files/patch-cargo-crates_aws-lc-sys-0.27.1_aws-lc_include_openssl_target.h
+20-01 files

FreeBSD/ports 5ff04b5multimedia/vvdec Makefile

multimedia/vvdec: fix build on powerpc64

/wrkdirs/usr/ports/multimedia/vvdec/work/vvdec-3.1.0/source/Lib/CommonLib/x86/sse41/../InterPredX86.h:199:20: error: loop not vectorized: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Werror,-Wpass-failed=transform-warning]
DeltaFile
+2-0multimedia/vvdec/Makefile
+2-01 files

FreeBSD/ports 16c13c1emulators/mame/files patch-src_emu_video_rgbutil.cpp

emulators/mame: fix build on powerpc*

../../../../../src/emu/video/rgbutil.cpp:365:16: error: out-of-line definition of 'bilinear_filter' does not match any declaration in 'rgbaint_t'
  365 | u32 rgbaint_t::bilinear_filter(const u32 &rgb00, const u32 &rgb01, const u32 &rgb10, const u32 &rgb11, u8 u, u8 v)
      |                ^~~~~~~~~~~~~~~
In file included from ../../../../../src/emu/video/rgbutil.cpp:13:
../../../../../src/emu/video/rgbutil.h:429:29: note: type of 1st parameter of member declaration does not match definition ('u32' (aka 'unsigned int') vs 'const u32 &' (aka 'const unsigned int &'))
  429 |         static u32 bilinear_filter(u32 rgb00, u32 rgb01, u32 rgb10, u32 rgb11, u8 u, u8 v) noexcept;
      |                                    ^
Archiving libpce.a...
rm -f  ../../../../freebsd/bin/x64/Release/mame_mame/libpce.a
../../../../../src/emu/video/rgbutil.cpp:408:17: error: out-of-line definition of 'bilinear_filter_rgbaint' does not match any declaration in 'rgbaint_t'
  408 | void rgbaint_t::bilinear_filter_rgbaint(const u32 &rgb00, const u32 &rgb01, const u32 &rgb10, const u32 &rgb11, u8 u, u8 v)
      |                 ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../../src/emu/video/rgbutil.cpp:13:
../../../../../src/emu/video/rgbutil.h:430:31: note: type of 1st parameter of member declaration does not match definition ('u32' (aka 'unsigned int') vs 'const u32 &' (aka 'const unsigned int &'))
  430 |         void bilinear_filter_rgbaint(u32 rgb00, u32 rgb01, u32 rgb10, u32 rgb11, u8 u, u8 v) noexcept;
      |                                      ^
DeltaFile
+28-0emulators/mame/files/patch-src_emu_video_rgbutil.cpp
+28-01 files

FreeBSD/ports db0e19bmisc/ggml/files patch-src_ggml-cpu_CMakeLists.txt

misc/ggml: fix build on powerpc64*

c++: error: unknown argument: '-mpowerpc64'
DeltaFile
+18-1misc/ggml/files/patch-src_ggml-cpu_CMakeLists.txt
+18-11 files

FreeBSD/ports 928771amisc/onnxruntime Makefile

misc/onnxruntime: fix build on powerpc64

VSX is required:
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/FgemmKernelpower.h:155:27: error: use of undeclared identifier 'vec_splat'
        ABroadcast[Row] = vec_splat(AElements[Row], Lane);
DeltaFile
+2-0misc/onnxruntime/Makefile
+2-01 files

FreeBSD/ports 52d2a66www/pydio-cells distinfo Makefile

www/pydio-cells: update to 4.4.17

Changelog: https://github.com/pydio/cells/releases/tag/v4.4.17
DeltaFile
+5-5www/pydio-cells/distinfo
+1-2www/pydio-cells/Makefile
+6-72 files

FreeBSD/ports 48eca17devel/mimalloc distinfo Makefile

devel/mimalloc: Update to 3.1.6
DeltaFile
+3-3devel/mimalloc/distinfo
+1-1devel/mimalloc/Makefile
+4-42 files

FreeBSD/ports ed7b435graphics/cptutils distinfo Makefile

graphics/cptutils: update 1.84 → 1.85
DeltaFile
+3-3graphics/cptutils/distinfo
+1-2graphics/cptutils/Makefile
+4-52 files

FreeBSD/ports 95918d0devel/osc distinfo Makefile

devel/osc: update 1.21.0 → 1.23.0
DeltaFile
+3-3devel/osc/distinfo
+1-1devel/osc/Makefile
+4-42 files

FreeBSD/ports dee327aftp/py-aioftp distinfo Makefile

ftp/py-aioftp: update 0.26.2 → 0.27.2
DeltaFile
+3-3ftp/py-aioftp/distinfo
+1-1ftp/py-aioftp/Makefile
+4-42 files

FreeBSD/ports 2287b8fmultimedia/bitstream pkg-plist distinfo, multimedia/bitstream/files patch-Makefile

multimedia/bitstream: update 1.5 → 1.6

Bump revision of dependent port net/multicat
DeltaFile
+84-0multimedia/bitstream/pkg-plist
+13-0multimedia/bitstream/files/patch-Makefile
+3-3multimedia/bitstream/distinfo
+2-3multimedia/bitstream/Makefile
+1-1net/multicat/Makefile
+103-75 files

FreeBSD/ports bf3b413mail/thunderbird-esr distinfo Makefile, mail/thunderbird-esr/files patch-bug1269654_comment5 patch-bug1269654

mail/thunderbird-esr: update to 140.7.0 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/140.7.0esr/releasenotes/

(cherry picked from commit 1d04867f13ef2c90a27d168a4c296197433f7800)
DeltaFile
+0-43mail/thunderbird-esr/files/patch-bug1269654_comment5
+34-0mail/thunderbird-esr/files/patch-bug1269654
+3-3mail/thunderbird-esr/distinfo
+3-2mail/thunderbird-esr/Makefile
+40-484 files

FreeBSD/ports 7e35482mail/thunderbird distinfo, mail/thunderbird/files patch-libwebrtc-generated patch-cargo-checksums

mail/thunderbird: update to 147.0 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/147.0/releasenotes/

(cherry picked from commit 552102d732e30337b965dacac75ebc8432b04f10)
DeltaFile
+7,240-17,081mail/thunderbird/files/patch-libwebrtc-generated
+61-0mail/thunderbird/files/patch-cargo-checksums
+0-43mail/thunderbird/files/patch-bug1269654_comment5
+34-0mail/thunderbird/files/patch-bug1269654
+7-5mail/thunderbird/files/patch-python_sites_mach.txt
+3-3mail/thunderbird/distinfo
+7,345-17,1321 files not shown
+7,346-17,1337 files

FreeBSD/ports 1d04867mail/thunderbird-esr distinfo Makefile, mail/thunderbird-esr/files patch-bug1269654_comment5 patch-bug1269654

mail/thunderbird-esr: update to 140.7.0 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/140.7.0esr/releasenotes/
DeltaFile
+0-43mail/thunderbird-esr/files/patch-bug1269654_comment5
+34-0mail/thunderbird-esr/files/patch-bug1269654
+3-3mail/thunderbird-esr/distinfo
+2-3mail/thunderbird-esr/Makefile
+39-494 files

FreeBSD/ports 552102dmail/thunderbird distinfo, mail/thunderbird/files patch-libwebrtc-generated patch-cargo-checksums

mail/thunderbird: update to 147.0 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/147.0/releasenotes/
DeltaFile
+7,240-17,081mail/thunderbird/files/patch-libwebrtc-generated
+61-0mail/thunderbird/files/patch-cargo-checksums
+0-43mail/thunderbird/files/patch-bug1269654_comment5
+34-0mail/thunderbird/files/patch-bug1269654
+7-5mail/thunderbird/files/patch-python_sites_mach.txt
+3-3mail/thunderbird/distinfo
+7,345-17,1321 files not shown
+7,346-17,1347 files

FreeBSD/ports 840ea9cscience/afni distinfo Makefile

science/afni: Update to 26.0.00
DeltaFile
+3-3science/afni/distinfo
+1-1science/afni/Makefile
+4-42 files

FreeBSD/ports 50fcb2bdevel/py-pathspec distinfo Makefile

devel/py-pathspec: update to 1.0.3

Changes:        https://github.com/cpburnz/python-pathspec/blob/v1.0.3/CHANGES.rst
Reported by:    repology
DeltaFile
+3-3devel/py-pathspec/distinfo
+1-1devel/py-pathspec/Makefile
+4-42 files

FreeBSD/ports b8f542esysutils/keyd Makefile distinfo, sysutils/keyd/files patch-src_daemon.c

sysutils/keyd: Update 2.5.0 => 2.6.0, take maintainership

Changelog:
https://github.com/rvaiya/keyd/blob/v2.6.0/docs/CHANGELOG.md

While here pet portclippy.

PR:             292252
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+9-10sysutils/keyd/Makefile
+11-0sysutils/keyd/files/patch-src_daemon.c
+3-3sysutils/keyd/distinfo
+23-133 files

FreeBSD/ports 229082fnet-mgmt/librenms Makefile

net-mgmt/librenms: bump PORTREVISION

PR:             292266
DeltaFile
+1-1net-mgmt/librenms/Makefile
+1-11 files

FreeBSD/ports 00cf03d. UPDATING, net-mgmt/librenms Makefile

net-mgmt/librenms: Allow for use of mariadb

Remove the run-time dependency upon a mysql client.

This update allows the mysql client to be removed and replaced by a
mariadb client.
PR:             292266
DeltaFile
+7-0UPDATING
+6-0net-mgmt/librenms/files/pkg-message.in
+1-1net-mgmt/librenms/Makefile
+14-13 files

FreeBSD/ports 2ec4b08sysutils/vpnc-scripts Makefile, sysutils/vpnc-scripts/files patch-vpnc-script

sysutils/vpnc-scripts: Fix invalid ps(1) argument

PR:             292298
Submitted by:   John Baldwin <jhb at FreeBSD.org>
DeltaFile
+11-0sysutils/vpnc-scripts/files/patch-vpnc-script
+1-0sysutils/vpnc-scripts/Makefile
+12-02 files

FreeBSD/ports bc1c934sysutils Makefile, sysutils/sdmon Makefile distinfo

[NEW PORT] sysutils/sdmon: Utility to get SD card health data

Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR:             292278
DeltaFile
+27-0sysutils/sdmon/Makefile
+3-0sysutils/sdmon/distinfo
+2-0sysutils/sdmon/pkg-descr
+1-0sysutils/Makefile
+33-04 files