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: Mon Mar 31 05:13:47 UTC 2025
Modified Files:
pkgsrc/emulators/nono: Makefile distinfo
Removed Files:
pkgsrc/emulators/nono/patches: patch-cli_Makefile patch-po_Makefile
patch-wx_Makefile
Log Message:
1.4.0 (2025/03/30)
vm(New): "Implement HD647180 ASCI (Asynchronous Serial Communication Interface)."
vm(Fix): "Fix an issue that keyboard LED changes may not be reflected in the software keyboard window on X68030."
host(New): "Implement run-time switching of the network and serial host driver."
app(Update): "Change hostcom-driver=cons to hostcom-driver=console (cons is still available)."
GUI(Fix): "Fix an issue that the title might not change after leaving mouse mode."
GUI(Fix): "Fix abnormal terminations caused by status panel width."
GUI(Fix): "Fix an issue that changing the font size while the log monitor is displayed might cause an abnormal termination."
GUI(Fix): "Fix an issue that changing the font size might break layout on the log monitor and LCD monitor."
GUI(Fix): "Fix several issues that drawing window might cause abnormal termination."
GUI(Fix): "Adjust button size on the memory monitor."
GUI(Update): "Adjust main window layout when the window is shrunk."
GUI(Update): "Adjust initial size of memory monitorand bitmap monitor."
GUI(Update): "Adjust window stretch of memory monitor, log monitor, history monitor and vector monitor."
pkgsrc:
fixed https://github.com/isaki68k/nono-issue/issues/154
delete patch-cli_Makefile, patch-po_Makefile, patch-wx_Makefile.
- ${INSTALL} -m 755 -o 0 -g 0 nono-cli ${DESTDIR}${BINDIR}
+ ${INSTALL_PROGRAM} nono-cli ${DESTDIR}${BINDIR}
- ${INSTALL} -m 644 -o 0 -g 0 ${L}/nono.mo ${DESTDIR}${LOCALEDIR}/${L}/${CAT}
+ ${INSTALL_DATA} ${L}/nono.mo ${DESTDIR}${LOCALEDIR}/${L}/${CAT}
- ${INSTALL} -m 755 -o 0 -g 0 nono ${DESTDIR}${BINDIR}
+ ${INSTALL_PROGRAM} nono ${DESTDIR}${BINDIR}
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/emulators/nono/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/emulators/nono/patches/patch-cli_Makefile \
pkgsrc/emulators/nono/patches/patch-po_Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/nono/patches/patch-wx_Makefile
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.50 pkgsrc/emulators/nono/Makefile:1.51
--- pkgsrc/emulators/nono/Makefile:1.50 Mon Mar 3 12:25:03 2025
+++ pkgsrc/emulators/nono/Makefile Mon Mar 31 05:13:47 2025
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2025/03/03 12:25:03 jun Exp $
-
-DISTNAME= nono-1.3.0
-PKGREVISION= 1
+# $NetBSD: Makefile,v 1.51 2025/03/31 05:13:47 jun Exp $
+DISTNAME= nono-1.4.0
CATEGORIES= emulators
MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/
@@ -15,12 +13,10 @@ LICENSE= nono-license AND fsharp-license
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} -DRELEASE
MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q}
MAKE_FLAGS+= LDFLAGS="${LDFLAGS} -pthread"
-
MAKE_FLAGS+= BINOWN=${BINOWN}
MAKE_FLAGS+= BINGRP=${BINGRP}
-RESTRICTED= License disallows binary redistribution
-
+RESTRICTED= License disallows binary redistribution
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.36 pkgsrc/emulators/nono/distinfo:1.37
--- pkgsrc/emulators/nono/distinfo:1.36 Mon Mar 3 12:25:03 2025
+++ pkgsrc/emulators/nono/distinfo Mon Mar 31 05:13:47 2025
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.36 2025/03/03 12:25:03 jun Exp $
+$NetBSD: distinfo,v 1.37 2025/03/31 05:13:47 jun Exp $
-BLAKE2s (nono-1.3.0.tar.gz) = d3994b85a1c4e49567ea7e7c2bba8359af25960f91c15f3ddddc8bbee77446c8
-SHA512 (nono-1.3.0.tar.gz) = 0579166c19c832e1e6fc2360e71d54a8455709caf1a3737c1124748e7e7d57da6181a0e140c175afcb04370c448590b8c7a1269ccb9497748369ab26ae2a5e58
-Size (nono-1.3.0.tar.gz) = 3465236 bytes
-SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
-SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
-SHA1 (patch-wx_Makefile) = 21be95c9c4214ae58271ec7142870f90f9a68cf3
+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
Home |
Main Index |
Thread Index |
Old Index