From owner-svn-ports-head@FreeBSD.ORG Sun May 12 08:38:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8E895751; Sun, 12 May 2013 08:38:50 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7F98886; Sun, 12 May 2013 08:38:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4C8cnhS012403; Sun, 12 May 2013 08:38:49 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4C8cnPq012398; Sun, 12 May 2013 08:38:49 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201305120838.r4C8cnPq012398@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 12 May 2013 08:38:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317935 - in head/graphics/openimageio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2013 08:38:50 -0000 Author: rakuco Date: Sun May 12 08:38:48 2013 New Revision: 317935 URL: http://svnweb.freebsd.org/changeset/ports/317935 Log: Update to 1.1.10. The change to thread.h has been reported upstream in https://github.com/OpenImageIO/oiio/issues/529. PR: ports/178505 Submitted by: Shane Ambler (maintainer) Added: head/graphics/openimageio/files/patch-include__thread.h (contents, props changed) Modified: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/files/patch-include__fmath.h head/graphics/openimageio/pkg-plist Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Sun May 12 08:06:32 2013 (r317934) +++ head/graphics/openimageio/Makefile Sun May 12 08:38:48 2013 (r317935) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= openimageio -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.10 PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -22,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= 5fcd523 +GH_COMMIT= f28f5c4 WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src # fbm also installs bin/idiff Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Sun May 12 08:06:32 2013 (r317934) +++ head/graphics/openimageio/distinfo Sun May 12 08:38:48 2013 (r317935) @@ -1,2 +1,2 @@ -SHA256 (openimageio-1.1.6.tar.gz) = a4d8bf7cedade3b3177bc5f46c3f0bb45de9ba32720d273d6334c03c3dfa2815 -SIZE (openimageio-1.1.6.tar.gz) = 8300662 +SHA256 (openimageio-1.1.10.tar.gz) = 1510287790113f0c64421623be7bf5b9317a1c9cfd6e85125bae81bc6c07a275 +SIZE (openimageio-1.1.10.tar.gz) = 9501836 Modified: head/graphics/openimageio/files/patch-include__fmath.h ============================================================================== --- head/graphics/openimageio/files/patch-include__fmath.h Sun May 12 08:06:32 2013 (r317934) +++ head/graphics/openimageio/files/patch-include__fmath.h Sun May 12 08:38:48 2013 (r317935) @@ -1,6 +1,6 @@ --- include/fmath.h.orig 2013-01-21 11:39:43.845857535 +1030 +++ include/fmath.h 2013-01-21 11:39:52.142857433 +1030 -@@ -972,7 +972,7 @@ +@@ -976,7 +976,7 @@ // Functions missing from FreeBSD Added: head/graphics/openimageio/files/patch-include__thread.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openimageio/files/patch-include__thread.h Sun May 12 08:38:48 2013 (r317935) @@ -0,0 +1,12 @@ +--- include/thread.h.orig 2013-03-01 21:46:47.380515836 +1030 ++++ include/thread.h 2013-03-01 21:46:56.456181119 +1030 +@@ -110,9 +110,7 @@ + #endif + + #if defined(__GNUC__) && (defined(_GLIBCXX_ATOMIC_BUILTINS) || (__GNUC__ * 100 + __GNUC_MINOR__ >= 401)) +-#if !defined(__FreeBSD__) || defined(__x86_64__) + #define USE_GCC_ATOMICS +-#endif + #endif + + OIIO_NAMESPACE_ENTER Modified: head/graphics/openimageio/pkg-plist ============================================================================== --- head/graphics/openimageio/pkg-plist Sun May 12 08:06:32 2013 (r317934) +++ head/graphics/openimageio/pkg-plist Sun May 12 08:38:48 2013 (r317935) @@ -38,7 +38,7 @@ include/OpenImageIO/version.h lib/libOpenImageIO.so lib/libOpenImageIO.so.1 lib/libOpenImageIO.so.1.1 -lib/libOpenImageIO.so.1.1.6 +lib/libOpenImageIO.so.1.1.10 %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf