Import xsimd-14.2.0, ok volker@
Comment:
C++ wrappers for SIMD intrinsics
Description:
C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical
functions (SSE, AVX, AVX512, NEON, SVE, WebAssembly, VSX, RISC-V))
Maintainer: The OpenBSD ports mailing-list <ports at openbsd.org>
WWW: https://github.com/xtensor-stack/xsimd
Import accounts-qml-module-0.7, ok volker@
Comment:
QML bindings for libaccounts-qt and libsignon-qt
Description:
This QML module provides an API to manage the user's online accounts and get
their authentication data. It's a tiny wrapper around the Qt-based APIs of
libaccounts-qt and libsignon-qt. It is part of the accounts-sso project.
Maintainer: Rafael Sadowski <rsadowski at openbsd.org>
WWW: https://accounts-sso.gitlab.io/
stop patching to reenable DQS in the sqlite3 shell by default, i.e. move
to the behaviour upstream changed to in 3.41.0 (2023).
see https://sqlite.org/quirks.html#dblquote (and comments in the removed
patch) for more info
update to sqlite3-3.53.1
there was some reorg in the build and the patch to reenable the DQS
(mis)feature is now done in a different place. I'm going to drop that
patch (i.e. go back to upstream defaults); sqlports is fixed now and
there shouldn't be much else using it - but will do that as a commit
on top.
lang/wasi-sdk: update to build from llvm 21.1.8
went through several mozilla builds with llvm 19, and allows to build
firefox with llvm 21. first step on updating to llvm 22..