git: 1a8a8d860da4 - main - lang/rizin: Mark as not for armv{6,7}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 08:26:01 UTC
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 \