sysutils/rdfind: add support for xxhash
In the current form - the support for xxhash depends on whether or not
xxhash is installed in the system where the port is built. See
https://github.com/pauldreik/rdfind#development.
This commit makes (lack of) support for xxhash explicit. If the option
is enabled - the xxhash is added to dependencies and built into rdfind,
if disabled - xxhash support is disabled even if the library is present
in the system.
Reviewed by: dtxdf
Differential Revision: https://reviews.freebsd.org/D58398
emulators/mupen64plus-qt: Update to 1.17 and switch to Qt6
Take maintainership. The port has not been updated for a long time,
no response from maintainer almost for a year.
PR: 289727, 296783
Appproved by: maintainer timeout
(cherry picked from commit 7cf2899616d7279ff7ca947ff8eabf7b3016a17b)
emulators/mupen64plus-qt: Update to 1.17 and switch to Qt6
Take maintainership. The port has not been updated for a long time,
no response from maintainer almost for a year.
PR: 289727, 296783
Appproved by: maintainer timeout
lang/rust: set RUST_BACKTRACE=1 on recent CURRENT on powerpc64le
After src 70509d1d9cba254dfd5b3dd83d8a011b5e125788, RUST_BACKTRACE=1
doesn't cause a crash anymore.
mail/stalwart-cli: New port: Stalwart Mail Server CLI
stalwart-cli is the command line interface tool for managing a
Stalwart Mail Server installation. It interacts with the server's
JMAP-based administration API.
WWW: https://stalw.art/
PR: 295647
Reported by: Adrian Gschwend <ktk at netlabs.org> (initial patch),
Herbert J. Skuhra <herbert at gojira.at> (committed patch)
Reviewed by: Orville Q. Song <orville at anislet.dev>
Approved by: Orville Q. Song <orville at anislet.dev> (new maintainer)
Co-authored-by: Adrian Gschwend <ktk at netlabs.org>