Received: by mail.netbsd.org (Postfix, from userid 605) id 9290084DBF; Wed, 13 Feb 2019 05:22:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A68984DB1 for ; Wed, 13 Feb 2019 05:22:23 +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 xxn6k-cDOqSM for ; Wed, 13 Feb 2019 05:22:22 +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 9953C84C81 for ; Wed, 13 Feb 2019 05:22:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E201FB16; Wed, 13 Feb 2019 05:22:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155003534248610" MIME-Version: 1.0 Date: Wed, 13 Feb 2019 05:22:22 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/emulators To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20190213052222.8E201FB16@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. --_----------=_155003534248610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Wed Feb 13 05:22:22 UTC 2019 Modified Files: pkgsrc/emulators: Makefile Log Message: emulators: + haxm To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293 pkgsrc/emulators/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155003534248610 Content-Disposition: inline Content-Length: 596 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/Makefile diff -u pkgsrc/emulators/Makefile:1.292 pkgsrc/emulators/Makefile:1.293 --- pkgsrc/emulators/Makefile:1.292 Wed Feb 6 11:18:43 2019 +++ pkgsrc/emulators/Makefile Wed Feb 13 05:22:22 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.292 2019/02/06 11:18:43 nia Exp $ +# $NetBSD: Makefile,v 1.293 2019/02/13 05:22:22 kamil Exp $ # COMMENT= Emulators for other operating systems @@ -82,6 +82,7 @@ SUBDIR+= gpsp-rpi SUBDIR+= gxemul SUBDIR+= handy_sdl SUBDIR+= hatari +SUBDIR+= haxm SUBDIR+= hercules SUBDIR+= hercules-images SUBDIR+= ia64sim --_----------=_155003534248610--