pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/nono



Module Name:    pkgsrc
Committed By:   jun
Date:           Wed Apr 30 13:18:14 UTC 2025

Modified Files:
        pkgsrc/emulators/nono: Makefile distinfo

Log Message:
nono: update to 1.4.1.

1.4.1 (2025/04/30)

m88k: "Fix several exception priorities."
m88k: "Implement the illegal instruction exception."
m88k: "Fix several DMx registers upon a data access exception."
m88k: "Fix the behavior of the ld.d instruction when an exception occurred on the second word."
m88k: "Fix that PID and SXIP registers were writeable."
m88k: "Revert the search method inside the BATC/PATC to that of ver 0.6.1."
vm: "Implement an interrupt handler in the builtin emulated PROM on LUNA-88K. This fixes the issue where the hexdump command on the OpenBSD/luna88k boot loader was hanging when accessing the bus 
error region."
vm: "Modify and adjust the memory map on LUNA-88K."
vm: "Implement the SCSI bus transition from the selection phase to the message out phase. This fixes the abnormal termination while booting UniOS Mach. (But it doesn't work yet.)"
vm: "Change the handling of write-protected SCSI image files."
vm: "Support the LUNA-88K software keyboard(?). As a result of this, several internal keycodes on LUNA-I and X68030 are also moved."
debugger: "The breakpoint monitor now supports m88k."
debugger: "The breakpoint monitor now supports 1-byte instructions like HD64180."
debugger: "Fix the abnormal termination when a breakpoint has an invalid CPU name."
debugger: "The vector table now supports LUNA-88K."
debugger: "Change the syntax of the bv command."
debugger: "The bi command supports some mnemonics."
debugger: "Implement --bi and --bv options."
util/nvramedit: "Fix the file size of NVRAM.DAT."


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/emulators/nono/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/nono/Makefile
diff -u pkgsrc/emulators/nono/Makefile:1.52 pkgsrc/emulators/nono/Makefile:1.53
--- pkgsrc/emulators/nono/Makefile:1.52 Thu Apr 24 14:13:50 2025
+++ pkgsrc/emulators/nono/Makefile      Wed Apr 30 13:18:14 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2025/04/24 14:13:50 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/04/30 13:18:14 jun Exp $
 
-DISTNAME=      nono-1.4.0
-PKGREVISION=   1
+DISTNAME=      nono-1.4.1
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.pastel-flower.jp/~isaki/nono/archive/
 

Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.37 pkgsrc/emulators/nono/distinfo:1.38
--- pkgsrc/emulators/nono/distinfo:1.37 Mon Mar 31 05:13:47 2025
+++ pkgsrc/emulators/nono/distinfo      Wed Apr 30 13:18:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2025/03/31 05:13:47 jun Exp $
+$NetBSD: distinfo,v 1.38 2025/04/30 13:18:14 jun Exp $
 
-BLAKE2s (nono-1.4.0.tar.gz) = ebe79f69bbc634e12e8710b70a619df4f8e79fe05b95645ec2f51cd9be9575e7
-SHA512 (nono-1.4.0.tar.gz) = e87f86ffb642b43a41628e351bacd277b57ef9d2b57623e7c8b21d8a4cd405bae73714672288f48eef7f4769d206439887bd6ffabb04e522a5d5d64a0a3d933e
-Size (nono-1.4.0.tar.gz) = 3486088 bytes
+BLAKE2s (nono-1.4.1.tar.gz) = 94471818d40f40396c0e424180c27fbf1a27515eb2685d86819f87d52a006771
+SHA512 (nono-1.4.1.tar.gz) = 629db57b43ae975986b60e02fdc74413150dca97bd23616514413a84c7b3709824b08f032818f5f0376ed73a8d2f247b943c1191919b1cb810222ca8fb7ea954
+Size (nono-1.4.1.tar.gz) = 3485354 bytes



Home | Main Index | Thread Index | Old Index