pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/orca



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.

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"



Home | Main Index | Thread Index | Old Index