Received: by mail.netbsd.org (Postfix, from userid 605) id 52E4384FF8; Tue, 9 Jan 2024 12:09:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 80C9B84F0B for ; Tue, 9 Jan 2024 12:09:15 +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 VXxT1Asf88Ww for ; Tue, 9 Jan 2024 12:09:15 +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 1505C84D57 for ; Tue, 9 Jan 2024 12:09:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F684FA42; Tue, 9 Jan 2024 12:09:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704802155146790" MIME-Version: 1.0 Date: Tue, 9 Jan 2024 12:09:15 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/emulators To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240109120915.0F684FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704802155146790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Jan 9 12:09:14 UTC 2024 Modified Files: pkgsrc/emulators: Makefile Log Message: emulators: Enable fs-uae-qemu-uae To generate a diff of this commit: cvs rdiff -u -r1.355 -r1.356 pkgsrc/emulators/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704802155146790 Content-Disposition: inline Content-Length: 635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/Makefile diff -u pkgsrc/emulators/Makefile:1.355 pkgsrc/emulators/Makefile:1.356 --- pkgsrc/emulators/Makefile:1.355 Tue Nov 14 20:02:01 2023 +++ pkgsrc/emulators/Makefile Tue Jan 9 12:09:14 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.355 2023/11/14 20:02:01 nia Exp $ +# $NetBSD: Makefile,v 1.356 2024/01/09 12:09:14 ryoon Exp $ # COMMENT= Emulators for other machines and systems @@ -72,6 +72,7 @@ SUBDIR+= freebsd_lib SUBDIR+= fs-uae SUBDIR+= fs-uae-arcade SUBDIR+= fs-uae-launcher +SUBDIR+= fs-uae-qemu-uae SUBDIR+= fuse-emulator SUBDIR+= fuse-emulator-utils SUBDIR+= gearboy --_----------=_1704802155146790--