Received: by mail.netbsd.org (Postfix, from userid 605) id ED675850F1; Mon, 28 Jun 2021 20:42:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35C46850EF for ; Mon, 28 Jun 2021 20:42:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vA3zxYKJeveA for ; Mon, 28 Jun 2021 20:42:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8E3C384CDF for ; Mon, 28 Jun 2021 20:42:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8793AFA95; Mon, 28 Jun 2021 20:42:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624912964127250" MIME-Version: 1.0 Date: Mon, 28 Jun 2021 20:42:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases/mariadb105-client To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210628204244.8793AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624912964127250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jun 28 20:42:44 UTC 2021 Modified Files: pkgsrc/databases/mariadb105-client: Makefile.common Log Message: mariadb105-client: add more to CHECK_PORTABILITY_SKIP To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/mariadb105-client/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624912964127250 Content-Disposition: inline Content-Length: 974 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mariadb105-client/Makefile.common diff -u pkgsrc/databases/mariadb105-client/Makefile.common:1.5 pkgsrc/databases/mariadb105-client/Makefile.common:1.6 --- pkgsrc/databases/mariadb105-client/Makefile.common:1.5 Sun May 30 16:33:30 2021 +++ pkgsrc/databases/mariadb105-client/Makefile.common Mon Jun 28 20:42:44 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2021/05/30 16:33:30 nia Exp $ +# $NetBSD: Makefile.common,v 1.6 2021/06/28 20:42:44 wiz Exp $ # # used by databases/mariadb105-client/Makefile # used by databases/mariadb105-server/Makefile @@ -97,6 +97,7 @@ SUBST_SED.perl+= -e "s,/usr/local/bin/pe CHECK_INTERPRETER_SKIP+= share/mysql/test/* CHECK_PORTABILITY_SKIP+= storage/columnstore/columnstore/oam/cloud/*.sh.in +CHECK_PORTABILITY_SKIP+= storage/columnstore/columnstore/oam/install_scripts/*.sh.in CHECK_PORTABILITY_SKIP+= BUILD/compile-pentium-gcov PKGCONFIG_OVERRIDE+= support-files/mariadb.pc.in --_----------=_1624912964127250--