Friday, February 25, 2022

Re: UPDATE: Nono-0.2.6

Gonzalo L. Rodriguez wrote (2022-02-24 09:33 CET):
> Update for Nono to 0.2.6:
>
> http://www.pastel-flower.jp/~isaki/nono/doc/
>
> OK? Comments?

I tested it again with the same netbsd image I set up last nono release.
It still works.

Can we try to include BE archs again?

The big endian bits are now included and I can confirm nono working on
sparc64. Attached is an updated patch that removes the NOT_FOR_ARCH line
and adds the COMPILER line for ports-gcc.

Nit: I also removed a trailing whitespace from the README to make
portcheck happy.

Best Regards,
Stefan

Index: emulators/nono/Makefile
===================================================================
RCS file: /home/cvs/ports/emulators/nono/Makefile,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 Makefile
--- emulators/nono/Makefile 31 Jan 2022 11:02:17 -0000 1.19
+++ emulators/nono/Makefile 25 Feb 2022 20:05:26 -0000
@@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2022/01/31 11:02:17 gonzalo Exp $

-# Big endian support is not complete as of 0.1.0
-NOT_FOR_ARCHS= ${BE_ARCHS}
BROKEN-i386= requires __m128i and similar types; may work if SSE is disabled

COMMENT= OMRON LUNA-I and LUNA-88K emulator

-DISTNAME= nono-0.2.5
+DISTNAME= nono-0.2.6
CATEGORIES= emulators

MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
@@ -16,6 +14,8 @@ HOMEPAGE= http://www.pastel-flower.jp/~
# see doc/nono-license.txt
PERMIT_DISTFILES = Yes
PERMIT_PACKAGE = binaries cannot be distributed
+
+COMPILER= base-clang ports-gcc

WANTLIB += ${COMPILER_LIBCXX} c curses edit m wx_baseu-3.0 wx_baseu_net-3.0
WANTLIB += wx_baseu_xml-3.0 wx_gtk3u_adv-3.0 wx_gtk3u_core-3.0
Index: emulators/nono/distinfo
===================================================================
RCS file: /home/cvs/ports/emulators/nono/distinfo,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 distinfo
--- emulators/nono/distinfo 31 Jan 2022 11:02:17 -0000 1.12
+++ emulators/nono/distinfo 25 Feb 2022 19:55:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (nono-0.2.5.tar.gz) = MUDNpNwzyS7/IqjHpFGgsG/r73EHjztN1RJWVHCJcro=
-SIZE (nono-0.2.5.tar.gz) = 2668954
+SHA256 (nono-0.2.6.tar.gz) = 78PYjkqTZzoUGuQiJmRM/0QqRd/yNXXpR8uXF+yNzlQ=
+SIZE (nono-0.2.6.tar.gz) = 2688271
Index: emulators/nono/pkg/README
===================================================================
RCS file: /home/cvs/ports/emulators/nono/pkg/README,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 README
--- emulators/nono/pkg/README 8 Dec 2021 08:52:44 -0000 1.5
+++ emulators/nono/pkg/README 25 Feb 2022 20:06:51 -0000
@@ -55,7 +55,7 @@ hostnet-driver = none

To turn it on:

-$ nono -c ~/nono -s 0.5 -C
+$ nono -c ~/nono -s 0.5 -C

Now inside the console you should follow these instructions:

No comments:

Post a Comment