ports/179192: [maintainer update] for graphics/openimageio
Shane Ambler
FreeBSD at ShaneWare.Biz
Tue Jun 4 13:00:01 UTC 2013
The following reply was made to PR ports/179192; it has been noted by GNATS.
From: Shane Ambler <FreeBSD at ShaneWare.Biz>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/179192: [maintainer update] for graphics/openimageio
Date: Tue, 04 Jun 2013 22:22:18 +0930
This is a multi-part message in MIME format.
--------------000403070905060801010305
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
The following patch replaces the previous one.
Folowing on from pr/179165 I have added a patch to fix compilation with
gcc48 allowing it to be closed.
--------------000403070905060801010305
Content-Type: text/plain; charset=UTF-8;
name="openimageio.patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="openimageio.patch.txt"
diff -Nru openimageio.orig/Makefile openimageio/Makefile
--- openimageio.orig/Makefile 2013-06-04 22:07:24.956381345 +0930
+++ openimageio/Makefile 2013-06-04 22:06:09.644382462 +0930
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME?= openimageio
-PORTVERSION= 1.1.10
+PORTVERSION= 1.1.11
PORTREVISION?= 0
CATEGORIES?= graphics multimedia
@@ -22,7 +22,7 @@
GH_ACCOUNT= OpenImageIO
GH_PROJECT= oiio
GH_TAGNAME= Release-${PORTVERSION}
-GH_COMMIT= f28f5c4
+GH_COMMIT= c330781
WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src
# fbm also installs bin/idiff
diff -Nru openimageio.orig/distinfo openimageio/distinfo
--- openimageio.orig/distinfo 2013-06-04 22:07:24.957380890 +0930
+++ openimageio/distinfo 2013-06-02 06:35:18.588413974 +0930
@@ -1,2 +1,2 @@
-SHA256 (openimageio-1.1.10.tar.gz) = 1510287790113f0c64421623be7bf5b9317a1c9cfd6e85125bae81bc6c07a275
-SIZE (openimageio-1.1.10.tar.gz) = 9501836
+SHA256 (openimageio-1.1.11.tar.gz) = 0c5959cc7556475649588fc7967835c02c11a56124a2271971f3b9b45a1e2b46
+SIZE (openimageio-1.1.11.tar.gz) = 9502225
diff -Nru openimageio.orig/files/patch-ptex.imageio_ptex_PtexWriter.cpp openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp
--- openimageio.orig/files/patch-ptex.imageio_ptex_PtexWriter.cpp 1970-01-01 09:30:00.000000000 +0930
+++ openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp 2013-06-04 19:52:44.447381347 +0930
@@ -0,0 +1,10 @@
+--- ./ptex.imageio/ptex/PtexWriter.cpp.orig 2013-06-04 19:49:43.476382085 +0930
++++ ./ptex.imageio/ptex/PtexWriter.cpp 2013-06-04 19:49:48.134381870 +0930
+@@ -66,6 +66,7 @@
+ #include <algorithm>
+ #include <iostream>
+ #include <sstream>
++#include <unistd.h>
+
+ #include "filesystem.h"
+
diff -Nru openimageio.orig/pkg-plist openimageio/pkg-plist
--- openimageio.orig/pkg-plist 2013-06-04 22:07:24.957380890 +0930
+++ openimageio/pkg-plist 2013-06-02 06:35:18.589381134 +0930
@@ -38,7 +38,7 @@
lib/libOpenImageIO.so
lib/libOpenImageIO.so.1
lib/libOpenImageIO.so.1.1
-lib/libOpenImageIO.so.1.1.10
+lib/libOpenImageIO.so.1.1.11
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/openimageio.pdf
--------------000403070905060801010305--
More information about the freebsd-ports-bugs
mailing list