mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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]
This commit is contained in:
parent
7ee50aa402
commit
5c936c5876
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321340
@ -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}/graphics/opencolorio
|
||||
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>
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user