Received: by mail.netbsd.org (Postfix, from userid 605) id 16CE384CD8; Sat, 4 Jan 2020 13:47:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9422984CD5 for ; Sat, 4 Jan 2020 13:47:00 +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 6KGS9La6sD4p for ; Sat, 4 Jan 2020 13:47:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1DDF084C81 for ; Sat, 4 Jan 2020 13:47:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16BF6FA97; Sat, 4 Jan 2020 13:47:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578145620230060" MIME-Version: 1.0 Date: Sat, 4 Jan 2020 13:47:00 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200104134700.16BF6FA97@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. --_----------=_1578145620230060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Jan 4 13:47:00 UTC 2020 Modified Files: pkgsrc/emulators/qemu: Makefile PLIST Log Message: Include xkbcommon unconditionally and directly to reduce PLIST divergence * Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 pkgsrc/emulators/qemu/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/emulators/qemu/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578145620230060 Content-Disposition: inline Content-Length: 1571 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.222 pkgsrc/emulators/qemu/Makefile:1.223 --- pkgsrc/emulators/qemu/Makefile:1.222 Sun Dec 15 18:35:25 2019 +++ pkgsrc/emulators/qemu/Makefile Sat Jan 4 13:46:59 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.222 2019/12/15 18:35:25 adam Exp $ +# $NetBSD: Makefile,v 1.223 2020/01/04 13:46:59 ryoon Exp $ DISTNAME= qemu-4.2.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz @@ -170,6 +171,7 @@ post-install: .include "../../lang/python/versioned_dependencies.mk" .include "../../security/libgcrypt/buildlink3.mk" .include "../../www/curl/buildlink3.mk" +.include "../../x11/libxkbcommon/buildlink3.mk" .include "../../x11/pixman/buildlink3.mk" .include "../../mk/curses.buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" Index: pkgsrc/emulators/qemu/PLIST diff -u pkgsrc/emulators/qemu/PLIST:1.63 pkgsrc/emulators/qemu/PLIST:1.64 --- pkgsrc/emulators/qemu/PLIST:1.63 Sun Dec 15 18:35:25 2019 +++ pkgsrc/emulators/qemu/PLIST Sat Jan 4 13:46:59 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.63 2019/12/15 18:35:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.64 2020/01/04 13:46:59 ryoon Exp $ bin/elf2dmp ${PLIST.ivshmem}bin/ivshmem-client ${PLIST.ivshmem}bin/ivshmem-server @@ -14,6 +14,7 @@ ${PLIST.hppa}bin/qemu-hppa ${PLIST.i386}bin/qemu-i386 bin/qemu-img bin/qemu-io +bin/qemu-keymap ${PLIST.m68k}bin/qemu-m68k ${PLIST.microblaze}bin/qemu-microblaze ${PLIST.microblazeel}bin/qemu-microblazeel --_----------=_1578145620230060--