Add ONLY_FOR_ARCHS with a list of architectures that support JIT.
Keep ONLY_FOR_ARCHS = ${BE_ARCHS} for documentation support even if it
is now redundant. Maintainer holid^Wtimeout.
dropped dependency on libsndfile since this version uses libFLAC only, also
removed a few other libs from WANTLIB since they are also not necessary
according to `make lib-depends-check'
tested by Micah Muer < micah at fastmail.net >
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.
lang/ghc bits look ok to gnezdo@
ok sthen@ on the rest
- Hidden dependency spotted by tb@. Upstram patch to unbreak the build when
vulkan is present by me.
- Remove COMPILER because it is inherited by x11/qt5
- Regen WANTLIB
Maintainer timeout
===> Faking installation for qemu-6.0.0
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
env: bash: No such file or directory
(GIT="git" "/pobj/qemu-6.0.0/qemu-6.0.0/scripts/git-submodule.sh" ignore )
env: bash: No such file or directory
add support for:
- "guest-get-fsinfo"
- "guest-get-vcpus"
- "guest-network-get-interfaces"
taken/adapted from FreeBSD patchset at https://github.com/aborche/qemu-guest-agent/
Initial port patch from Jeroen Derks for qemu 5.1 (thanks!),
forward-ported to 6.0 by myself.
i still need to fixup qemu-ga default args and write a proper rc script..
ok Brad Smith (MAINTAINER)
v5 (bundled External/fmt).
Fix this by disabling the bundled fmt and picking up devel/fmt. BDEP as
this is statically linked.
Build and runtime tested by me briefly without new issues.
This was found by naddy@ during bulk build.
Remove local semaphore.h to keep it from accidentally being picked up
by libc++ headers in place of the system <semaphore.h>. We don't need
to emulate POSIX semaphores, we have the real thing in libc.
around emulated screens in fullscreen mode. GTK's white default background
color is rather unpleasant to stare at for longer periods of time.
ok bentley (maintainer)