git: 99aa96185726 - 2023Q1 - databases/replibyte: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 07 Jan 2023 08:22:56 UTC
The branch 2023Q1 has been updated by yuri:

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

commit 99aa961857260063f57bf63bd787cc087b09e8c2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-01-07 08:19:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-01-07 08:22:51 +0000

    databases/replibyte: Broken on i386
    
    Reported by:    fallout
    
    (cherry picked from commit 29d9710446c1f1c2b975b93ae527402cd54a06a7)
---
 databases/replibyte/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/replibyte/Makefile b/databases/replibyte/Makefile
index 4a808b3ad30b..76cd9bf45d99 100644
--- a/databases/replibyte/Makefile
+++ b/databases/replibyte/Makefile
@@ -10,6 +10,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
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	Qovery