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: Tue Jan 28 11:53:15 UTC 2025
Modified Files:
pkgsrc/emulators/nono: Makefile distinfo
Added Files:
pkgsrc/emulators/nono/patches: patch-vm_Makefile
Log Message:
nono: update to 1.2.0.
1.2.0 (2025/01/26)
host(New): "Add a usermode (SLIRP) to host network driver."
host(Update): "Change the behavior when hostnet-driver value is auto."
vm(Update): "Even if the CPU goes into STOP state during full speed mode, keep it if DMAC is active on X68030."
vm(Fix): "Fix problem that polling didn't resume when the drive select signal changed."
vm(Fix): "Fix virtio_net not receiving multicast packets."
vm(Fix): "Fix multicast hash on Lance(AM7990)."
vm(Fix): "Fix RTL8019AS whole receiving algorithm including multicast hash. "
vm(New): "Implement RSR.PHY bit on RTL8019AS."
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/emulators/nono/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/nono/patches/patch-vm_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.46 pkgsrc/emulators/nono/Makefile:1.47
--- pkgsrc/emulators/nono/Makefile:1.46 Thu Jan 23 11:08:48 2025
+++ pkgsrc/emulators/nono/Makefile Tue Jan 28 11:53:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/01/23 11:08:48 jun Exp $
+# $NetBSD: Makefile,v 1.47 2025/01/28 11:53:15 jun Exp $
-DISTNAME= nono-1.1.2
+DISTNAME= nono-1.2.0
CATEGORIES= emulators
MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/
@@ -35,5 +35,6 @@ post-install:
.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/wxGTK32/buildlink3.mk"
+.include "../../net/libslirp/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.32 pkgsrc/emulators/nono/distinfo:1.33
--- pkgsrc/emulators/nono/distinfo:1.32 Thu Jan 23 11:08:48 2025
+++ pkgsrc/emulators/nono/distinfo Tue Jan 28 11:53:15 2025
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.32 2025/01/23 11:08:48 jun Exp $
+$NetBSD: distinfo,v 1.33 2025/01/28 11:53:15 jun Exp $
-BLAKE2s (nono-1.1.2.tar.gz) = b7a4162c091bcfd5bedf40ac49d9fb50187091e134a470a5eab93eaa3d16f682
-SHA512 (nono-1.1.2.tar.gz) = 06308d89b1bcbf62bd82e23bee269c53d313730a2254878fa74c99059e1d303c3b29705dddff3f0ab9e3055e14f8e67d3b1eb7d8657e413c4442421b3302cfc2
-Size (nono-1.1.2.tar.gz) = 3412354 bytes
+BLAKE2s (nono-1.2.0.tar.gz) = a60925e1a1d043eb96fd83b789c9dc9187afe0960c41660cf5d7dd41f9ac2f8a
+SHA512 (nono-1.2.0.tar.gz) = 521981b17f4c26fecb324e0a63a1c8d9d188fc6447e24ed17ad39b0f51825ad0ad1caa8f558abf971ac581467a078c2e19f354d25c36cfff74c66304e00f5831
+Size (nono-1.2.0.tar.gz) = 3438086 bytes
SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3
SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13
+SHA1 (patch-vm_Makefile) = 537fd9adf4707c979944054d1f7bf1e68b3d3ee8
SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010
Added files:
Index: pkgsrc/emulators/nono/patches/patch-vm_Makefile
diff -u /dev/null pkgsrc/emulators/nono/patches/patch-vm_Makefile:1.1
--- /dev/null Tue Jan 28 11:53:15 2025
+++ pkgsrc/emulators/nono/patches/patch-vm_Makefile Tue Jan 28 11:53:15 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-vm_Makefile,v 1.1 2025/01/28 11:53:15 jun Exp $
+
+* Fix test_windrv link option.
+
+--- vm/Makefile.orig 2025-01-28 11:05:59.712792214 +0000
++++ vm/Makefile
+@@ -165,6 +165,6 @@ test_ethernet.o: test_ethernet.cpp ether
+
+ # LIBS は libbsd のため。
+ test_windrv: test_windrv.o ../lib/libnnlib.a
+- ${CXX} ${LDFLAGs} -o $@ $> ${LIBS}
++ ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
+
+ .include "../Makefile.rule"
Home |
Main Index |
Thread Index |
Old Index