Bug 190254 - [maintainer update] for graphics/openimageio
Summary: [maintainer update] for graphics/openimageio
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-26 10:50 UTC by Shane
Modified: 2014-06-03 08:26 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (3.88 KB, patch)
2014-05-26 10:50 UTC, Shane
no flags Details | Diff
update for openshadinglanguage to 1.4.2 to unbreak it after update to openimageio (5.18 KB, patch)
2014-06-02 21:32 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2014-05-26 10:50:00 UTC
Update graphics/openimageio to v1.4.8
Also adapt use of new options framework where available

Fix: Patch attached with submission follows:
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2014-06-02 21:32:20 UTC
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!
Comment 2 Shane 2014-06-03 05:58:24 UTC
Yes I'm ok with updating osl to 1.4.2 as well.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-06-03 08:25:40 UTC
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
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2014-06-03 08:26:31 UTC
Committed, Thanks!