git: 15362fcc1185 - main - databases/replibyte: Only for aarch64, amd64 architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 05:58:07 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=15362fcc1185e8fee6ed21caa311a59e462c8a44 commit 15362fcc1185e8fee6ed21caa311a59e462c8a44 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 05:56:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 05:56:54 +0000 databases/replibyte: Only for aarch64, amd64 architectures Reported by: https://portsfallout.com/ --- databases/replibyte/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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