Bug 216601

Summary: graphics/openimageio: Update to 1.7.10
Product: Ports & Packages Reporter: Shane <FreeBSD>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update for graphics/openimageio
none
extra patch for graphics/blender none

Description Shane 2017-01-30 13:28:07 UTC
Created attachment 179424 [details]
update for graphics/openimageio

Update to 1.7.10
- Move LIB_DEPENDS to top so that slave ports also get dependency list
- Add indirect dependencies
- Change USE=compiler:c11 to compiler:c++11-lib - this should satisfy the powerpc need to enable newer gcc version without affecting other platforms.
Comment 1 Shane 2017-01-30 13:30:43 UTC
Created attachment 179426 [details]
extra patch for graphics/blender

graphics/blender fails to build with openimageio 1.7.x, adding this small patch to graphics/blender/files fixes the build.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-07-13 00:07:18 UTC
A commit references this bug:

Author: swills
Date: Thu Jul 13 00:06:30 UTC 2017
New revision: 445627
URL: https://svnweb.freebsd.org/changeset/ports/445627

Log:
  graphics/openimageio: update to 1.7.10

  While here, add patch for blender to fix it's build with this new version of
  openimageio.

  PR:		216601
  Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)

Changes:
  head/graphics/blender/files/patch-source_blender_imbuf_intern_oiio_openimageio__api.cpp
  head/graphics/openimageio/Makefile
  head/graphics/openimageio/distinfo
  head/graphics/openimageio/pkg-plist
Comment 3 Steve Wills freebsd_committer freebsd_triage 2017-07-13 00:09:28 UTC
Committed, thanks!