git: 51b7e5771656 - main - multimedia/py-opentimelineio: Broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jun 2024 10:33:31 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=51b7e57716564ebf51f8be187ed64cb8a640cb3b
commit 51b7e57716564ebf51f8be187ed64cb8a640cb3b
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-05 09:09:02 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-05 10:33:27 +0000
multimedia/py-opentimelineio: Broken
Reported by: fallout
---
multimedia/py-opentimelineio/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/multimedia/py-opentimelineio/Makefile b/multimedia/py-opentimelineio/Makefile
index feea202aa04b..d1856dba8297 100644
--- a/multimedia/py-opentimelineio/Makefile
+++ b/multimedia/py-opentimelineio/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/PixarAnimationStudios/OpenTimelineIO
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN= fals to build with Python-3.11, see https://github.com/AcademySoftwareFoundation/OpenTimelineIO/issues/1759
+
LIB_DEPENDS= libImath-3_1.so:math/Imath
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}