git: 42a0e29a8c62 - main - multimedia/opentimelineio: Pass -DOTIO_DEPENDENCIES_INSTALL=OFF to CMake

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Fri, 28 Mar 2025 08:36:28 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42a0e29a8c62745156c5827271ba88d233ed5f06

commit 42a0e29a8c62745156c5827271ba88d233ed5f06
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-28 08:34:16 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-28 08:36:16 +0000

    multimedia/opentimelineio: Pass -DOTIO_DEPENDENCIES_INSTALL=OFF to CMake
    
    With this option turned on the CMake config file ends up referencing the /deps/
    subdir, which does not exist, because there are no deps that are actually installed.
    
    Reported by:    KDE CI
---
 multimedia/opentimelineio/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/opentimelineio/Makefile b/multimedia/opentimelineio/Makefile
index de71a77c337e..ec5f26c14436 100644
--- a/multimedia/opentimelineio/Makefile
+++ b/multimedia/opentimelineio/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	opentimelineio
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.17.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -22,6 +23,7 @@ GH_PROJECT=	OpenTimelineIO
 GH_TUPLE=	Tencent:rapidjson:06d58b9e848c650114556a23294d0b6440078c61:Tencent_rapidjson/src/deps/rapidjson
 
 CMAKE_ON=	OTIO_FIND_IMATH
+CMAKE_OFF=	OTIO_DEPENDENCIES_INSTALL
 
 PORTSCOUT=	limit:^.*[0-9]$$ # should end with a digit to prevent tags like last_pure_python