Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 08:38:49 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317935 - in head/graphics/openimageio: . files
Message-ID:  <201305120838.r4C8cnPq012398@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <FreeBSD@Shaneware.biz> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305120838.r4C8cnPq012398>