Bug 260309

Summary: new port graphics/opencoloriov1
Product: Ports & Packages Reporter: Shane <FreeBSD>
Component: Individual Port(s)Assignee: Dima Panov <fluffy>
Status: Closed FIXED    
Severity: Affects Only Me CC: fluffy
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 260311, 260313    
Attachments:
Description Flags
new port graphics/opencoloriov1 none

Description Shane 2021-12-10 10:34:41 UTC
Created attachment 230013 [details]
new port graphics/opencoloriov1

create new port for opencolorio version 1.x
Updating opencolorio port to 2.1.0 breaks several ports
this provides a temporary fix while ports can be updated
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-01 17:06:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c660685f7d98d83043732b789394e3aaa00a5ad

commit 8c660685f7d98d83043732b789394e3aaa00a5ad
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-02-01 15:50:42 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-02-01 17:04:11 +0000

    graphics/opencoloriov1: copy from graphics/opencolorio (+)

    Prepare to import OCIOv2.
    Adjust to install all as non-conflicting with main library.

    Updating opencolorio port to 2.1.0 breaks several ports.
    this provides a temporary fix while ports can be updated.

    PR:     260309
    Sponsored by:   Netzkommune GmbH.

 graphics/opencoloriov1/Makefile (new)              | 59 +++++++++++++++++++++
 graphics/opencoloriov1/distinfo (new)              |  3 ++
 .../opencoloriov1/files/patch-CMakeLists.txt (new) | 60 ++++++++++++++++++++++
 .../files/patch-docs_CMakeLists.txt (new)          | 17 ++++++
 .../patch-export_pkgconfig_OpenColorIO.pc.in (new) |  8 +++
 .../files/patch-share_cmake_OCIOMacros.cmake (new) | 39 ++++++++++++++
 ...patch-src_apps_ociodisplay_CMakeLists.txt (new) | 11 ++++
 .../files/patch-src_core_CMakeLists.txt (new)      | 27 ++++++++++
 .../files/patch-src_core_Config.cpp (new)          | 11 ++++
 graphics/opencoloriov1/pkg-descr (new)             |  7 +++
 graphics/opencoloriov1/pkg-plist (new)             | 11 ++++
 11 files changed, 253 insertions(+)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2022-02-02 12:03:13 UTC
Committed, thanks!