Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2019 10:48:24 +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: r508158 - head/emulators/qemu2
Message-ID:  <201908051048.x75AmOap044886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Aug  5 10:48:24 2019
New Revision: 508158
URL: https://svnweb.freebsd.org/changeset/ports/508158

Log:
  emulators/qemu2: Mark DEPRECATED
  
  - qemu 3.X branch in the tree seems like stable as no major complainnt has
    beeen reached and there has been no commit to 2.X ranch since last 13
    months. 3.1.X will be updated shortly after build completes
  - USES=gl is not always needed [1]
  
  PR:		238364 [1]
  Submitted by:	pizzamig [1]

Modified:
  head/emulators/qemu2/Makefile

Modified: head/emulators/qemu2/Makefile
==============================================================================
--- head/emulators/qemu2/Makefile	Mon Aug  5 10:46:03 2019	(r508157)
+++ head/emulators/qemu2/Makefile	Mon Aug  5 10:48:24 2019	(r508158)
@@ -14,17 +14,19 @@ COMMENT=	QEMU CPU Emulator
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Latest 3.X branch is in ports tree
+EXPIRATION_DATE=2019-09-04
 BROKEN_powerpc64=	fails to compile: In function aio_bh_poll: internal compiler error: Segmentation fault
 
 LIB_DEPENDS=	libnettle.so:security/nettle \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		cpe gl gmake gnome pkgconfig bison perl5 python:build tar:xz
+USES=		cpe gmake gnome pkgconfig bison perl5 python:build tar:xz
 USE_GNOME=	cairo libxml2
 USE_PERL5=	build
 
-PORTSCOUT=      limit:^2\.
+PORTSCOUT=	limit:^2\.
 
 HAS_CONFIGURE=	yes
 MAKE_ENV+=	BSD_MAKE="${MAKE}" V=1
@@ -58,12 +60,13 @@ GTK3_LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon \
 			libdrm.so:graphics/libdrm \
 			libpcre2-8.so:devel/pcre2
 GTK3_USE=	GL=gbm GNOME=gdkpixbuf2,gtk30,vte3 XORG=x11,xext
-GTK3_USES=	gettext
+GTK3_USES=	gettext gl
 JPEG_USES=		jpeg
 JPEG_CONFIGURE_OFF=	--disable-vnc-jpeg
 NCURSES_USES=		ncurses:base
 OPENGL_CONFIGURE_OFF=	--disable-opengl
 OPENGL_USE=	GL=glu
+OPENGL_USES=		gl
 PCAP_CONFIGURE_ON=	--enable-pcap
 PCAP_EXTRA_PATCHES=	${FILESDIR}/pcap-patch ${FILESDIR}/pcap-patch-net_net.c \
 			${FILESDIR}/pcap-patch-net_clients.h



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