git: cfb7c9286039 - main - net-p2p/pulsar-client-cpp: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Feb 2025 21:22:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfb7c92860399c0fead028c32b3bcd0e9b7a7283 commit cfb7c92860399c0fead028c32b3bcd0e9b7a7283 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-07 20:20:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-07 21:16:45 +0000 net-p2p/pulsar-client-cpp: Fix typo Approved by: portmgr (blanket) --- net-p2p/pulsar-client-cpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/pulsar-client-cpp/Makefile b/net-p2p/pulsar-client-cpp/Makefile index 215f035ce783..66ab262e2b55 100644 --- a/net-p2p/pulsar-client-cpp/Makefile +++ b/net-p2p/pulsar-client-cpp/Makefile @@ -1,4 +1,4 @@ -PORTNAME= pulsar-client-cpp # this port requres instruction sets crc32, pclmul above the default sse2 +PORTNAME= pulsar-client-cpp # this port requires instruction sets crc32, pclmul above the default sse2 DISTVERSIONPREFIX= v DISTVERSION= 3.7.0 PORTREVISION= 1 @@ -12,7 +12,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 +ONLY_FOR_ARCHS= i386 amd64 # due to requirement 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