git: 6d3b03b75a6f - main - net-p2p/pulsar-client-cpp: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 06 Oct 2024 18:31:40 UTC
The branch main has been updated by yuri:

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

commit 6d3b03b75a6f8804b9a906dc0c7f0fc427af1da2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-06 18:20:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-06 18:31:37 +0000

    net-p2p/pulsar-client-cpp: Broken on i386
    
    Reported by:    fallout
---
 net-p2p/pulsar-client-cpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-p2p/pulsar-client-cpp/Makefile b/net-p2p/pulsar-client-cpp/Makefile
index 4f37d853571e..a754983a2386 100644
--- a/net-p2p/pulsar-client-cpp/Makefile
+++ b/net-p2p/pulsar-client-cpp/Makefile
@@ -10,6 +10,8 @@ WWW=		https://pulsar.apache.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails due to overflow, see https://github.com/apache/pulsar-client-cpp/issues/449
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libprotobuf.so:devel/protobuf \