summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-02-15 23:29:44 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2025-02-15 23:30:31 -0800
commit520bc91f3f49c1183793aa622f11d8b4736f7194 (patch)
treed2ae85cf985fc925e543a8d10f61e502c3bd5464
parentmultimedia/navidrome: Mark i386 broken (diff)
net-p2p/pulsar-client-cpp: Broken with boost-libs-1.87.0
Reported by: fallout
-rw-r--r--net-p2p/pulsar-client-cpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/pulsar-client-cpp/Makefile b/net-p2p/pulsar-client-cpp/Makefile
index 66ab262e2b55..23a17a8c156e 100644
--- a/net-p2p/pulsar-client-cpp/Makefile
+++ b/net-p2p/pulsar-client-cpp/Makefile
@@ -12,7 +12,8 @@ WWW= https://pulsar.apache.org/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= i386 amd64 # due to requirement of instruction sets crc32, pclmul
+ONLY_FOR_ARCHS= amd64 i386 # due to requirement of instruction sets crc32, pclmul
+BROKEN= compilation fails with boost-libs-1.87.0, see https://github.com/apache/pulsar-client-cpp/issues/475
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