We noted in the FreeBSD cluster that qemu-devel fails to build as it declares that it needs GL in its main "USES" stanza and then clears it in the OPENGL option. We applied the following locally to fix this: Index: emulators/qemu-devel/Makefile =================================================================== --- emulators/qemu-devel/Makefile (revision 498909) +++ emulators/qemu-devel/Makefile (working copy) @@ -21,7 +21,7 @@ libepoxy.so:graphics/libepoxy \ libpcre2-8.so:devel/pcre2 -USES= cpe gl gmake gnome pkgconfig bison perl5 python:2.7,build tar:xz +USES= cpe gmake gnome pkgconfig bison perl5 python:2.7,build tar:xz USE_GNOME= cairo glib20 libxml2 USE_PERL5= build USE_XORG= pixman
A commit references this bug: Author: bofh Date: Sun Apr 14 17:54:45 UTC 2019 New revision: 498941 URL: https://svnweb.freebsd.org/changeset/ports/498941 Log: emulators/qemu-devel: Remove OPTIONS GNS3 - Since 2.5.0 GNS3 patch iis no longer required - Fix noX and noOpenGL builds [1] PR: 237283 [1] Submitted by: sbruno [1] Changes: head/emulators/qemu-devel/Makefile