Received: by mail.netbsd.org (Postfix, from userid 605) id EF18284EDC; Sun, 24 Apr 2022 22:40:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3482A84D4A for ; Sun, 24 Apr 2022 22:40:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9fwl8g5Wcev7 for ; Sun, 24 Apr 2022 22:40:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8F44184D05 for ; Sun, 24 Apr 2022 22:40:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88FA8FB1A; Sun, 24 Apr 2022 22:40:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650840000185910" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 22:40:00 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/textproc/syntax-highlighting To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220424224000.88FA8FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650840000185910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Apr 24 22:40:00 UTC 2022 Modified Files: pkgsrc/textproc/syntax-highlighting: Makefile Log Message: syntax-highlighting: add CHECK_PORTABILITY_SKIP To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/syntax-highlighting/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650840000185910 Content-Disposition: inline Content-Length: 790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/syntax-highlighting/Makefile diff -u pkgsrc/textproc/syntax-highlighting/Makefile:1.43 pkgsrc/textproc/syntax-highlighting/Makefile:1.44 --- pkgsrc/textproc/syntax-highlighting/Makefile:1.43 Mon Apr 18 19:10:10 2022 +++ pkgsrc/textproc/syntax-highlighting/Makefile Sun Apr 24 22:40:00 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2022/04/18 19:10:10 adam Exp $ +# $NetBSD: Makefile,v 1.44 2022/04/24 22:40:00 tnn Exp $ DISTNAME= syntax-highlighting-${KF5VER} PKGREVISION= 7 @@ -13,6 +13,7 @@ LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= perl CHECK_PORTABILITY_SKIP+= autotests/input/highlight.sh +CHECK_PORTABILITY_SKIP+= autotests/folding/highlight.sh.fold .include "../../x11/qt5-qtbase/buildlink3.mk" BUILDLINK_DEPMETHOD.qt5-qttools= build --_----------=_1650840000185910--