git: 746837c873c5 - 2024Q1 - databases/qdrant: Broken on powerpc64le

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 15 Jan 2024 06:51:05 UTC
The branch 2024Q1 has been updated by yuri:

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

commit 746837c873c5a0681f8a44d217d1276c44107265
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 06:50:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 06:51:00 +0000

    databases/qdrant: Broken on powerpc64le
    
    Reported by:    fallout
    
    (cherry picked from commit 43a98fca9129d79ace27d9c0e0e8a66e387d9672)
---
 databases/qdrant/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile
index bf641caf1a68..496411f2a40d 100644
--- a/databases/qdrant/Makefile
+++ b/databases/qdrant/Makefile
@@ -11,6 +11,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	compilation breaks with fatal warning: implicit conversion from 'std::numeric_limits<unsigned long long>::type' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295
+BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/qdrant/qdrant/issues/3392
 
 BUILD_DEPENDS=	gmake:devel/gmake \
 		protoc:devel/protobuf