Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/syntax-highlighting syntax-highlighting: skip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ca107b63159
branches:  trunk
changeset: 437167:6ca107b63159
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 18 02:06:38 2020 +0000

description:
syntax-highlighting: skip a portability check

diffstat:

 textproc/syntax-highlighting/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e964ce4cd5ed -r 6ca107b63159 textproc/syntax-highlighting/Makefile
--- a/textproc/syntax-highlighting/Makefile     Tue Aug 18 02:06:09 2020 +0000
+++ b/textproc/syntax-highlighting/Makefile     Tue Aug 18 02:06:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/08/17 20:17:45 leot Exp $
+# $NetBSD: Makefile,v 1.30 2020/08/18 02:06:38 tnn Exp $
 
 DISTNAME=      syntax-highlighting-${KF5VER}
 PKGREVISION=   1
@@ -12,6 +12,8 @@
 
 USE_TOOLS+=    perl
 
+CHECK_PORTABILITY_SKIP+=       autotests/input/highlight.sh
+
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 BUILDLINK_DEPMETHOD.qt5-qttools= build
 .include "../../x11/qt5-qttools/buildlink3.mk"



Home | Main Index | Thread Index | Old Index