graphics/libfpx: suppress some additional warnings
The evolving clang is more picky and the new warnings
began preventing the build from succeeding.
PR: 296302
net-im/purple-gowhatsapp: upgrade from 1.18 to 1.22
The older versions don't actually work with the current WhatsApp servers.
While here, update all dependencies to their latest versions too.
PR: 296740
multimedia/libwebm: Install a CMake package configuration
Add install rules for a webmConfig.cmake so that consumers can locate the
library with find_package(webm) and link against the webm::webm target.
Reviewed by: yuri
Differential Revision: https://reviews.freebsd.org/D58193
devel/immanent-checker: new port
Immanent Checker validates project structure and source-code expectations
through configurable check suites. It can inspect full projects, filtered
project trees, directories, and files, and can report findings in gcc-style or
JSON output.
This port installs the released PHAR executables for immanent-checker and
immanent-parser.
Sponsored by: P. Variablis
devel/libbson: Fix build when DOCS=off
The DOCS option were installing both HTML documentation
and manpages but these manpages weren't covered in the
plist with the DOCS substition, so we're both fixing it
and seperating them now with the new MANPAGES option.
PR: 296718
Reported by: René Thümmler <beastie at tsukaisute.de>
Approved by: Krzysztof <ports at bsdserwis.com> (maintainer)
Approved by: osa, vvd (Mentors, implicit)
textproc/rubygem-gepub: Unbreak the build
rubyzip has been bumped to version 3, switch depends to rubyzip2.
Approved by: ziaee (doceng)
(cherry picked from commit 8e4ab236c7ac56ee189b78c594316e156e71a8d9)