aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-12 05:56:54 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-12 05:56:54 +0000
commit15362fcc1185e8fee6ed21caa311a59e462c8a44 (patch)
treeda2e6943635323209fd8f79824905f4a2e158086
parentc3bb8477e5cef4a8c1c7ae0a336635ceb05dda3a (diff)
downloadports-15362fcc1185e8fee6ed21caa311a59e462c8a44.tar.gz
ports-15362fcc1185e8fee6ed21caa311a59e462c8a44.zip
databases/replibyte: Only for aarch64, amd64 architectures
-rw-r--r--databases/replibyte/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/replibyte/Makefile b/databases/replibyte/Makefile
index 32562d4bc19c..ffb9d9d6ab1f 100644
--- a/databases/replibyte/Makefile
+++ b/databases/replibyte/Makefile
@@ -11,7 +11,8 @@ WWW= https://www.replibyte.com/docs/introduction
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../LICENSE
-BROKEN_i386= error: unsupported platform; error[E0308]: mismatched type, see https://github.com/Qovery/Replibyte/issues/255
+ONLY_FOR_ARCHS= aarch64 amd64
+ONLY_FOR_ARCHS_REASON= only these architectures are allowed for target_os="freebsd" in wasmer-vm-2.2.1/src/trap/traphandlers.rs
USES= cargo
USE_GITHUB= yes