From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 5 16:00:35 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 977111065670 for ; Fri, 5 Oct 2012 16:00:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 564B88FC18 for ; Fri, 5 Oct 2012 16:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q95G0ZMC073361 for ; Fri, 5 Oct 2012 16:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q95G0Z2l073360; Fri, 5 Oct 2012 16:00:35 GMT (envelope-from gnats) Resent-Date: Fri, 5 Oct 2012 16:00:35 GMT Resent-Message-Id: <201210051600.q95G0Z2l073360@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shane Ambler Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79DF81065672 for ; Fri, 5 Oct 2012 15:59:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 620498FC18 for ; Fri, 5 Oct 2012 15:59:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q95FxBkc072872 for ; Fri, 5 Oct 2012 15:59:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q95FxB8t072871; Fri, 5 Oct 2012 15:59:11 GMT (envelope-from nobody) Message-Id: <201210051559.q95FxB8t072871@red.freebsd.org> Date: Fri, 5 Oct 2012 15:59:11 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/172362: [maintainer update] update for graphics/openimageio X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 16:00:35 -0000 >Number: 172362 >Category: ports >Synopsis: [maintainer update] update for graphics/openimageio >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 16:00:34 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.0-RELEASE-p1 >Organization: >Environment: FreeBSD leader.local 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #1: Tue May 15 12:34:33 CST 2012 shane@leader.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This is a small change to graphics/openimageio While blender is effected by this update the new version just out will update it in the next few days. commit reason -- gcc46 was found to create a corrupted binary on i386 targets. gcc42 must be used for i386 binaries. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Nru openimageio.orig/Makefile openimageio/Makefile --- openimageio.orig/Makefile 2012-10-06 01:09:49.915351458 +0930 +++ openimageio/Makefile 2012-10-06 01:09:35.282351603 +0930 @@ -7,6 +7,7 @@ PORTNAME= openimageio PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= graphics multimedia MASTER_SITES= https://github.com/OpenImageIO/oiio/tarball/ DISTNAME= Release-${PORTVERSION} @@ -74,8 +75,9 @@ .include -.if ${ARCH} == "i386" || ${OSVERSION} < 803000 -USE_GCC= 4.6+ +.if ${ARCH} == "i386" && ${CC} != "clang" +# gcc > 4.2 builds a corrupted i386 binary +USE_GCC= 4.2 .endif .if ${OSVERSION} < 800000 >Release-Note: >Audit-Trail: >Unformatted: