pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-grpcio
Module Name: pkgsrc
Committed By: ryoon
Date: Wed Jan 14 17:20:16 UTC 2026
Modified Files:
pkgsrc/net/py-grpcio: distinfo
Added Files:
pkgsrc/net/py-grpcio/patches:
patch-include_grpc_event__engine_memory__request.h
patch-src_core_channelz_v2tov1_property__list.cc
patch-src_core_util_glob.cc
Log Message:
net/py-grpcio: Add missing includes to fix build
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/net/py-grpcio/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/py-grpcio/patches/patch-include_grpc_event__engine_memory__request.h \
pkgsrc/net/py-grpcio/patches/patch-src_core_channelz_v2tov1_property__list.cc \
pkgsrc/net/py-grpcio/patches/patch-src_core_util_glob.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-grpcio/distinfo
diff -u pkgsrc/net/py-grpcio/distinfo:1.81 pkgsrc/net/py-grpcio/distinfo:1.82
--- pkgsrc/net/py-grpcio/distinfo:1.81 Mon Oct 27 07:28:03 2025
+++ pkgsrc/net/py-grpcio/distinfo Wed Jan 14 17:20:16 2026
@@ -1,6 +1,9 @@
-$NetBSD: distinfo,v 1.81 2025/10/27 07:28:03 adam Exp $
+$NetBSD: distinfo,v 1.82 2026/01/14 17:20:16 ryoon Exp $
BLAKE2s (grpcio-1.76.0.tar.gz) = f806c72f5a292f03492ad299bd5bda79e1b165841089086a79a23406fbacce29
SHA512 (grpcio-1.76.0.tar.gz) = f6cd5bb70d839c7f0a17da9635c3363d1073f590fb53518a2c603a1a93f03742e135f86105494852ae343c699a9de8a3286fd150ef9074d8a51727c61c5a55c5
Size (grpcio-1.76.0.tar.gz) = 12785182 bytes
+SHA1 (patch-include_grpc_event__engine_memory__request.h) = d15f9522f8746942eb2454f55a73cb0722e1a0e3
+SHA1 (patch-src_core_channelz_v2tov1_property__list.cc) = b243fc34be72a17ac11256e4baab937efd864f3a
SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a
+SHA1 (patch-src_core_util_glob.cc) = 55fc292d55d7bacad4565e97102a2b5e549729a6
Added files:
Index: pkgsrc/net/py-grpcio/patches/patch-include_grpc_event__engine_memory__request.h
diff -u /dev/null pkgsrc/net/py-grpcio/patches/patch-include_grpc_event__engine_memory__request.h:1.1
--- /dev/null Wed Jan 14 17:20:16 2026
+++ pkgsrc/net/py-grpcio/patches/patch-include_grpc_event__engine_memory__request.h Wed Jan 14 17:20:16 2026
@@ -0,0 +1,12 @@
+$NetBSD: patch-include_grpc_event__engine_memory__request.h,v 1.1 2026/01/14 17:20:16 ryoon Exp $
+
+--- include/grpc/event_engine/memory_request.h.orig 2026-01-14 15:51:44.506266411 +0000
++++ include/grpc/event_engine/memory_request.h
+@@ -16,6 +16,7 @@
+
+ #include <grpc/support/port_platform.h>
+ #include <stddef.h>
++#include <string>
+
+ #include "absl/strings/string_view.h"
+
Index: pkgsrc/net/py-grpcio/patches/patch-src_core_channelz_v2tov1_property__list.cc
diff -u /dev/null pkgsrc/net/py-grpcio/patches/patch-src_core_channelz_v2tov1_property__list.cc:1.1
--- /dev/null Wed Jan 14 17:20:16 2026
+++ pkgsrc/net/py-grpcio/patches/patch-src_core_channelz_v2tov1_property__list.cc Wed Jan 14 17:20:16 2026
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_core_channelz_v2tov1_property__list.cc,v 1.1 2026/01/14 17:20:16 ryoon Exp $
+
+--- src/core/channelz/v2tov1/property_list.cc.orig 2026-01-14 16:02:01.545848676 +0000
++++ src/core/channelz/v2tov1/property_list.cc
+@@ -17,6 +17,7 @@
+ #include <cstdint>
+ #include <optional>
+ #include <string>
++#include <limits>
+
+ #include "absl/strings/string_view.h"
+ #include "google/protobuf/any.upb.h"
Index: pkgsrc/net/py-grpcio/patches/patch-src_core_util_glob.cc
diff -u /dev/null pkgsrc/net/py-grpcio/patches/patch-src_core_util_glob.cc:1.1
--- /dev/null Wed Jan 14 17:20:16 2026
+++ pkgsrc/net/py-grpcio/patches/patch-src_core_util_glob.cc Wed Jan 14 17:20:16 2026
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_core_util_glob.cc,v 1.1 2026/01/14 17:20:16 ryoon Exp $
+
+--- src/core/util/glob.cc.orig 2026-01-14 16:17:36.361039812 +0000
++++ src/core/util/glob.cc
+@@ -12,6 +12,8 @@
+ // See the License for the specific language governing permissions and
+ // limitations under the License.
+
++#include <algorithm>
++
+ #include "absl/strings/string_view.h"
+
+ namespace grpc_core {
Home |
Main Index |
Thread Index |
Old Index