git: 99e0fedbc5ee - main - devel/grpc: Clean up more bundled libraries

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Aug 2024 16:04:22 UTC
The branch main has been updated by sunpoet:

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

commit 99e0fedbc5ee05862318ab73fc909d7bc92bb770
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 16:02:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 16:02:05 +0000

    devel/grpc: Clean up more bundled libraries
---
 devel/grpc/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile
index 3316f9efc498..684b6dd5eed4 100644
--- a/devel/grpc/Makefile
+++ b/devel/grpc/Makefile
@@ -63,6 +63,8 @@ EXTRACT_AFTER_ARGS=	--exclude ${DISTNAME}/third_party/abseil-cpp/ \
 			--exclude ${DISTNAME}/third_party/cares/ \
 			--exclude ${DISTNAME}/third_party/protobuf/ \
 			--exclude ${DISTNAME}/third_party/re2/ \
+			--exclude ${DISTNAME}/third_party/upb/ \
+			--exclude ${DISTNAME}/third_party/utf8_range/ \
 			--exclude ${DISTNAME}/third_party/xxhash/ \
 			--exclude ${DISTNAME}/third_party/zlib/ \
 			--no-same-owner --no-same-permissions
@@ -74,8 +76,8 @@ post-patch:
 	@${RM} -r ${WRKSRC}/third_party/cares/
 	@${RM} -r ${WRKSRC}/third_party/protobuf/
 	@${RM} -r ${WRKSRC}/third_party/re2/
-	#@${RM} -r ${WRKSRC}/third_party/upb/
-	#@${RM} -r ${WRKSRC}/third_party/utf8_range/
+	@${RM} -r ${WRKSRC}/third_party/upb/
+	@${RM} -r ${WRKSRC}/third_party/utf8_range/
 	@${RM} -r ${WRKSRC}/third_party/xxhash/
 	@${RM} -r ${WRKSRC}/third_party/zlib/
 .endif