Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6CDD984F73 for ; Wed, 15 Nov 2023 22:35:58 +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 HpJUS5oShEQv for ; Wed, 15 Nov 2023 22:35:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BA65284E64 for ; Wed, 15 Nov 2023 22:35:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9D28FA3D; Wed, 15 Nov 2023 22:35:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700087757284290" MIME-Version: 1.0 Date: Wed, 15 Nov 2023 22:35:57 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/graphics/openexr To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20231115223557.A9D28FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700087757284290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Wed Nov 15 22:35:57 UTC 2023 Modified Files: pkgsrc/graphics/openexr: Makefile Log Message: openexr: catch up w/ path change in CHECK_PORTABILITY_SKIP To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/openexr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700087757284290 Content-Disposition: inline Content-Length: 758 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/openexr/Makefile diff -u pkgsrc/graphics/openexr/Makefile:1.57 pkgsrc/graphics/openexr/Makefile:1.58 --- pkgsrc/graphics/openexr/Makefile:1.57 Wed Nov 15 20:11:56 2023 +++ pkgsrc/graphics/openexr/Makefile Wed Nov 15 22:35:57 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2023/11/15 20:11:56 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2023/11/15 22:35:57 tnn Exp $ DISTNAME= openexr-3.2.1 CATEGORIES= graphics @@ -25,7 +25,7 @@ PTHREAD_OPTS= require CMAKE_ARGS+= -DBUILD_TESTING=OFF CHECK_PORTABILITY_SKIP+= Contrib/DtexToExr/bootstrap -CHECK_PORTABILITY_SKIP+= util/reformat.sh +CHECK_PORTABILITY_SKIP+= share/util/reformat.sh .include "../../devel/cmake/build.mk" .include "../../mk/pthread.buildlink3.mk" --_----------=_1700087757284290--