git: 45b33e899543 - 2022Q3 - sysutils/triton: Broken on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 23:47:06 UTC
The branch 2022Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=45b33e899543c3a3371351458898451759ae936e
commit 45b33e899543c3a3371351458898451759ae936e
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:47:01 +0000
sysutils/triton: Broken on riscv64
Reported by: fallout
(cherry picked from commit e7aa799e3d6e60ca74f54c9a167e7f02cf0511c9)
---
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