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)
Allows to only install qemu-ga (which only depends on glib2) in a KVM
vm, which permits to interact with the guest from a host, cf examples at
http://www.undeadly.org/cgi?action=article;sid=20200514073852
From MAINTAINER Brad Smith
with a tweak from and ok sthen@
- remove the custom install (which wasn't even picking up all the right
stuff to install anymore)
- add a patch to allow doxygen to be turned off
- turn off doxygen and valgrind so they aren't picked up at config time
and then junked at build time causing problems
Special thanks to Anders Gavare (upstream) for making luna88k work in this
release by fixing some key bugs.
ok fcambus@
other than the usual "python3/<blank>" python version selection and
remove setting MODPY_VERSION=${MODPY_DEFAULT_VERSION_3} again from the
affected ports.
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.