diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile index 61bac13b83d3..b9cf98ce1db0 100644 --- a/devel/pecl-grpc/Makefile +++ b/devel/pecl-grpc/Makefile @@ -1,16 +1,16 @@ PORTNAME= grpc -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org COMMENT= High performance, general RPC framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips= fails to compile: fatal error: sys/auxv.h file not found BROKEN_mips64= fails to compile: fatal error: sys/auxv.h file not found USES= compiler:c++11-lang php:pecl .include diff --git a/devel/pecl-grpc/distinfo b/devel/pecl-grpc/distinfo index 982d69118445..9974189b1ecd 100644 --- a/devel/pecl-grpc/distinfo +++ b/devel/pecl-grpc/distinfo @@ -1,3 +1,3 @@ -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 diff --git a/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc b/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc deleted file mode 100644 index 767e1b4d0060..000000000000 --- a/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 - #elif defined(__FreeBSD__) --#include -+#include "absl/base/call_once.h" - #include -+#include -+#include - #endif - #endif - diff --git a/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_debugging_internal_vdso__support.cc b/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_debugging_internal_vdso__support.cc deleted file mode 100644 index b66b869a7cd0..000000000000 --- a/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_debugging_internal_vdso__support.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 -