Update graphics/openimageio to v1.4.8 Also adapt use of new options framework where available Fix: Patch attached with submission follows:
Created attachment 143299 [details] update for openshadinglanguage to 1.4.2 to unbreak it after update to openimageio Hi, Testing your port I discovered that this new version of openimageio removes some deprecated defines, including PT_UNKNOWN from typedesc.h, ref.: https://github.com/lgritz/oiio/commit/56d03e1aff3830b4cc585b6e0360d511f18ee2fb This define is used by graphics/openshadinglanguage 1.4.0 also maintained by you. I made an update to that port, I'm attaching a new patch including yours updating it to the latest 1.4.2 which does not have this problem anymore. Can you test that update too and approve so I can commit both together? Thanks in advance!
Yes I'm ok with updating osl to 1.4.2 as well.
A commit references this bug: Author: madpilot Date: Tue Jun 3 08:25:08 UTC 2014 New revision: 356308 URL: http://svnweb.freebsd.org/changeset/ports/356308 Log: - Update OpenImageIO to 1.4.8 - Use OPTIONS helpers where appropriate - Update OpenShadingLanguage to 1.4.2 PR: 190254 Submitted by: FreeBSD@ShaneWare.Biz (Maintainer) Changes: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist head/graphics/openshadinglanguage/Makefile head/graphics/openshadinglanguage/distinfo
Committed, Thanks!