git: 030ee293e5c1 - main - emulators/riscv-isa-sim: Update to 20211015 snapshot

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Tue, 19 Oct 2021 02:31:44 UTC
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=030ee293e5c15f773233b2c3d4f69f7e40c9f681

commit 030ee293e5c15f773233b2c3d4f69f7e40c9f681
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-10-19 02:31:22 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-10-19 02:31:22 +0000

    emulators/riscv-isa-sim: Update to 20211015 snapshot
    
    While here, switch to NOT_FOR_ARCHS because it builds at least on
    aarch64, armv7 and we need to test other arches more. [1]
    
    Reported by:    Robert Clausecker <fuz@fuz.su> [1]
---
 emulators/riscv-isa-sim/Makefile  | 8 +++++---
 emulators/riscv-isa-sim/distinfo  | 6 +++---
 emulators/riscv-isa-sim/pkg-plist | 2 ++
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/emulators/riscv-isa-sim/Makefile b/emulators/riscv-isa-sim/Makefile
index 94566275c880..e9f7b75b8330 100644
--- a/emulators/riscv-isa-sim/Makefile
+++ b/emulators/riscv-isa-sim/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	riscv-isa-sim
 DISTVERSION=	git
-PORTREVISION=	20201102
+PORTREVISION=	20211015
 CATEGORIES=	emulators
 
 MAINTAINER=	lwhsu@FreeBSD.org
@@ -8,14 +8,16 @@ COMMENT=	Spike, a RISC-V ISA Simulator
 
 LICENSE=	BSD3CLAUSE
 
-ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
+NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS_REASON=	Does not build
 
 USES=	compiler:c++11-lang gmake shebangfix
 
 GH_ACCOUNT=	riscv
-GH_TAGNAME=	641d7d0
+GH_TAGNAME=	4f12984
 
 HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--without-boost
 SHEBANG_FILES=	scripts/vcs-version.sh
 
 USE_GITHUB=	yes
diff --git a/emulators/riscv-isa-sim/distinfo b/emulators/riscv-isa-sim/distinfo
index b19a16297f2b..0efac5e1e01f 100644
--- a/emulators/riscv-isa-sim/distinfo
+++ b/emulators/riscv-isa-sim/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604881926
-SHA256 (riscv-riscv-isa-sim-git-641d7d0_GH0.tar.gz) = 810c0567ba31459a37bd84498071c68b1a85b8dc7f891df800b02201544e5149
-SIZE (riscv-riscv-isa-sim-git-641d7d0_GH0.tar.gz) = 385330
+TIMESTAMP = 1634590527
+SHA256 (riscv-riscv-isa-sim-git-4f12984_GH0.tar.gz) = f9312a39049cb42116bd4b9425c2ad2d89cb746b08fa2d5aba76b1c07e83d320
+SIZE (riscv-riscv-isa-sim-git-4f12984_GH0.tar.gz) = 445499
diff --git a/emulators/riscv-isa-sim/pkg-plist b/emulators/riscv-isa-sim/pkg-plist
index 9e5051a29424..8da738d3812e 100644
--- a/emulators/riscv-isa-sim/pkg-plist
+++ b/emulators/riscv-isa-sim/pkg-plist
@@ -4,6 +4,8 @@ bin/spike-dasm
 bin/spike-log-parser
 bin/termios-xspike
 bin/xspike
+include/fesvr/byteorder.h
+include/fesvr/config.h
 include/fesvr/context.h
 include/fesvr/device.h
 include/fesvr/dtm.h