Bug 172363 - [maintainer update] update graphics/py-openimageio
Summary: [maintainer update] update graphics/py-openimageio
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-05 17:10 UTC by Shane
Modified: 2012-12-20 10:53 UTC (History)
0 users

See Also:


Attachments
file.diff (664 bytes, patch)
2012-10-05 17:10 UTC, Shane
no flags Details | Diff
py-openimageio.patch.txt (1.11 KB, text/plain; charset=UTF-8)
2012-10-07 15:59 UTC, Shane
no flags Details
py-openimageio.patch.txt (4.34 KB, text/plain; charset=UTF-8)
2012-11-17 05:07 UTC, Shane
no flags Details
py-openimageio.patch.txt (4.46 KB, text/plain; charset=UTF-8)
2012-12-10 21:08 UTC, Shane
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2012-10-05 17:10:12 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-05 17:10:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Marcus von Appen freebsd_committer freebsd_triage 2012-10-05 18:50:13 UTC
Responsible Changed
From-To: freebsd-python->mva

I'll take it.
Comment 3 Shane 2012-10-07 15:59:27 UTC
Updated to keep in line with openimageio
Removed dependency of tbb - not used in the py module.
USE_GCC removed
Comment 4 Shane 2012-11-17 05:07:41 UTC
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.
Comment 5 Shane 2012-12-10 21:08:53 UTC
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.

Comment 6 Marcus von Appen freebsd_committer freebsd_triage 2012-12-20 10:53:07 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!