pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/syntax-highlighting



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 18 02:06:38 UTC 2020

Modified Files:
        pkgsrc/textproc/syntax-highlighting: Makefile

Log Message:
syntax-highlighting: skip a portability check


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/syntax-highlighting/Makefile

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

Modified files:

Index: pkgsrc/textproc/syntax-highlighting/Makefile
diff -u pkgsrc/textproc/syntax-highlighting/Makefile:1.29 pkgsrc/textproc/syntax-highlighting/Makefile:1.30
--- pkgsrc/textproc/syntax-highlighting/Makefile:1.29   Mon Aug 17 20:17:45 2020
+++ pkgsrc/textproc/syntax-highlighting/Makefile        Tue Aug 18 02:06:38 2020
@@ -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 @@ LICENSE=      gnu-lgpl-v2.1
 
 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