Date: Sun, 10 Nov 2024 17:19:16 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 771a98d9232b - main - net-p2p/pulsar-client-cpp: Only for i386 amd64 Message-ID: <202411101719.4AAHJGR3069188@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=771a98d9232b32e15dbd09c065be51f6d7a6b9ac commit 771a98d9232b32e15dbd09c065be51f6d7a6b9ac Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-10 06:55:21 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-10 17:19:10 +0000 net-p2p/pulsar-client-cpp: Only for i386 amd64 Reported by: fallout --- net-p2p/pulsar-client-cpp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net-p2p/pulsar-client-cpp/Makefile b/net-p2p/pulsar-client-cpp/Makefile index 4ffeb0bdf2b7..4ec2acb0e76d 100644 --- a/net-p2p/pulsar-client-cpp/Makefile +++ b/net-p2p/pulsar-client-cpp/Makefile @@ -11,6 +11,7 @@ WWW= https://pulsar.apache.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= i386 amd64 # due to requrement of instruction sets crc32, pclmul 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411101719.4AAHJGR3069188>