Re: git: 410711a4baa1 - main - graphics/py-openimageio: Broken

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Tue, 14 May 2024 08:35:54 UTC
On Tue, May 14, 2024 at 11:23 AM Yuri Victorovich <yuri@freebsd.org> wrote:
>
> The branch main has been updated by yuri:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=410711a4baa10174d81bbbf647e04e76b5e64a86
>
> commit 410711a4baa10174d81bbbf647e04e76b5e64a86
> Author:     Yuri Victorovich <yuri@FreeBSD.org>
> AuthorDate: 2024-05-14 08:22:10 +0000
> Commit:     Yuri Victorovich <yuri@FreeBSD.org>
> CommitDate: 2024-05-14 08:23:17 +0000
>
>     graphics/py-openimageio: Broken
>
>     Reported by:    fallout
> ---
>  graphics/py-openimageio/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile
> index 90cf0342bb59..4d2e4eaf0dbd 100644
> --- a/graphics/py-openimageio/Makefile
> +++ b/graphics/py-openimageio/Makefile
> @@ -4,6 +4,8 @@ PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
>
>  COMMENT=       OpenImageIO python bindings
>
> +BROKEN=                broken due to OpenVDB using undefined STL function std::tuple_size_v, see https://github.com/AcademySoftwareFoundation/openvdb/issues/1814
> +

This is a C++17 thing. Maybe USES=compiler:c++14-lang should be
replaced with c++17 ?