Received: by mail.netbsd.org (Postfix, from userid 605) id BA79484D5B; Sun, 24 Apr 2022 22:07:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 00B8484D4A for ; Sun, 24 Apr 2022 22:07:57 +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 oDwghRpWVxs5 for ; Sun, 24 Apr 2022 22:07:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 518B284CFC for ; Sun, 24 Apr 2022 22:07:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40A89FB1A; Sun, 24 Apr 2022 22:07:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650838076272240" MIME-Version: 1.0 Date: Sun, 24 Apr 2022 22:07:56 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/graphics/libdmtx To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220424220756.40A89FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650838076272240 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:07:56 UTC 2022 Modified Files: pkgsrc/graphics/libdmtx: Makefile Log Message: libdmtx: add CHECK_PORTABILITY_SKIPs To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/libdmtx/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650838076272240 Content-Disposition: inline Content-Length: 723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libdmtx/Makefile diff -u pkgsrc/graphics/libdmtx/Makefile:1.4 pkgsrc/graphics/libdmtx/Makefile:1.5 --- pkgsrc/graphics/libdmtx/Makefile:1.4 Tue Mar 24 14:52:30 2020 +++ pkgsrc/graphics/libdmtx/Makefile Sun Apr 24 22:07:56 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/03/24 14:52:30 nia Exp $ +# $NetBSD: Makefile,v 1.5 2022/04/24 22:07:56 tnn Exp $ DISTNAME= libdmtx-0.7.5 CATEGORIES= graphics @@ -17,6 +17,10 @@ USE_TOOLS+= autoreconf autoconf automake PKGCONFIG_OVERRIDE+= libdmtx.pc.in +CHECK_PORTABILITY_SKIP+= autogen.sh +CHECK_PORTABILITY_SKIP+= script/check* +CHECK_PORTABILITY_SKIP+= test/compare_test/* + pre-configure: cd ${WRKSRC} && autoreconf -fi --_----------=_1650838076272240--