pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/orca orca: Fix portability check



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80542395d543
branches:  trunk
changeset: 414392:80542395d543
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 14:30:01 2020 +0000

description:
orca: Fix portability check

diffstat:

 misc/orca/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f6cba482dff4 -r 80542395d543 misc/orca/Makefile
--- a/misc/orca/Makefile        Thu Mar 26 14:20:47 2020 +0000
+++ b/misc/orca/Makefile        Thu Mar 26 14:30:01 2020 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index