Subject: CVS commit: pkgsrc/emulators/nono
From: Jun Ebihara
Date: 2025-03-31 07:13:47
Message id: 20250331051347.AF44EFBE1@cvs.NetBSD.org

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}

Files:
RevisionActionfile
1.51modifypkgsrc/emulators/nono/Makefile
1.37modifypkgsrc/emulators/nono/distinfo
1.3removepkgsrc/emulators/nono/patches/patch-cli_Makefile
1.3removepkgsrc/emulators/nono/patches/patch-po_Makefile
1.1removepkgsrc/emulators/nono/patches/patch-wx_Makefile