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: Sun Aug 30 20:25:18 UTC 2026
Modified Files:
pkgsrc/emulators/nono: Makefile distinfo
Added Files:
pkgsrc/emulators/nono: options.mk
Log Message:
nono: update to 1.8.3.
add options.mk for alsa and pulseaudio
https://gist.github.com/tsutsui/4d2f78d001871479e7e5a68695606952
1.8.3 (2026/08/29)
build(New): "Migrated to C++17."
m68030(Fix): "Fix access to the cache-inhibited area. This fixes the issue where 4.4BSD failed to boot since ver 1.6.6."
vm(Fix): "Fix and adjust "out of tune" mark on SSG monitor."
vm(Update): "In CLI app, power-off sequence on the system port also makes power button off on X68030."
debugger(Fix): "Fix branch information for DJNZ on HD64180."
debugger(Fix): "Fix mnemonic of LD r,(IX+d) / LD (IX+d),r where r is H/L on HD64180."
debugger(New): "Implement bt command."
vm(Update): "MSX-DOS mode now can pass command line arguments to the guest command."
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/emulators/nono/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/nono/options.mk
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.70 pkgsrc/emulators/nono/Makefile:1.71
--- pkgsrc/emulators/nono/Makefile:1.70 Sat Jul 25 15:06:59 2026
+++ pkgsrc/emulators/nono/Makefile Sun Aug 30 20:25:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2026/07/25 15:06:59 jun Exp $
+# $NetBSD: Makefile,v 1.71 2026/08/30 20:25:17 jun Exp $
-DISTNAME= nono-1.8.2
+DISTNAME= nono-1.8.3
CATEGORIES= emulators
MASTER_SITES= https://www.pastel-flower.jp/~isaki/nono/archive/
@@ -23,6 +23,9 @@ NO_BIN_ON_FTP= ${RESTRICTED}
USE_TOOLS+= awk:build xgettext
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+USE_CXX_FEATURES= c++17
+
+.include "options.mk"
INSTALLATION_DIRS+= share/doc/nono
Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.51 pkgsrc/emulators/nono/distinfo:1.52
--- pkgsrc/emulators/nono/distinfo:1.51 Sat Jul 25 15:06:59 2026
+++ pkgsrc/emulators/nono/distinfo Sun Aug 30 20:25:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2026/07/25 15:06:59 jun Exp $
+$NetBSD: distinfo,v 1.52 2026/08/30 20:25:17 jun Exp $
-BLAKE2s (nono-1.8.2.tar.gz) = 9e2f3d615ee8c4e26c352d1cd4bf56d705a9000e291aaf4a56af1b8821117dac
-SHA512 (nono-1.8.2.tar.gz) = c04e76c6e3a94546d76847465278b0eafecb14d69b2dd187d1394761aac7e57f57affe73b2743221790db645e51820ae185012c87d1e0640c2fe41ef3f314cb5
-Size (nono-1.8.2.tar.gz) = 3696962 bytes
+BLAKE2s (nono-1.8.3.tar.gz) = 6ec09d75c3690cc0dbd63dd26badaf5f2ad7371e0622518d8064fb1b414b6383
+SHA512 (nono-1.8.3.tar.gz) = ab54c516f47b933ce18b9ddeef6c5894b11d37ec6ffc0b428a9d7f026b3fc196e18be1b2b84538051b702e4f081b4622bd0c665f1e27be0a6f9f827163c4c7ed
+Size (nono-1.8.3.tar.gz) = 3750223 bytes
Added files:
Index: pkgsrc/emulators/nono/options.mk
diff -u /dev/null pkgsrc/emulators/nono/options.mk:1.1
--- /dev/null Sun Aug 30 20:25:18 2026
+++ pkgsrc/emulators/nono/options.mk Sun Aug 30 20:25:18 2026
@@ -0,0 +1,20 @@
+# $NetBSD: options.mk,v 1.1 2026/08/30 20:25:18 jun Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.nono
+
+PKG_SUPPORTED_OPTIONS+= alsa pulseaudio
+PKG_SUGGESTED_OPTIONS=
+PKG_SUGGESTED_OPTIONS.Linux+= alsa pulseaudio
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Malsa)
+CONFIGURE_ARGS+= --with-alsa
+.include "../../audio/alsa-lib/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mpulseaudio)
+USE_TOOLS+= pkg-config
+CONFIGURE_ARGS+= --enable-pulseaudio
+.include "../../audio/pulseaudio/buildlink3.mk"
+.endif
Home |
Main Index |
Thread Index |
Old Index