Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 05:58:07 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15362fcc1185 - main - databases/replibyte: Only for aarch64, amd64 architectures
Message-ID:  <202401120558.40C5w7O6081605@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120558.40C5w7O6081605>