Bug 279845

Summary: update graphics/openimageio update to v2.5.12.0
Product: Ports & Packages Reporter: Shane <FreeBSD>
Component: Individual Port(s)Assignee: Vladimir Druzenko <vvd>
Status: In Progress ---    
Severity: Affects Only Me CC: vvd
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v2.5.12.0
Bug Depends on:    
Bug Blocks: 279847    
Attachments:
Description Flags
maintainer update graphics/openimageio to 2.5.12.0
FreeBSD: maintainer-approval+
+ some tweaks
none
+ some tweaks v2 vvd: maintainer-approval?

Description Shane 2024-06-19 01:03:13 UTC
Created attachment 251555 [details]
maintainer update graphics/openimageio to 2.5.12.0

update graphics/openimageio update to v2.5.12.0
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-06-19 03:19:24 UTC
graphics/py-openimageio/Makefile:
-PORTREVISION=   1
+PORTREVISION=   0
Comment 2 Shane 2024-06-19 09:35:51 UTC
yes the python slave should have the portrevision reset
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-06-27 11:32:39 UTC
Created attachment 251723 [details]
+ some tweaks

Prevent silent grab of graphics/ptex if installed and option PTEX is OFF.
With DICOM option it link with libxml2 - added as dependency.
Comment 4 Shane 2024-06-28 03:14:45 UTC
Comment on attachment 251723 [details]
+ some tweaks

I think it would be cleaner to use PTEX_CMAKE_BOOL_OFF to negate the option

PTEX_CMAKE_BOOL_OFF=  CMAKE_DISABLE_FIND_PACKAGE_Ptex

otherwise ok
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2024-06-28 11:51:43 UTC
Created attachment 251742 [details]
+ some tweaks v2

(In reply to Shane from comment #4)
You are right - changed.
Comment 6 Shane 2024-06-29 02:57:57 UTC
Comment on attachment 251742 [details]
+ some tweaks v2

looks ok