git: e7aa799e3d6e - main - sysutils/triton: Broken on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 23:46:42 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7aa799e3d6e60ca74f54c9a167e7f02cf0511c9 commit e7aa799e3d6e60ca74f54c9a167e7f02cf0511c9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-26 23:46:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-26 23:46:12 +0000 sysutils/triton: Broken on riscv64 Reported by: fallout --- sysutils/triton/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/triton/Makefile b/sysutils/triton/Makefile index 1f313c37cc72..d1ebe61b87a7 100644 --- a/sysutils/triton/Makefile +++ b/sysutils/triton/Makefile @@ -9,6 +9,8 @@ COMMENT= Dynamic Binary Analysis (DBA) framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_riscv64= src/libtriton/includes/triton/tritonToZ3.hpp:43:17: error: no type named '__uint' in namespace 'triton' + BUILD_DEPENDS= boost-libs>0:devel/boost-libs LIB_DEPENDS= libcapstone.so:devel/capstone4 \ libz3.so:math/z3