Bug 222132 - [maintainer update] graphics/openimageio: update to 1.7.17, unbreaking with boost 1.65
Summary: [maintainer update] graphics/openimageio: update to 1.7.17, unbreaking with b...
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: Jan Beich
URL:
Keywords: patch
Depends on:
Blocks: 220714
  Show dependency treegraph
 
Reported: 2017-09-08 02:41 UTC by Shane
Modified: 2017-09-09 19:51 UTC (History)
0 users

See Also:


Attachments
maintainer update for graphics/openimageio (1.25 KB, patch)
2017-09-08 02:41 UTC, Shane
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2017-09-08 02:41:29 UTC
Created attachment 186159 [details]
maintainer update for graphics/openimageio

Update openimageio to 1.7.17

This includes the patch to correct versioned library links from previous report bug #220704
Comment 1 Jan Beich freebsd_committer freebsd_triage 2017-09-09 17:21:36 UTC
This fixes Python bindings with Boost 1.65.0 release (beta1 wasn't affected). 

In file included from src/python/py_roi.cpp:31:
src/python/py_oiio.h:77:36: error: use of undeclared identifier 'numeric'; did you mean 'boost::numeric'?
const void * python_array_address (numeric::array &data, TypeDesc &elementtype,
                                   ^~~~~~~
                                   boost::numeric
/usr/local/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp:9:29: note: 'boost::numeric' declared here
namespace boost { namespace numeric {
                            ^
[...]
build log: http://sprunge.us/eiRK
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-09-09 19:39:57 UTC
A commit references this bug:

Author: jbeich
Date: Sat Sep  9 19:39:49 UTC 2017
New revision: 449506
URL: https://svnweb.freebsd.org/changeset/ports/449506

Log:
  graphics/openimageio: update to 1.7.17

  Changes:	https://github.com/OpenImageIO/oiio/blob/Release-1.7.17/CHANGES.md
  PR:		222132
  Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)

Changes:
  head/graphics/appleseed/Makefile
  head/graphics/blender/Makefile
  head/graphics/luxrender/Makefile
  head/graphics/opencolorio/Makefile
  head/graphics/openimageio/Makefile
  head/graphics/openimageio/distinfo
  head/graphics/openshadinglanguage/Makefile
Comment 3 Jan Beich freebsd_committer freebsd_triage 2017-09-09 19:51:13 UTC
Thanks. Landed.