git: c9b2860e8ee5 - main - devel/py-grpcio: add patch (forgot to add on previous commit)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jul 2026 08:59:37 UTC
The branch main has been updated by vanilla:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c9b2860e8ee5b6f6520f6eee8957e10abff359c7
commit c9b2860e8ee5b6f6520f6eee8957e10abff359c7
Author: Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2026-07-03 08:57:52 +0000
Commit: Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2026-07-03 08:59:33 +0000
devel/py-grpcio: add patch (forgot to add on previous commit)
---
...-third__party_boringssl-with-bazel_include_openssl_base.h | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/devel/py-grpcio/files/patch-third__party_boringssl-with-bazel_include_openssl_base.h b/devel/py-grpcio/files/patch-third__party_boringssl-with-bazel_include_openssl_base.h
new file mode 100644
index 000000000000..2e6e3dcb3cb3
--- /dev/null
+++ b/devel/py-grpcio/files/patch-third__party_boringssl-with-bazel_include_openssl_base.h
@@ -0,0 +1,12 @@
+--- third_party/boringssl-with-bazel/include/openssl/base.h.orig 2026-06-05 22:11:18 UTC
++++ third_party/boringssl-with-bazel/include/openssl/base.h
+@@ -396,9 +396,6 @@ typedef void *OPENSSL_BLOCK;
+ // MSVC doesn't set __cplusplus to 201103 to indicate C++11 support (see
+ // https://connect.microsoft.com/VisualStudio/feedback/details/763051/a-value-of-predefined-macro-cplusplus-is-still-199711l)
+ // so MSVC is just assumed to support C++11.
+-#if !defined(BORINGSSL_NO_CXX) && __cplusplus < 201103L && !defined(_MSC_VER)
+-#define BORINGSSL_NO_CXX
+-#endif
+
+ #if !defined(BORINGSSL_NO_CXX)
+