Received: by mail.netbsd.org (Postfix, from userid 605) id B174784DA4; Sun, 16 Aug 2020 22:18:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3908184CED for ; Sun, 16 Aug 2020 22:18:50 +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 VxQ4jZVbZnHQ for ; Sun, 16 Aug 2020 22:18:49 +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 92BB584CEC for ; Sun, 16 Aug 2020 22:18:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86E10FB28; Sun, 16 Aug 2020 22:18:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1597616329110040" MIME-Version: 1.0 Date: Sun, 16 Aug 2020 22:18:49 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/graphics/opencv To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200816221849.86E10FB28@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. --_----------=_1597616329110040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Aug 16 22:18:49 UTC 2020 Modified Files: pkgsrc/graphics/opencv: Makefile.common Log Message: opencv: skip portability checks for ios To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/opencv/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1597616329110040 Content-Disposition: inline Content-Length: 857 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/opencv/Makefile.common diff -u pkgsrc/graphics/opencv/Makefile.common:1.5 pkgsrc/graphics/opencv/Makefile.common:1.6 --- pkgsrc/graphics/opencv/Makefile.common:1.5 Thu Apr 30 09:23:28 2020 +++ pkgsrc/graphics/opencv/Makefile.common Sun Aug 16 22:18:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2020/04/30 09:23:28 wiz Exp $ +# $NetBSD: Makefile.common,v 1.6 2020/08/16 22:18:49 tnn Exp $ # used by graphics/opencv/Makefile # used by graphics/opencv-contrib-face/Makefile # @@ -21,6 +21,8 @@ USE_TOOLS+= gmake pkg-config CONFIGURE_DIRS+= build CONFIGURE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} +CHECK_PORTABILITY_SKIP+= platforms/ios/cmake/Toolchains/xcodebuild_wrapper.in + CMAKE_ARG_PATH= ${WRKSRC} CMAKE_ARGS+= -DBUILD_PROTOBUF=OFF CMAKE_ARGS+= -DCV_ENABLE_INTRINSICS=OFF # XXX: problematic --_----------=_1597616329110040--