Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id F0F7A1A921F for ; Tue, 15 Dec 2020 16:50:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 62A2084D5F; Tue, 15 Dec 2020 16:50:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9CDA684D5B for ; Tue, 15 Dec 2020 16:50:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id npOCkiaYcg1A for ; Tue, 15 Dec 2020 16:50:09 +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 EDE5E84CE2 for ; Tue, 15 Dec 2020 16:50:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1C74FA9D; Tue, 15 Dec 2020 16:50:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16080510085740" MIME-Version: 1.0 Date: Tue, 15 Dec 2020 16:50:08 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20201215165008.E1C74FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16080510085740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Dec 15 16:50:08 UTC 2020 Modified Files: pkgsrc/emulators/qemu: Makefile options.mk Log Message: qemu: enable spice by default. Proposed without objections on tech-pkg in https://mail-index.netbsd.org/tech-pkg/2020/11/01/msg023995.html PKGREVISION++ To generate a diff of this commit: cvs rdiff -u -r1.257 -r1.258 pkgsrc/emulators/qemu/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/emulators/qemu/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16080510085740 Content-Disposition: inline Content-Length: 1145 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.257 pkgsrc/emulators/qemu/Makefile:1.258 --- pkgsrc/emulators/qemu/Makefile:1.257 Fri Dec 4 20:45:17 2020 +++ pkgsrc/emulators/qemu/Makefile Tue Dec 15 16:50:08 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.257 2020/12/04 20:45:17 nia Exp $ +# $NetBSD: Makefile,v 1.258 2020/12/15 16:50:08 maya Exp $ DISTNAME= qemu-5.1.0 -PKGREVISION= 10 +PKGREVISION= 11 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.12 pkgsrc/emulators/qemu/options.mk:1.13 --- pkgsrc/emulators/qemu/options.mk:1.12 Sun Sep 27 21:27:27 2020 +++ pkgsrc/emulators/qemu/options.mk Tue Dec 15 16:50:08 2020 @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.12 2020/09/27 21:27:27 jakllsch Exp $ +# $NetBSD: options.mk,v 1.13 2020/12/15 16:50:08 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qemu PKG_SUPPORTED_OPTIONS= debug-info gtk3 iscsi sdl spice -PKG_SUGGESTED_OPTIONS+= iscsi +PKG_SUGGESTED_OPTIONS+= iscsi spice .include "../../mk/bsd.fast.prefs.mk" --_----------=_16080510085740--