pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-grpcio-tools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 10:43:30 UTC 2020

Modified Files:
        pkgsrc/net/py-grpcio-tools: Makefile

Log Message:
net/py-grpcio: allow bashisms in unused file


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-grpcio-tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-grpcio-tools/Makefile
diff -u pkgsrc/net/py-grpcio-tools/Makefile:1.14 pkgsrc/net/py-grpcio-tools/Makefile:1.15
--- pkgsrc/net/py-grpcio-tools/Makefile:1.14    Sat Apr  4 09:30:37 2020
+++ pkgsrc/net/py-grpcio-tools/Makefile Sat May 23 10:43:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/04/04 09:30:37 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/23 10:43:30 rillig Exp $
 
 DISTNAME=      grpcio-tools-1.28.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE=      apache-2.0
 DEPENDS+=      ${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio
 DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.5.1:../../devel/py-protobuf
 
+CHECK_PORTABILITY_SKIP=        third_party/protobuf/*.sh
+
 USE_LANGUAGES= c c++11
 MAKE_ENV+=     GRPC_PYTHON_LDFLAGS="-lprotoc ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.protobuf}/lib"
 



Home | Main Index | Thread Index | Old Index