Skip to content
Snippets Groups Projects
Commit 1da07c45 authored by Vanilla I. Shu's avatar Vanilla I. Shu
Browse files

devel/pecl-grpc: update to 1.48.0.

parent 03516bb1
No related branches found
No related tags found
No related merge requests found
PORTNAME= grpc
PORTVERSION= 1.47.0
PORTVERSION= 1.48.0
CATEGORIES= devel net
MAINTAINER= vanilla@FreeBSD.org
......
TIMESTAMP = 1657586278
SHA256 (PECL/grpc-1.47.0.tgz) = 76e82b0786962ca1514ef43a96102b53156a2f114261baa29ef3383ee659cd6b
SIZE (PECL/grpc-1.47.0.tgz) = 4993688
TIMESTAMP = 1658400298
SHA256 (PECL/grpc-1.48.0.tgz) = 4b4ccb491355f938d28e63a476df92d5109263ea63ffee1e0249616461e26963
SIZE (PECL/grpc-1.48.0.tgz) = 5252910
--- third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc.orig 2020-09-11 19:28:49 UTC
+++ third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc
@@ -24,8 +24,10 @@
#ifdef __GLIBC__
#include <sys/platform/ppc.h>
#elif defined(__FreeBSD__)
-#include <sys/sysctl.h>
+#include "absl/base/call_once.h"
#include <sys/types.h>
+#include <sys/sysctl.h>
+#include <threads.h>
#endif
#endif
--- third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc.orig 2022-01-21 00:04:09 UTC
+++ third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc
@@ -51,7 +51,9 @@
#endif
#if defined(__FreeBSD__)
+#if __ELF_WORD_SIZE == 64
using Elf64_auxv_t = Elf64_Auxinfo;
+#endif
using Elf32_auxv_t = Elf32_Auxinfo;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment