Index: head/devel/pecl-grpc/Makefile =================================================================== --- head/devel/pecl-grpc/Makefile (revision 566957) +++ head/devel/pecl-grpc/Makefile (revision 566958) @@ -1,25 +1,25 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.35.0 +PORTVERSION= 1.36.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 .if ${FLAVOR} == php72 && ${ARCH} == i386 BROKEN= error: fastcall calling convention ignored on variadic function [-Werror,-Wignored-attributes] .endif .include Index: head/devel/pecl-grpc/distinfo =================================================================== --- head/devel/pecl-grpc/distinfo (revision 566957) +++ head/devel/pecl-grpc/distinfo (revision 566958) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611288262 -SHA256 (PECL/grpc-1.35.0.tgz) = d8de1ad5df0bc424699a44133141d9d9c936d3803ae01e5510350590b8c1e4ae -SIZE (PECL/grpc-1.35.0.tgz) = 4254087 +TIMESTAMP = 1614695098 +SHA256 (PECL/grpc-1.36.0.tgz) = 819becd24872b95c52ad1f022ca71f6f5eed207605b19a26e479b1d5a62c8561 +SIZE (PECL/grpc-1.36.0.tgz) = 4292034 Index: head/devel/pecl-grpc/files/patch-third__party_boringssl-with-bazel_src_include_openssl_base.h =================================================================== --- head/devel/pecl-grpc/files/patch-third__party_boringssl-with-bazel_src_include_openssl_base.h (revision 566957) +++ head/devel/pecl-grpc/files/patch-third__party_boringssl-with-bazel_src_include_openssl_base.h (revision 566958) @@ -1,17 +1,17 @@ ---- third_party/boringssl-with-bazel/src/include/openssl/base.h.orig 2020-04-04 11:13:35 UTC +--- third_party/boringssl-with-bazel/src/include/openssl/base.h.orig 2021-03-01 21:34:01 UTC +++ third_party/boringssl-with-bazel/src/include/openssl/base.h @@ -96,9 +96,13 @@ extern "C" { - #elif defined(__arm) || defined(__arm__) || defined(_M_ARM) + #elif defined(__ARMEL__) || defined(_M_ARM) #define OPENSSL_32_BIT #define OPENSSL_ARM -#elif (defined(__PPC64__) || defined(__powerpc64__)) && defined(_LITTLE_ENDIAN) -+#elif (defined(__PPC64__) || defined(__powerpc64__)) && defined(__LITTLE_ENDIAN__) ++#elif (defined(__PPC64__) || defined(__powerpc64__)) && defined(_LITTLE_ENDIAN__) #define OPENSSL_64_BIT #define OPENSSL_PPC64LE +#elif (defined(__PPC64__) || defined(__powerpc64__)) +#define OPENSSL_64_BIT +#define OPENSSL_PPC64 +#define OPENSSL_BIGENDIAN - #elif defined(__mips__) && !defined(__LP64__) + #elif defined(__MIPSEL__) && !defined(__LP64__) #define OPENSSL_32_BIT #define OPENSSL_MIPS