git: 65a84aad7b5b - main - graphics/blender-lts29: Mark BROKEN, deprecate and set expiration date to 2023-07-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jul 2023 02:30:24 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=65a84aad7b5bb4de8d98058a2164726772ca72cb commit 65a84aad7b5bb4de8d98058a2164726772ca72cb Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-07-12 02:26:20 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-07-12 02:30:20 +0000 graphics/blender-lts29: Mark BROKEN, deprecate and set expiration date to 2023-07-31 * Fails to compile, ld: error: unable to find library -lOpenImageIO_Util * Unsupported as of June 2023 PR: 272307 Reviewed by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) --- graphics/blender-lts29/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/blender-lts29/Makefile b/graphics/blender-lts29/Makefile index 579e727c2ec4..2136b368d5e6 100644 --- a/graphics/blender-lts29/Makefile +++ b/graphics/blender-lts29/Makefile @@ -15,6 +15,10 @@ WWW= https://www.blender.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/doc/license/GPL3-license.txt +BROKEN= Fails to compile, ld: error: unable to find library -lOpenImageIO_Util +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2023-07-31 + NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= uses 64bit atomic functions