Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 16:30:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237283] emultators/qemu-devel: fix noX and noOpenGL builds
Message-ID:  <bug-237283-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237283

            Bug ID: 237283
           Summary: emultators/qemu-devel: fix noX and noOpenGL builds
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: sbruno@FreeBSD.org

We noted in the FreeBSD cluster that qemu-devel fails to build as it declar=
es
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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- 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=3D          cpe gl gmake gnome pkgconfig bison perl5 python:2.7,build
tar:xz
+USES=3D          cpe gmake gnome pkgconfig bison perl5 python:2.7,build ta=
r:xz
 USE_GNOME=3D     cairo glib20 libxml2
 USE_PERL5=3D     build
 USE_XORG=3D      pixman

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237283-7788>