Received: by mail.netbsd.org (Postfix, from userid 605) id 8D28A84E43; Sat, 14 Mar 2020 14:13:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 15D0884E33 for ; Sat, 14 Mar 2020 14:13:03 +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 Sjmevp-ihHpK for ; Sat, 14 Mar 2020 14:13:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7316384D6B for ; Sat, 14 Mar 2020 14:13:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D740FB27; Sat, 14 Mar 2020 14:13:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584195182110570" MIME-Version: 1.0 Date: Sat, 14 Mar 2020 14:13:02 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/devel/subversion To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200314141302.6D740FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584195182110570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Mar 14 14:13:02 UTC 2020 Modified Files: pkgsrc/devel/subversion: Makefile.common Log Message: subversion: skip portability checks for unused files To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/subversion/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584195182110570 Content-Disposition: inline Content-Length: 870 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/subversion/Makefile.common diff -u pkgsrc/devel/subversion/Makefile.common:1.43 pkgsrc/devel/subversion/Makefile.common:1.44 --- pkgsrc/devel/subversion/Makefile.common:1.43 Sat Jan 18 23:30:42 2020 +++ pkgsrc/devel/subversion/Makefile.common Sat Mar 14 14:13:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2020/01/18 23:30:42 rillig Exp $ +# $NetBSD: Makefile.common,v 1.44 2020/03/14 14:13:02 tnn Exp $ # used by devel/java-subversion/Makefile # used by devel/p5-subversion/Makefile # used by devel/py-subversion/Makefile @@ -35,6 +35,9 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +CHECK_PORTABILITY_SKIP+= subversion/tests/* # test suite +CHECK_PORTABILITY_SKIP+= tools/dev/iz/ff2csv.command # unused + .include "../../mk/bsd.prefs.mk" .include "../../devel/subversion-base/options.mk" --_----------=_1584195182110570--