www/superhtml: explicitly set CPU
lang/zig default behaviour is to compile for the specific CPU on which it
runs. This specifies a more generic baseline CPU for amd64 and arm64.
Here's hoping that this fixes the issues observed with the binary in
current packages.
Don't hardcode the disklabel partition of the EFI System Partition in the
code that mounts it to copy over the Apple firmware. use chicken scratches
provided by deraadt@ instead to find it.
Fixes a problem with copying the firmware when doing an install as reported
bu caspar@ (who also tested an earlier version of the chicken scratches).
ok deraadt@
kpkpass: regen plist after shared-mime-info update, found by sthen
application-vnd-apple-pkpasses.xml backported the application/pkpasses mime
type from shared-mime-info 2.5's freedesktop.org.xml and as such is only
installed "if (SharedMimeInfo_VERSION_STRING VERSION_LESS 2.5)".
https://github.com/KDE/kpkpass/commit/2507c872ab1ab475b95b60802d610cee169974f2
add support for wakeup interrupts to bytgpio(4)
from John Troy who tested on a Lenovo IdeaPad 100S-11IBY
resuming from S0ix suspend with a lid open
ok kettenis@