This is a small change to graphics/py-openimageio commit reason -- gcc46 was found to create a corrupted binary on i386 targets. gcc42 must be used for i386 binaries. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->mva I'll take it.
Updated to keep in line with openimageio Removed dependency of tbb - not used in the py module. USE_GCC removed
Further to changes submitted to existing graphics/openimageio pr/172362 I am updating this to make this port a slave to graphics/openimageio. This patch replaces the previous patch and removes the files dir leaving just the Makefile for this port.
To match up with graphics/openimageio this patch replaces the previous one and changes to nothread option. While it shouldn't effect the python bindings I wanted the no threads option to be consistent.
State Changed From-To: open->closed Committed, with minor changes. Thanks!