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 "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3D0C67A16B for ; Tue, 17 Jan 2017 09:10:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AB2A28568B; Tue, 17 Jan 2017 09:10:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3AF0A85682 for ; Tue, 17 Jan 2017 09:10:12 +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 nWYKezy_V34z for ; Tue, 17 Jan 2017 09:10:11 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 98E0884CFD for ; Tue, 17 Jan 2017 09:10:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8BE83FBA6; Tue, 17 Jan 2017 09:10:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148464421116570" MIME-Version: 1.0 Date: Tue, 17 Jan 2017 09:10:11 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20170117091011.8BE83FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148464421116570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Tue Jan 17 09:10:11 UTC 2017 Modified Files: pkgsrc/emulators/qemu: Makefile Log Message: qemu requires resize_term and wide curses. Thanks to kamil@ and sorry to pgoyette@. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 pkgsrc/emulators/qemu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148464421116570 Content-Disposition: inline Content-Length: 687 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.162 pkgsrc/emulators/qemu/Makefile:1.163 --- pkgsrc/emulators/qemu/Makefile:1.162 Sun Jan 8 02:26:47 2017 +++ pkgsrc/emulators/qemu/Makefile Tue Jan 17 09:10:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2017/01/08 02:26:47 kamil Exp $ +# $NetBSD: Makefile,v 1.163 2017/01/17 09:10:11 roy Exp $ DISTNAME= qemu-2.8.0 PKGREVISION= 1 @@ -17,6 +17,7 @@ NOT_FOR_PLATFORM+= NetBSD-1.[0-6]*-* NOT_FOR_PLATFORM+= NetBSD-5*-* USE_TOOLS+= bison gmake makeinfo perl:build pkg-config +USE_CURSES= resize_term wide FAKE_NCURSES= yes UNLIMIT_RESOURCES= datasize HAS_CONFIGURE= yes --_----------=_148464421116570--