Index: branches/2020Q3/devel/py-grpcio/Makefile =================================================================== --- branches/2020Q3/devel/py-grpcio/Makefile (revision 544563) +++ branches/2020Q3/devel/py-grpcio/Makefile (revision 544564) @@ -1,34 +1,33 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= grpcio PORTVERSION= 1.30.0 +PORTREVISION= 1 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 USES= compiler:c++11-lib localbase:ldflags python:3.5+ USE_PYTHON= autoplist distutils -MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \ +MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=true \ + GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \ GRPC_PYTHON_BUILD_SYSTEM_CARES=true -CFLAGS+= -Ithird_party/boringssl/include -CFLAGS_powerpc64= -maltivec -mvsx -CFLAGS_powerpc= -maltivec 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: branches/2020Q3/devel/py-grpcio/files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc =================================================================== --- branches/2020Q3/devel/py-grpcio/files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc (nonexistent) +++ branches/2020Q3/devel/py-grpcio/files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc (revision 544564) @@ -0,0 +1,14 @@ +--- third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc.orig 2020-08-08 21:50: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 + Property changes on: branches/2020Q3/devel/py-grpcio/files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.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 Index: branches/2020Q3 =================================================================== --- branches/2020Q3 (revision 544563) +++ branches/2020Q3 (revision 544564) Property changes on: branches/2020Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r544563