Received: by mail.netbsd.org (Postfix, from userid 605) id E1F3284DCF; Fri, 7 Feb 2020 08:39:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 699D384D5A for ; Fri, 7 Feb 2020 08:39:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Kp-wA0bxbbDt for ; Fri, 7 Feb 2020 08:39:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BE2B684CEF for ; Fri, 7 Feb 2020 08:39:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1A46FBF4; Fri, 7 Feb 2020 08:39:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581064759136170" MIME-Version: 1.0 Date: Fri, 7 Feb 2020 08:39:19 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20200207083919.B1A46FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1581064759136170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Fri Feb 7 08:39:19 UTC 2020 Modified Files: pkgsrc/emulators/qemu: Makefile options.mk Log Message: qemu: Disable spice by default There are bugs to solve first. Requested by maxv@. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 pkgsrc/emulators/qemu/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/emulators/qemu/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581064759136170 Content-Disposition: inline Content-Length: 1110 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/qemu/Makefile diff -u pkgsrc/emulators/qemu/Makefile:1.231 pkgsrc/emulators/qemu/Makefile:1.232 --- pkgsrc/emulators/qemu/Makefile:1.231 Thu Feb 6 23:23:21 2020 +++ pkgsrc/emulators/qemu/Makefile Fri Feb 7 08:39:19 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.231 2020/02/06 23:23:21 kamil Exp $ +# $NetBSD: Makefile,v 1.232 2020/02/07 08:39:19 kamil Exp $ DISTNAME= qemu-4.2.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/emulators/qemu/options.mk diff -u pkgsrc/emulators/qemu/options.mk:1.7 pkgsrc/emulators/qemu/options.mk:1.8 --- pkgsrc/emulators/qemu/options.mk:1.7 Thu Feb 6 22:01:37 2020 +++ pkgsrc/emulators/qemu/options.mk Fri Feb 7 08:39:19 2020 @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.7 2020/02/06 22:01:37 kamil Exp $ +# $NetBSD: options.mk,v 1.8 2020/02/07 08:39:19 kamil Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qemu PKG_SUPPORTED_OPTIONS= gtk3 sdl spice -PKG_SUGGESTED_OPTIONS+= spice +PKG_SUGGESTED_OPTIONS+= .include "../../mk/bsd.fast.prefs.mk" --_----------=_1581064759136170--