sysutils/azure-agent: update to 2.15.0.1
Other minor changes:
* Bring in upstream patch to fix detection of cloud-init on FreeBSD
* Setup the test suite
Approved by: weh at microsoft.com (maintainer timeout), lwhsu (mentor, implicitly)
games/kodi-addon-game.libretro*,multimedia/kodi-addon*: update ports to latest kodi version
unbreaks and undeprecates games/kodi-addon-game.libretro
PR: 294761
PR: 294242
(cherry picked from commit b9c7ff8c41cc89fc10e6c5ae1b6dd4b74b0bbb91)
misc/llama-cpp: Multiple changes
1. Allow for multiple models to be selected at the run-time
2. Remove the leftover VULKAN option. VULKAN is enabled in misc/ggml.
PR: 294795 (allow multiple models at run-time)
Requested by: Ivan Rozhuk <rozhuk.im at gmail.com>
java/sqlitejdbc: little cleanup
- bump portrevision so new packages with the deprecation annotation
and expiration date are build
- be a bit more pedantic about the 3 months expiration date so we are
sure the next quarterly branch contains this package
- mark as conflicting with the new port, they install the same
.so library file
PR: 293491
Approved-by: maintainer timeout (Lapo Luchini)
*/*: Replace CONFIGURE_ARGS with MESON_ARGS
Meson based ports that uses CONFIGURE_ARGS "works" as MESON_ARGS is
appended however framework and documentation expects that MESON_ARGS
is used for Meson based ports
PR: 294808
Approved by: blanket
Mk/Uses/meson.mk: Silence warning during do-configure stage
Add setup to CONFIGURE_ARGS to silence following warning:
"WARNING: Running the setup command as `meson [options]` instead of
`meson setup [options]` is ambiguous and deprecated."
While at it add a safeguard when CONFIGURE_ARGS is used instead of
MESON_ARGS
PR: 294808
Reviewed by: desktop (arrowd), previous interation
games/openttd: update: 15.2 -> 15.3
<ChangeLog>
- Fix: Conditional orders could require a maximum reliability over
100% (#15409)
- Fix: Improve appearance of toolbars and main menu images/text with
some non-default base sets (#15402)
- Fix: [Script] IsBuildableRectangle for a 0x0 tile should return
false (#15357)
- Fix: Desync caused by train crashes (#15338)
- Fix: Incorrect scroll bar capacity for train details window total
cargo tab (#15329)
- Fix #15310: Crash caused by a helicopter running out of fuel near
map edge (#15311)
</ChangeLog>
PR: 294594
Approved by: danfe (maintainer)
Sponsored by: tipi.work
shells/xonsh: Fix short description
- Remove pkg name from COMMENT
Reported by: makc
Fixes: 171de8a6 ("shells/xonsh: Update short and long description")