Received: by mail.netbsd.org (Postfix, from userid 605) id 35F2A84D57; Thu, 26 Mar 2020 14:30:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2DA384D55 for ; Thu, 26 Mar 2020 14:30:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id M6F84WQI5ZDc for ; Thu, 26 Mar 2020 14:30:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4C4AB84CD3 for ; Thu, 26 Mar 2020 14:30:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45882FB27; Thu, 26 Mar 2020 14:30:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585233001185350" MIME-Version: 1.0 Date: Thu, 26 Mar 2020 14:30:01 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/misc/orca To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200326143001.45882FB27@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. --_----------=_1585233001185350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Mar 26 14:30:01 UTC 2020 Modified Files: pkgsrc/misc/orca: Makefile Log Message: orca: Fix portability check To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/misc/orca/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585233001185350 Content-Disposition: inline Content-Length: 699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/orca/Makefile diff -u pkgsrc/misc/orca/Makefile:1.52 pkgsrc/misc/orca/Makefile:1.53 --- pkgsrc/misc/orca/Makefile:1.52 Tue Mar 10 22:10:35 2020 +++ pkgsrc/misc/orca/Makefile Thu Mar 26 14:30:01 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2020/03/10 22:10:35 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2020/03/26 14:30:01 nia Exp $ DISTNAME= orca-3.34.1 PKGREVISION= 2 @@ -30,6 +30,8 @@ _TOOLS_USE_PKGSRC.msgfmt= yes # Python 3 only PYTHON_VERSIONS_INCOMPATIBLE= 27 +CHECK_PORTABILITY_SKIP+= run_pylint.sh.in + .include "../../devel/glib2/schemas.mk" .include "../../audio/speech-dispatcher/buildlink3.mk" .include "../../devel/libwnck3/buildlink3.mk" --_----------=_1585233001185350--