pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kitty



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 12 12:52:55 UTC 2022

Modified Files:
        pkgsrc/x11/kitty: Makefile

Log Message:
kitty: add CHECK_INTERPRETER_SKIP for a file


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/kitty/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.31 pkgsrc/x11/kitty/Makefile:1.32
--- pkgsrc/x11/kitty/Makefile:1.31      Thu May  5 12:07:28 2022
+++ pkgsrc/x11/kitty/Makefile   Thu May 12 12:52:55 2022
@@ -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 @@ BUILDLINK_TRANSFORM+= rm:-pedantic-error
 # 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