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
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
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
Thanks. Landed.