auto-admin: Update to 0.8.0.80
auto-upgrade-base:
pkg upgrade -> auto-update-system
tolerate failures in freebsd-update-install so pkg upgrades
are performed in spite of bugs
mpdecimal: update to 4.0.0.
general
~~~~~~~
**sync soversion and major_version**
- The added number formatting feature requires an ABI change, hence the
increase to SOVERSION=4.
- Packagers outside of the Linux distributions sometimes use the major
version number as the equivalent of SOVERSION on their platforms and
have an incorrect SOVERSION for 2.5.1, which requires SOVERSION=3.
- While SOVERSION is not required to match the major version number
(example: glibc), mpdecimal will from now on take the path of least
resistance and always use SOVERSION=MPD_MAJOR_VERSION.
- The jump to 4.0.0 should also remind users that a C++ library is
[129 lines not shown]
wip/llama.cpp: Update to 0.0.2.4333
* Use opemblas64_pthread for multithreaded generation.
openblas64_openmp does not work for me.
* Use new cmake options.
* Disable OpenCL settings to prevent segfault.
rust183: attempt to restore cross-buildability.
Done by undoing temporary fix for
https://github.com/rust-lang/rust/issues/125578.
Not yet fully verified, but this removal was there
before and got lost when comments were added
between versions.
uv: Add uv version 0.5.8
TODO: Fails to build because the crate has two git dependencies.
uv is an extremely fast Python package and project manager written in
Rust. It aims to replace a variety of tools such as pip, pip-tools,
pipx, poetry, pyenv, twine, and virtualenv with a single, unified
interface.
uv features 10-100x faster performance compared to pip, and provides
installation and management of Python versions, running and installing
Python applications, and support for inline dependency metadata in
scripts. It offers comprehensive project management with a universal
lockfile, a pip-compatible interface for a performance boost with a
familiar CLI, and support for Cargo-style workspaces for scalable
projects. uv is also disk-space efficient, with a global cache for
dependency deduplication.
go124: say hello to Go 1.24rc1.
For platforms that bootstrap using binaries, this needs the latest
go-bin from wip (1.22.10). I asked for permission to commit before the
freeze.
wip/netkit-telent: remove redundant substitution
Both the package Makefile and patches/patch-configure comment out the
definition of WARNINGS in configure. Remove the redundant
substitution in Makefile, since it has no effect after the patch and
the patch has additional changes that should be retained.