Bug 260313

Summary: update for graphics/krita
Product: Ports & Packages Reporter: Shane <FreeBSD>
Component: Individual Port(s)Assignee: Dima Panov <fluffy>
Status: Closed FIXED    
Severity: Affects Only Me CC: FreeBSD, fluffy
Priority: --- Flags: bugzilla: maintainer-feedback? (kde)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 260309    
Bug Blocks:    
Attachments:
Description Flags
update for graphics/krita none

Description Shane 2021-12-10 10:46:53 UTC
Created attachment 230017 [details]
update for graphics/krita

update for graphics/krita
Due to updating opencolorio to v2.1.0 krita fails to compile
This patch adjusts krita to build using ociov1 provided by new port
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-01 17:05:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c85328abe9e15b35a6e581997c1b8791eefb671

commit 5c85328abe9e15b35a6e581997c1b8791eefb671
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-02-01 16:43:35 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-02-01 17:04:14 +0000

    graphics/krita: follow ICIOv1 port (+)

    Due to updating opencolorio to v2.1.0 krita fails to compile.
    This patch adjusts krita to build using ociov1 provided by new port.

    PR:             260313
    Sponsored by:   Netzkommune GmbH.

 graphics/krita/Makefile                                  | 11 +++++++++--
 .../krita/files/patch-cmake_modules_FindOCIO.cmake (new) | 16 ++++++++++++++++
 2 files changed, 25 insertions(+), 2 deletions(-)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2022-02-02 12:04:33 UTC
Committed, thanks!