lualoader: Added a menu option for unmuting logs.
Added a dedicated menu option for toggling the `boot_menu` kenv variable
so that the user can easily toggle `boot_menu` off to see the kernel
messages.
Useful for debugging, etc.
Also moved the `core.recordDefaults()` out of the end of core.lua and put
it on top of menu.lua . When the function ran at the end of core.lua, it
did not capture the variables defined in loader configuration files.
This is a small bug in base.
Signed-off-by: b-aaz <b-aazbsd at proton.me>
sysutils/kopia: Update 0.23.1
- Switch from GO_BUILDFLAGS to GO_LDFLAGS
- Use BuildInfo=${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R} instead of date
for better reproducibility.
ChangeLog: https://github.com/kopia/kopia/releases/tag/v0.23.1
games/openenroth: introduce some minor improvements and fixes
- Reflect currently required C++ standard (23) in the USES line
- Convert GH_ACCOUNT/GH_PROJECT/GH_TAGNAME/GH_SUBDIR lists into
GH_TUPLE which is shorter, more blame-friendly and thus easier
to maintain (assess changes)
- Depend on `math/fast_float' implementation from the ports
- Try to unbreak the build against Clang 21.1.8 by initializing
const pointer and explicitly invoking operator bool() when
asserting unique_ptr
Reported by: pkg-fallout