Received: by mail.netbsd.org (Postfix, from userid 605) id CFC0984DBF; Wed, 13 May 2020 05:08:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56E2E84DAF for ; Wed, 13 May 2020 05:08:21 +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 B6iHzKeC94z2 for ; Wed, 13 May 2020 05:08:20 +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 B09DD84D5F for ; Wed, 13 May 2020 05:08:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7AFCFB27; Wed, 13 May 2020 05:08:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15893465004860" MIME-Version: 1.0 Date: Wed, 13 May 2020 05:08:20 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/devel/py-subversion To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200513050820.A7AFCFB27@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. --_----------=_15893465004860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Wed May 13 05:08:20 UTC 2020 Modified Files: pkgsrc/devel/py-subversion: Makefile Log Message: devel/py-subversion: suppress USE_TOOLS+=perl warning To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/py-subversion/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15893465004860 Content-Disposition: inline Content-Length: 727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-subversion/Makefile diff -u pkgsrc/devel/py-subversion/Makefile:1.85 pkgsrc/devel/py-subversion/Makefile:1.86 --- pkgsrc/devel/py-subversion/Makefile:1.85 Sun Apr 12 08:28:33 2020 +++ pkgsrc/devel/py-subversion/Makefile Wed May 13 05:08:20 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2020/04/12 08:28:33 adam Exp $ +# $NetBSD: Makefile,v 1.86 2020/05/13 05:08:20 rillig Exp $ PKGNAME= ${PYPKGPREFIX}-subversion-${SVNVER} PKGREVISION= 1 @@ -7,6 +7,7 @@ COMMENT= Python bindings and tools for S .include "../../devel/subversion/Makefile.common" SHLIBTOOL_OVERRIDE= # empty +TOOLS_BROKEN+= perl CPPFLAGS+= -P # for APR_INT64_T_FMT CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} --_----------=_15893465004860--