Received: by mail.netbsd.org (Postfix, from userid 605) id D69AA84D4D; Sat, 17 Apr 2021 07:36:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E0E284D25 for ; Sat, 17 Apr 2021 07:36:54 +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 S6PQHKEz4BXf for ; Sat, 17 Apr 2021 07:36:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7891184CBC for ; Sat, 17 Apr 2021 07:36:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 719ECFA95; Sat, 17 Apr 2021 07:36:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618645013134250" MIME-Version: 1.0 Date: Sat, 17 Apr 2021 07:36:53 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/emulators/gxemul To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210417073653.719ECFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618645013134250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Apr 17 07:36:53 UTC 2021 Modified Files: pkgsrc/emulators/gxemul: Makefile PLIST distinfo Log Message: gxemul: Update to 0.6.3.1 Changelog: 20210215 Implementing the fadd.dss 88K instruction, and working a bit more on the exception cases in the xmem instruction. 20210220 Implementing mouse emulation support for the LUNA88K machine. Updating OpenBSD/sgi install instructions (6.5 -> 6.8), and including a screenshot of X11 running. 20210221 Handle return values from interrupted select() when checking for available console input. (Found when using CTRL-C on Linux to enter the debugger command line, and noticed that it was spuriously broken.) 20210222 Basic multiprocessor bootup of OpenBSD/luna88k now works, but it is slightly unstable. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/emulators/gxemul/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/emulators/gxemul/PLIST cvs rdiff -u -r1.63 -r1.64 pkgsrc/emulators/gxemul/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618645013134250 Content-Disposition: inline Content-Length: 3219 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/gxemul/Makefile diff -u pkgsrc/emulators/gxemul/Makefile:1.71 pkgsrc/emulators/gxemul/Makefile:1.72 --- pkgsrc/emulators/gxemul/Makefile:1.71 Sat Feb 20 14:24:58 2021 +++ pkgsrc/emulators/gxemul/Makefile Sat Apr 17 07:36:53 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2021/02/20 14:24:58 skrll Exp $ +# $NetBSD: Makefile,v 1.72 2021/04/17 07:36:53 ryoon Exp $ -DISTNAME= gxemul-0.6.3 +DISTNAME= gxemul-0.6.3.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxemul/} Index: pkgsrc/emulators/gxemul/PLIST diff -u pkgsrc/emulators/gxemul/PLIST:1.29 pkgsrc/emulators/gxemul/PLIST:1.30 --- pkgsrc/emulators/gxemul/PLIST:1.29 Mon Feb 22 14:03:35 2021 +++ pkgsrc/emulators/gxemul/PLIST Sat Apr 17 07:36:53 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2021/02/22 14:03:35 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.30 2021/04/17 07:36:53 ryoon Exp $ bin/gxemul man/man1/gxemul.1 share/doc/gxemul/20040504-ultrix45-boot1.png @@ -114,6 +114,10 @@ share/doc/gxemul/20190616-netbsd-playsta share/doc/gxemul/20190616-netbsd-playstation2-userland.png share/doc/gxemul/20190715-sgi-o2-linux-small.png share/doc/gxemul/20190715-sgi-o2-linux.png +share/doc/gxemul/20210222-openbsd-luna88k-mp-1-small.png +share/doc/gxemul/20210222-openbsd-luna88k-mp-1.png +share/doc/gxemul/20210222-openbsd-luna88k-mp-2-small.png +share/doc/gxemul/20210222-openbsd-luna88k-mp-2.png share/doc/gxemul/Doxyfile share/doc/gxemul/HISTORY share/doc/gxemul/LICENSE @@ -203,8 +207,12 @@ share/doc/gxemul/openbsd-luna88k-2021013 share/doc/gxemul/openbsd-luna88k-20210130.png share/doc/gxemul/openbsd-luna88k-20210209-small.png share/doc/gxemul/openbsd-luna88k-20210209.png +share/doc/gxemul/openbsd-luna88k-20210220-small.png +share/doc/gxemul/openbsd-luna88k-20210220.png share/doc/gxemul/openbsd-pmax-20040710.png share/doc/gxemul/openbsd-pmax-20040710_small.png +share/doc/gxemul/openbsd-sgi-x-20210220-small.png +share/doc/gxemul/openbsd-sgi-x-20210220.png share/doc/gxemul/sgi-o2-real.jpg share/doc/gxemul/sgi-o2-real_small.jpg share/doc/gxemul/simplified_dyntrans.png Index: pkgsrc/emulators/gxemul/distinfo diff -u pkgsrc/emulators/gxemul/distinfo:1.63 pkgsrc/emulators/gxemul/distinfo:1.64 --- pkgsrc/emulators/gxemul/distinfo:1.63 Mon Feb 22 14:03:35 2021 +++ pkgsrc/emulators/gxemul/distinfo Sat Apr 17 07:36:53 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.63 2021/02/22 14:03:35 ryoon Exp $ +$NetBSD: distinfo,v 1.64 2021/04/17 07:36:53 ryoon Exp $ -SHA1 (gxemul-0.6.3.tar.gz) = 433b26f34205924c4a0febd37ed9df3769da0111 -RMD160 (gxemul-0.6.3.tar.gz) = c155accc030fc63002be3a72aae1e6b33d027878 -SHA512 (gxemul-0.6.3.tar.gz) = 30bdb926ab180a44b277b734d5ff4d31b8f0a8b580c6976226f6ed1952cb50d16e18591591d6aeee243c5b3e9d27b71d24a3cba3906bcb332399f46a1ebd8ac5 -Size (gxemul-0.6.3.tar.gz) = 6024573 bytes +SHA1 (gxemul-0.6.3.1.tar.gz) = 30699f04c5a18c34b738c17304dad0d3e47e1f38 +RMD160 (gxemul-0.6.3.1.tar.gz) = c9c4466445093abf1d111d4b66107d318cb274b4 +SHA512 (gxemul-0.6.3.1.tar.gz) = b750a53c764245d2c02147beefdac4f44f1e6bad0f390a2300b3907b312d59a41fa8f6de612494627366f1787e49174acfc9113263901af878fab8e925b0645e +Size (gxemul-0.6.3.1.tar.gz) = 6144125 bytes --_----------=_1618645013134250--