Skip to content

Commit

Permalink
Update to 1.1.10.
Browse files Browse the repository at this point in the history
The change to thread.h has been reported upstream in
AcademySoftwareFoundation/OpenImageIO#529.

PR:		ports/178505
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
  • Loading branch information
rakuco committed May 12, 2013
1 parent 9752f9a commit 832e2c8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions graphics/openimageio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME?= openimageio
PORTVERSION= 1.1.6
PORTVERSION= 1.1.10
PORTREVISION?= 0
CATEGORIES?= graphics multimedia

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions graphics/openimageio/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion graphics/openimageio/files/patch-include__fmath.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 12 additions & 0 deletions graphics/openimageio/files/patch-include__thread.h
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion graphics/openimageio/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 832e2c8

Please sign in to comment.