Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 08:26:01 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a8a8d860da4 - main - lang/rizin: Mark as not for armv{6,7}
Message-ID:  <202401050826.4058Q1ba032404@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a8a8d860da483c50f19746e5e19a464ee452329

commit 1a8a8d860da483c50f19746e5e19a464ee452329
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-05 08:11:18 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-05 08:25:52 +0000

    lang/rizin: Mark as not for armv{6,7}
    
    Unsupported upstream: https://github.com/rizinorg/rizin/blob/e40d9a6cf314342048001de87f0211332b110bbe/librz/debug/p/native/reg.c#L64
    
    Reported by:    ampere build log
---
 lang/rizin/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/rizin/Makefile b/lang/rizin/Makefile
index a3ab58c85a47..f25b26eed400 100644
--- a/lang/rizin/Makefile
+++ b/lang/rizin/Makefile
@@ -11,6 +11,8 @@ LICENSE=	LGPL3 GPLv3
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+NOT_FOR_ARCHS=	armv6 armv7
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
 LIB_DEPENDS=	libcapstone.so:devel/capstone \
 		libmspack.so:archivers/libmspack \



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