archivers/unhare: new port
unhare extracts the filesystem that Bun embeds in a standalone
executable. It finds the bundle through the ELF section holding it, or
by scanning the whole file where there is no such section -- which is
what the Mach-O and PE executables Bun builds on other systems need --
and writes the bundled modules out as ordinary files.
PR: 298005
net-mgmt/semaphore: fix rc script config path
The rc script defaulted to semaphore_config.json, but the port installs
config.json, so the service did not start on a fresh installation.
Installations that created semaphore_config.json by hand can keep it via
semaphore_config in rc.conf.
Reported by: Niclas Wagner (via private mail)
Approved by: portmgr (runtime fix blanket)
Sponsored by: Netzkommune GmbH
audio/libg722: Update to 1.2.8
* Use upstream release archive as recommended by Porters Handbook
* Convert to using USES= cmake:testing helper
Initially submitted by Herbert J. Skuhra <herbert at gojira.at>
PR: 297204
emulators/yuzu: Mark BROKEN
Fails to build,
error: constructor for 'Shader::Maxwell::(anonymous namespace)::TranslatePass' must explicitly initialize the const member 'dummy_flow_block'
Reported by: pkg-fallout