Index: head/devel/py-grpcio/Makefile =================================================================== --- head/devel/py-grpcio/Makefile (revision 499241) +++ head/devel/py-grpcio/Makefile (revision 499242) @@ -1,34 +1,34 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= vanilla@FreeBSD.org COMMENT= HTTP/2-based RPC framework LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six@${PY_FLAVOR} \ ${PY_ENUM34} \ ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR} LIB_DEPENDS= libcares.so:dns/c-ares BROKEN_powerpc64= fails to compile: cpu-ppc64le.c: 'AT_HWCAP2' undeclared USES= compiler:gcc-c++11-lib localbase:ldflags python USE_PYTHON= autoplist distutils MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \ GRPC_PYTHON_BUILD_SYSTEM_CARES=true CFLAGS+= -Ithird_party/boringssl/include LDFLAGS+= -lcares post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/grpc/_cython/cygrpc.so ${REINPLACE_CMD} -e 's|${PYTHONPREFIX_SITELIBDIR}/\(.*\)/grpcio/grpc/_cython/cygrpc.so|${PYTHONPREFIX_SITELIBDIR}/grpc/_cython/cygrpc.so|g' ${_PYTHONPKGLIST} .include Index: head/devel/py-grpcio/distinfo =================================================================== --- head/devel/py-grpcio/distinfo (revision 499241) +++ head/devel/py-grpcio/distinfo (revision 499242) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551592348 -SHA256 (grpcio-1.19.0.tar.gz) = 2ddbca16c2e7b3f2ffc6e34c7cfa6886fb01de9f156ad3f77b72ad652d632097 -SIZE (grpcio-1.19.0.tar.gz) = 14621509 +TIMESTAMP = 1555505574 +SHA256 (grpcio-1.20.0.tar.gz) = f8c5c455e4a843500f236231fa250eb4e2e81c1e8f2280ae56f1ed3f25f8c332 +SIZE (grpcio-1.20.0.tar.gz) = 13879291 Index: head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.cc =================================================================== --- head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.cc (revision 499241) +++ head/devel/py-grpcio/files/patch-src_core_tsi_ssl__transport__security.cc (revision 499242) @@ -1,10 +1,10 @@ ---- src/core/tsi/ssl_transport_security.cc.orig 2018-04-13 19:56:08 UTC +--- src/core/tsi/ssl_transport_security.cc.orig 2019-04-15 23:12:51 UTC +++ src/core/tsi/ssl_transport_security.cc -@@ -20,6 +20,7 @@ +@@ -22,6 +22,7 @@ #include "src/core/tsi/ssl_transport_security.h" +#include #include #include Index: head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py =================================================================== --- head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py (revision 499241) +++ head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py (revision 499242) @@ -1,56 +1,57 @@ ---- src/python/grpcio/grpc_core_dependencies.py.orig 2018-04-13 19:56:08 UTC +--- src/python/grpcio/grpc_core_dependencies.py.orig 2019-04-15 23:12:51 UTC +++ src/python/grpcio/grpc_core_dependencies.py -@@ -631,53 +631,4 @@ CORE_SOURCE_FILES = [ +@@ -657,54 +657,4 @@ CORE_SOURCE_FILES = [ 'third_party/zlib/trees.c', 'third_party/zlib/uncompr.c', 'third_party/zlib/zutil.c', - 'third_party/cares/cares/ares__close_sockets.c', - 'third_party/cares/cares/ares__get_hostent.c', - 'third_party/cares/cares/ares__read_line.c', - 'third_party/cares/cares/ares__timeval.c', - 'third_party/cares/cares/ares_cancel.c', - 'third_party/cares/cares/ares_create_query.c', - 'third_party/cares/cares/ares_data.c', - 'third_party/cares/cares/ares_destroy.c', - 'third_party/cares/cares/ares_expand_name.c', - 'third_party/cares/cares/ares_expand_string.c', - 'third_party/cares/cares/ares_fds.c', - 'third_party/cares/cares/ares_free_hostent.c', - 'third_party/cares/cares/ares_free_string.c', - 'third_party/cares/cares/ares_getenv.c', - 'third_party/cares/cares/ares_gethostbyaddr.c', - 'third_party/cares/cares/ares_gethostbyname.c', - 'third_party/cares/cares/ares_getnameinfo.c', - 'third_party/cares/cares/ares_getopt.c', - 'third_party/cares/cares/ares_getsock.c', - 'third_party/cares/cares/ares_init.c', - 'third_party/cares/cares/ares_library_init.c', - 'third_party/cares/cares/ares_llist.c', - 'third_party/cares/cares/ares_mkquery.c', - 'third_party/cares/cares/ares_nowarn.c', - 'third_party/cares/cares/ares_options.c', - 'third_party/cares/cares/ares_parse_a_reply.c', - 'third_party/cares/cares/ares_parse_aaaa_reply.c', - 'third_party/cares/cares/ares_parse_mx_reply.c', - 'third_party/cares/cares/ares_parse_naptr_reply.c', - 'third_party/cares/cares/ares_parse_ns_reply.c', - 'third_party/cares/cares/ares_parse_ptr_reply.c', - 'third_party/cares/cares/ares_parse_soa_reply.c', - 'third_party/cares/cares/ares_parse_srv_reply.c', - 'third_party/cares/cares/ares_parse_txt_reply.c', - 'third_party/cares/cares/ares_platform.c', - 'third_party/cares/cares/ares_process.c', - 'third_party/cares/cares/ares_query.c', - 'third_party/cares/cares/ares_search.c', - 'third_party/cares/cares/ares_send.c', - 'third_party/cares/cares/ares_strcasecmp.c', - 'third_party/cares/cares/ares_strdup.c', - 'third_party/cares/cares/ares_strerror.c', +- 'third_party/cares/cares/ares_strsplit.c', - 'third_party/cares/cares/ares_timeout.c', - 'third_party/cares/cares/ares_version.c', - 'third_party/cares/cares/ares_writev.c', - 'third_party/cares/cares/bitncmp.c', - 'third_party/cares/cares/inet_net_pton.c', - 'third_party/cares/cares/inet_ntop.c', - 'third_party/cares/cares/windows_port.c', ] Index: head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h =================================================================== --- head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h (revision 499241) +++ head/devel/py-grpcio/files/patch-third__party_boringssl_include_openssl_base.h (revision 499242) @@ -1,12 +1,12 @@ ---- third_party/boringssl/include/openssl/base.h.orig 2018-04-13 19:56:11 UTC +--- third_party/boringssl/include/openssl/base.h.orig 2019-04-15 23:12:53 UTC +++ third_party/boringssl/include/openssl/base.h -@@ -367,9 +367,6 @@ typedef void *OPENSSL_BLOCK; +@@ -358,9 +358,6 @@ typedef void *OPENSSL_BLOCK; // MSVC doesn't set __cplusplus to 201103 to indicate C++11 support (see // https://connect.microsoft.com/VisualStudio/feedback/details/763051/a-value-of-predefined-macro-cplusplus-is-still-199711l) // so MSVC is just assumed to support C++11. -#if !defined(BORINGSSL_NO_CXX) && __cplusplus < 201103L && !defined(_MSC_VER) -#define BORINGSSL_NO_CXX -#endif #if !defined(BORINGSSL_NO_CXX) extern "C++" {