Bug 260309 - new port graphics/opencoloriov1
Summary: new port graphics/opencoloriov1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks: 260311 260313
  Show dependency treegraph
 
Reported: 2021-12-10 10:34 UTC by Shane
Modified: 2022-02-02 12:03 UTC (History)
1 user (show)

See Also:


Attachments
new port graphics/opencoloriov1 (12.69 KB, text/plain)
2021-12-10 10:34 UTC, Shane
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!