Received: by mail.netbsd.org (Postfix, from userid 605) id E05DB84D7D; Sat, 23 May 2020 12:41:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 75F8A84DFB for ; Sat, 23 May 2020 12:03:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id oN_6V88qEHi0 for ; Sat, 23 May 2020 12:03:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BF12184CE2 for ; Sat, 23 May 2020 12:03:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A77CEFC3E; Sat, 23 May 2020 10:43:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590230610283680" MIME-Version: 1.0 Date: Sat, 23 May 2020 10:43:30 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/net/py-grpcio-tools To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200523104330.A77CEFC3E@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590230610283680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1590230610283680 Content-Disposition: inline Content-Length: 849 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1590230610283680--