pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kitty kitty: add CHECK_INTERPRETER_SKIP for a file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e57e641bc323
branches:  trunk
changeset: 379175:e57e641bc323
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 12 12:52:55 2022 +0000

description:
kitty: add CHECK_INTERPRETER_SKIP for a file

diffstat:

 x11/kitty/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 522bade48a2b -r e57e641bc323 x11/kitty/Makefile
--- a/x11/kitty/Makefile        Thu May 12 12:37:54 2022 +0000
+++ b/x11/kitty/Makefile        Thu May 12 12:52:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/05/05 12:07:28 nia Exp $
+# $NetBSD: Makefile,v 1.32 2022/05/12 12:52:55 wiz Exp $
 
 DISTNAME=      kitty-0.25.0
 CATEGORIES=    x11
@@ -26,6 +26,8 @@
 # comes with ncurses.
 USE_NCURSES=   yes
 
+CHECK_INTERPRETER_SKIP=        lib/kitty/shell-integration/ssh/askpass.py
+
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index