Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2022 06:01:00 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3248f3e772c1 - main - textproc/toml-f: Broken on arm64
Message-ID:  <202208150601.27F610wS039828@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3248f3e772c1d3b7c24035d47c4a46584dc0e928

commit 3248f3e772c1d3b7c24035d47c4a46584dc0e928
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-15 06:00:15 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-15 06:00:15 +0000

    textproc/toml-f: Broken on arm64
    
    Reported by:    fallout
---
 textproc/toml-f/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/toml-f/Makefile b/textproc/toml-f/Makefile
index dca5d918e27b..bbcb8885878b 100644
--- a/textproc/toml-f/Makefile
+++ b/textproc/toml-f/Makefile
@@ -9,6 +9,8 @@ COMMENT=	TOML parser for data serialization and deserialization in Fortran
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_aarch64=	cannot find an intrinsic module named 'ieee_arithmetic'
+
 USES=		cmake:testing fortran
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208150601.27F610wS039828>