git: 29d9710446c1 - main - databases/replibyte: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jan 2023 08:22:43 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=29d9710446c1f1c2b975b93ae527402cd54a06a7 commit 29d9710446c1f1c2b975b93ae527402cd54a06a7 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:19:43 +0000 databases/replibyte: Broken on i386 Reported by: fallout --- 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