Index: head/devel/pecl-grpc/Makefile =================================================================== --- head/devel/pecl-grpc/Makefile (revision 464386) +++ head/devel/pecl-grpc/Makefile (revision 464387) @@ -1,27 +1,27 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org COMMENT= High performance, general RPC framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: fatal error: sys/auxv.h file not found 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 BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-parentheses-equality" USES= 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 464386) +++ head/devel/pecl-grpc/distinfo (revision 464387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517713400 -SHA256 (PECL/grpc-1.9.0.tgz) = 64edb0ac65b455efa49325116208de1062de0cabf2f9404e9603dcf2471f3df9 -SIZE (PECL/grpc-1.9.0.tgz) = 2303959 +TIMESTAMP = 1520953085 +SHA256 (PECL/grpc-1.10.0.tgz) = 9abcbb0baebe974a84c6384be9998e510461411cbcee59e22eb17b93fabf66b4 +SIZE (PECL/grpc-1.10.0.tgz) = 2341186 Index: head/devel/pecl-grpc/files/patch-src_core_lib_gpr_arena.cc =================================================================== --- head/devel/pecl-grpc/files/patch-src_core_lib_gpr_arena.cc (nonexistent) +++ head/devel/pecl-grpc/files/patch-src_core_lib_gpr_arena.cc (revision 464387) @@ -0,0 +1,11 @@ +--- src/core/lib/gpr/arena.cc.orig 2018-03-13 15:03:48 UTC ++++ src/core/lib/gpr/arena.cc +@@ -83,7 +83,7 @@ void* gpr_arena_alloc(gpr_arena* arena, + ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(zone)) + next_z_size)); + next_z->size_begin = z->size_end; + next_z->size_end = z->size_end + next_z_size; +- if (!gpr_atm_rel_cas(&z->next_atm, static_cast(NULL), ++ if (!gpr_atm_rel_cas(&z->next_atm, (gpr_atm)NULL, + (gpr_atm)next_z)) { + gpr_free_aligned(next_z); + next_z = (zone*)gpr_atm_acq_load(&z->next_atm); Property changes on: head/devel/pecl-grpc/files/patch-src_core_lib_gpr_arena.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property