filesystems/mergerfs: Fix build with newer Clang/libc++
The vendored fmt header uses malloc/free without including the
appropriate declarations, causing builds to fail on recent
FreeBSD -CURRENT toolchains.
Add the missing <cstdlib> include to libfuse/include/fmt/format.h.
Notified by: pkg-fallout
(cherry picked from commit e60f6672636217373c1f86a19ccd168ac18c721a)
filesystems/mergerfs: Fix build with newer Clang/libc++
The vendored fmt header uses malloc/free without including the
appropriate declarations, causing builds to fail on recent
FreeBSD -CURRENT toolchains.
Add the missing <cstdlib> include to libfuse/include/fmt/format.h.
Notified by: pkg-fallout
devel/bazel8: fix crash due to missing JNI stub on BSD
Add a stub for SystemNetworkStats_getNetIoCountersNative in
unix_jni_bsd.cc. This symbol is required on non-Linux platforms
when JNI is available; its absence caused an UnsatisfiedLinkError
crash at runtime. Bump PORTREVISION.
PR: 294865
Reported by: Ken DEGUCHI <kdeguchi at sz.tokoha-u.ac.jp>
security/lfacme: Update to 1.0.1
There are no functional changes in this release, but the master site
and filename / distinfo have changed.
Reviewed by: arrowd
Approved by: arrowd (ports)
Differential Revision: https://reviews.freebsd.org/D56862