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

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a6099c3f0f385d992f7636a5780d4ff70905c817

commit a6099c3f0f385d992f7636a5780d4ff70905c817
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:58:35 +0000

    databases/replibyte: Only for aarch64, amd64 architectures
    
    Reported by:    https://portsfallout.com/
    
    (cherry picked from commit 15362fcc1185e8fee6ed21caa311a59e462c8a44)
---
 databases/replibyte/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/databases/replibyte/Makefile b/databases/replibyte/Makefile
index eae2731fc798..a281fbbf6d50 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.40C5weZP081844>