Index: head/devel/pecl-grpc/Makefile =================================================================== --- head/devel/pecl-grpc/Makefile (revision 479669) +++ head/devel/pecl-grpc/Makefile (revision 479670) @@ -1,27 +1,27 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.14.1 +PORTVERSION= 1.15.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 479669) +++ head/devel/pecl-grpc/distinfo (revision 479670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534164421 -SHA256 (PECL/grpc-1.14.1.tgz) = cbff624b0b17f60a8e1adc4d05ad8164fc8ef5b08c2d0dc9bfdd063d2854126b -SIZE (PECL/grpc-1.14.1.tgz) = 2556684 +TIMESTAMP = 1536834890 +SHA256 (PECL/grpc-1.15.0.tgz) = c6f8f05c54c05f22ed8cf4922164981f5eb3a1a6202c082c6ddfce7880ebe48c +SIZE (PECL/grpc-1.15.0.tgz) = 2599506 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 (revision 479669) +++ head/devel/pecl-grpc/files/patch-src_core_lib_gpr_arena.cc (nonexistent) @@ -1,11 +0,0 @@ ---- src/core/lib/gpr/arena.cc.orig 2018-04-16 17:48:12 UTC -+++ src/core/lib/gpr/arena.cc -@@ -128,7 +128,7 @@ void* gpr_arena_alloc(gpr_arena* arena, size_t size) { - 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property