Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2024 17:23:03 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: dbd447ebfc0e - 2024Q4 - net-p2p/pulsar-client-cpp: Only for i386 amd64
Message-ID:  <202411101723.4AAHN36d086218@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2024Q4 has been updated by yuri:

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

commit dbd447ebfc0e818ca7f351b4c9f31d80f94e7dc7
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:23:01 +0000

    net-p2p/pulsar-client-cpp: Only for i386 amd64
    
    Reported by:    fallout
    
    (cherry picked from commit 771a98d9232b32e15dbd09c065be51f6d7a6b9ac)
---
 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 a754983a2386..4f28c4cb1e8a 100644
--- a/net-p2p/pulsar-client-cpp/Makefile
+++ b/net-p2p/pulsar-client-cpp/Makefile
@@ -10,6 +10,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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411101723.4AAHN36d086218>