Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2016 16:56:03 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418045 - head/emulators/qemu-devel
Message-ID:  <201607041656.u64Gu3IR085844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Jul  4 16:56:03 2016
New Revision: 418045
URL: https://svnweb.freebsd.org/changeset/ports/418045

Log:
  emulators/qemu-devel: Fix OPTIONS knob for NO_X11
  
  - This patch fixes the unecessary build of X11 for NO_X11
  
  Submitted by:	olgeni

Modified:
  head/emulators/qemu-devel/Makefile

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Mon Jul  4 16:48:15 2016	(r418044)
+++ head/emulators/qemu-devel/Makefile	Mon Jul  4 16:56:03 2016	(r418045)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qemu
 DISTVERSION=	2.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	http://wiki.qemu.org/download/
 PKGNAMESUFFIX=	-devel
@@ -16,8 +16,8 @@ LICENSE=	GPLv2
 HAS_CONFIGURE=	yes
 USES=		cpe gmake pkgconfig bison perl5 python:2,build tar:bzip2
 USE_PERL5=	build
-USE_XORG=	pixman x11 xext
-USE_GNOME+=	cairo gdkpixbuf2 glib20
+USE_XORG=	pixman
+USE_GNOME+=	cairo glib20
 MAKE_ENV+=	BSD_MAKE="${MAKE}"
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
 
@@ -37,7 +37,7 @@ X86_TARGETS_DESC=	Build only x86 system 
 STATIC_LINK_DESC=	Statically link the executables
 OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP GNS3
 OPTIONS_SUB=	yes
-X11_USE=	SDL=sdl
+X11_USE=	SDL=sdl XORG=x11,xext GNOME=gdkpixbuf2
 X11_CONFIGURE_ON=	--enable-sdl
 X11_CONFIGURE_OFF=	--disable-sdl
 GTK2_USE=	GNOME=gtk20,vte



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