www/qutebrowser: drop qt5 flavor
As QT5 will be deprecated soon, drop the QT5 flavor.
Reviewed by: kde (arrowd)
Differential Revision: https://reviews.freebsd.org/D58170
net/libcmis: update to 0.6.1 release (+)
libcmis 0.6.3
* More robust handling of server responses: added bounds and
missing-value checks across the XML, SOAP, JSON, multipart and
base64 parsing paths
* Reject stray control characters in URLs, headers, credentials and
proxy settings, and bound the size and duration of a response
* Run curl_global_init once via std::call_once
* Build fixes for boost 1.86, libxml2 2.12 and clang
* Switched continuous integration to GitHub Actions
textproc/libexttextcat: update to 3.4.8 release (+)
release to 3.4.8
+ respect bufsize in prepbuffer
+ widen fp_Create bufsize from uint4 to size_t (ABI break;
SONAME bumped libexttextcat-2.0.so.0 -> libexttextcat-2.0.so.1
via -version-info 1:0:0)
+ fix leak in textcat_Init bailout path
+ avoid forming &dest[-1] in wg_trim (undefined behavior)
+ update README for current UDHR source location (efele.net,
after unicode.org/udhr retired in January 2024)
+ add Telugu, Kabyle, Nenets, Karakalpak, Morisyen, Arpitan,
Sidamo, Quechua (North Bolivian), Inari Saami and Skolt Saami
+ rename ha-NG to ha-Latn-NG to match BCP-47/LibreOffice
release to 3.4.7
+ add Saraiki and Ilocano
textproc/librevenge: update to 0.0.6 release (+)
librevenge 0.0.6:
* Improve robustness when reading damaged or malformed OLE2 and Zip streams.
* Improve performance (tdf#63130).
* Replace the deprecated std::shared_ptr::unique() with use_count() == 1.
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)