Date: Wed, 19 Jun 2013 22:04:33 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321340 - in head/graphics/openimageio: . files Message-ID: <201306192204.r5JM4XAX086342@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Wed Jun 19 22:04:32 2013 New Revision: 321340 URL: http://svnweb.freebsd.org/changeset/ports/321340 Log: - Update to 1.1.11 - Fix build with gcc 4.8 - While I'm here, remove check for unsupported FreeBSD version PR: ports/179165 [1], ports/179192 [2] Submitted by: Anderson Guzman <aguzman@pendulosoftware.com> [1] Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer) [2] Added: head/graphics/openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp (contents, props changed) Modified: head/graphics/openimageio/Makefile head/graphics/openimageio/distinfo head/graphics/openimageio/pkg-plist Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Wed Jun 19 21:57:33 2013 (r321339) +++ head/graphics/openimageio/Makefile Wed Jun 19 22:04:32 2013 (r321340) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= openimageio -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.11 PORTREVISION?= 0 CATEGORIES?= graphics multimedia @@ -22,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio GH_TAGNAME= Release-${PORTVERSION} -GH_COMMIT= f28f5c4 +GH_COMMIT= c092151 WRKSRC= ${WRKDIR}/OpenImageIO-oiio-${GH_COMMIT}/src # fbm also installs bin/idiff @@ -80,15 +80,9 @@ LIB_DEPENDS+= OpenColorIO:${PORTSDIR}/gr CMAKE_ARGS+= -DUSE_OCIO:BOOL=OFF .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800000 -IGNORE= requires FreeBSD 8.0 or higher -.endif - post-install: .if !defined(OIIO_PYBIND) cd ${PREFIX}/lib && ${LN} -sf libOpenImageIO.so.1.1 libOpenImageIO.so.1 .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/graphics/openimageio/distinfo ============================================================================== --- head/graphics/openimageio/distinfo Wed Jun 19 21:57:33 2013 (r321339) +++ head/graphics/openimageio/distinfo Wed Jun 19 22:04:32 2013 (r321340) @@ -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) = 489be1c57f10543412b42ae2aa67eb0ecb9634045b698b29ec06b5d120722308 +SIZE (openimageio-1.1.11.tar.gz) = 9502233 Added: head/graphics/openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openimageio/files/patch-ptex.imageio_ptex_PtexWriter.cpp Wed Jun 19 22:04:32 2013 (r321340) @@ -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" + Modified: head/graphics/openimageio/pkg-plist ============================================================================== --- head/graphics/openimageio/pkg-plist Wed Jun 19 21:57:33 2013 (r321339) +++ head/graphics/openimageio/pkg-plist Wed Jun 19 22:04:32 2013 (r321340) @@ -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.10 +lib/libOpenImageIO.so.1.1.11 %%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?201306192204.r5JM4XAX086342>