From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 5 16:10:13 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 330DE106566C for ; Fri, 5 Oct 2012 16:10:13 +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 E24AF8FC14 for ; Fri, 5 Oct 2012 16:10:12 +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 q95GAC5U074113 for ; Fri, 5 Oct 2012 16:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q95GACHr074112; Fri, 5 Oct 2012 16:10:12 GMT (envelope-from gnats) Resent-Date: Fri, 5 Oct 2012 16:10:12 GMT Resent-Message-Id: <201210051610.q95GACHr074112@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 A61601065672 for ; Fri, 5 Oct 2012 16:00:27 +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 84CB08FC0A for ; Fri, 5 Oct 2012 16:00:27 +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 q95G0RoX073111 for ; Fri, 5 Oct 2012 16:00:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q95G0R7b073110; Fri, 5 Oct 2012 16:00:27 GMT (envelope-from nobody) Message-Id: <201210051600.q95G0R7b073110@red.freebsd.org> Date: Fri, 5 Oct 2012 16:00:27 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/172363: [maintainer update] update graphics/py-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:10:13 -0000 >Number: 172363 >Category: ports >Synopsis: [maintainer update] update graphics/py-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:10:12 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/py-openimageio 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 py-openimageio.orig/Makefile py-openimageio/Makefile --- py-openimageio.orig/Makefile 2012-10-06 00:46:40.494352236 +0930 +++ py-openimageio/Makefile 2012-10-05 04:26:28.617826077 +0930 @@ -7,6 +7,7 @@ PORTNAME= openimageio PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= graphics multimedia python MASTER_SITES= https://github.com/OpenImageIO/oiio/tarball/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -42,8 +43,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: