Sun Feb 25 20:37:44 2024 UTC (92d)
0.7.0 (2024-02-21)

vm(New): "Start to support virt68k."
vm(Fix): "Fix problem that the interrupt acknowledge didn't handle correctly when two Nereid boards are installed simul
taneously."
vm(Fix): "Fix several spurious interrupts on resetting on various devices."
vm(Fix): "Implement MIE on X68030 SCC."
vm(Fix): "Fix not to update TxDR on starting the timer on X68030 MFP."
vm(Fix): "Fix several accesses to CRTC on X68030."
vm(Update): "Fix and rearrange whole bus access. Some device wait may be changed intentionally or unintentionally."
vm(Update): "Rearrange the power devices on all architecture."
app(New): "Graphic rendering now can use AVX2 on amd64."
app(Update): "-X option is changed to accept only one argument if -H is not specified."
app(Update): "Configuration item exec-file and exec-arg are added."
app(Update): "--initrd option and configuration item exec-initrd are added."
app(Update): "Path beginning of '~' in the configuration file is replaced to the home directory."
app(Fix): "-Lhelp can be displayed even if -X is specified."


(jun)
diff -r1.33 -r1.34 pkgsrc/emulators/nono/Makefile
diff -r1.24 -r1.25 pkgsrc/emulators/nono/distinfo

cvs diff -r1.33 -r1.34 pkgsrc/emulators/nono/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/nono/Makefile 2024/01/08 02:41:18 1.33
+++ pkgsrc/emulators/nono/Makefile 2024/02/25 20:37:44 1.34
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.33 2024/01/08 02:41:18 jun Exp $ 1# $NetBSD: Makefile,v 1.34 2024/02/25 20:37:44 jun Exp $
2 2
3DISTNAME= nono-0.6.4 3DISTNAME= nono-0.7.0
4#PKGREVISION= 1 4#PKGREVISION= 1
5CATEGORIES= emulators 5CATEGORIES= emulators
6MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/ 6MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.pastel-flower.jp/~isaki/nono/ 9HOMEPAGE= http://www.pastel-flower.jp/~isaki/nono/
10COMMENT= OMRON LUNA-I/LUNA-88K (and SHARP X68030) emulator 10COMMENT= OMRON LUNA-I/LUNA-88K (and SHARP X68030) emulator
11LICENSE= nono-license AND fsharp-license # nono uses X68030 IPLROM image 11LICENSE= nono-license AND fsharp-license # nono uses X68030 IPLROM image
12 12
13# Honor pkgsrc settings. Don't use -Werror. 13# Honor pkgsrc settings. Don't use -Werror.
14MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} 14MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
15MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q} 15MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q}
16MAKE_FLAGS+= LDFLAGS="${LDFLAGS} -pthread" 16MAKE_FLAGS+= LDFLAGS="${LDFLAGS} -pthread"

cvs diff -r1.24 -r1.25 pkgsrc/emulators/nono/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/nono/distinfo 2024/01/08 02:41:18 1.24
+++ pkgsrc/emulators/nono/distinfo 2024/02/25 20:37:44 1.25
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.24 2024/01/08 02:41:18 jun Exp $ 1$NetBSD: distinfo,v 1.25 2024/02/25 20:37:44 jun Exp $
2 2
3BLAKE2s (nono-0.6.4.tar.gz) = 5bbccef209d9d67a4a8a6d77654e7c2f6147ad03df1c3300bdaf8a85f9d9bde6 3BLAKE2s (nono-0.7.0.tar.gz) = d85f8c343b301297e0c3ea7e851c4e4d1f8a655cfe71965c986bd18fe628d5bb
4SHA512 (nono-0.6.4.tar.gz) = 31a9da5ae3fc67a304f047b12ad9120cf5fb54411f00c23c3b63f06aed1e24c389ce58c400a465c98d3cf1c35572d2595ac4b526c0441955f98becf49de27b4c 4SHA512 (nono-0.7.0.tar.gz) = 5ec915cdfc27ee9439ba7d8a7db6d05e917b03af340c9b14fa0c9dca9a06c9713ac0f8fcf013bf48b41cfbe0a2e8be43f40cb759ddd334c3e4d15cf3a5ddfd38
5Size (nono-0.6.4.tar.gz) = 3224619 bytes 5Size (nono-0.7.0.tar.gz) = 3268612 bytes
6SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3 6SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
7SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13 7SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
8SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010 8SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010