Bug 237283 - emulators/qemu-devel: fix noX and noOpenGL builds
Summary: emulators/qemu-devel: fix noX and noOpenGL builds
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-14 16:30 UTC by Sean Bruno
Modified: 2019-04-14 18:01 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Bruno freebsd_committer freebsd_triage 2019-04-14 16:30:48 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-14 17:56:54 UTC
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