Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2013 12:54:47 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325121 - in head/graphics: openimageio openimageio/files py-openimageio
Message-ID:  <201308211254.r7LCslhJ022150@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Aug 21 12:54:47 2013
New Revision: 325121
URL: http://svnweb.freebsd.org/changeset/ports/325121

Log:
  graphics/py-openimageio: fix build
  
  - Fix build, missed in openimageio update
  
  PR:		ports/181008
  Submitted by:	Shane Ambler <FreeBSD Shaneware.biz> (maintainer)

Deleted:
  head/graphics/openimageio/files/extra-patch-CMakeLists.txt
Modified:
  head/graphics/openimageio/Makefile
  head/graphics/py-openimageio/Makefile

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Wed Aug 21 12:49:52 2013	(r325120)
+++ head/graphics/openimageio/Makefile	Wed Aug 21 12:54:47 2013	(r325121)
@@ -38,12 +38,13 @@ CMAKE_ARGS?=	-DBUILDSTATIC:BOOL=OFF \
 USE_LDCONFIG=	yes
 
 .if defined(OIIO_PYBIND)
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-CMakeLists.txt
 PLIST=		${PKGDIR}/pkg-plist-pybind
 CMAKE_ARGS+=	-DUSE_PYTHON:BOOL=ON
+CMAKE_ARGS+=	-DOIIO_BUILD_TOOLS:BOOL=OFF
 .else
 PLIST=		${PKGDIR}/pkg-plist
 CMAKE_ARGS+=	-DUSE_PYTHON:BOOL=OFF
+CMAKE_ARGS+=	-DOIIO_BUILD_TOOLS:BOOL=ON
 .endif
 
 .if !defined(OIIO_PYBIND)

Modified: head/graphics/py-openimageio/Makefile
==============================================================================
--- head/graphics/py-openimageio/Makefile	Wed Aug 21 12:49:52 2013	(r325120)
+++ head/graphics/py-openimageio/Makefile	Wed Aug 21 12:54:47 2013	(r325121)
@@ -2,7 +2,6 @@
 # $FreeBSD$
 
 PORTNAME=	openimageio
-PORTREVISION=	1
 CATEGORIES=	graphics multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -15,14 +14,10 @@ LIB_DEPENDS=	OpenImageIO:${PORTSDIR}/gra
 
 MASTERDIR=	${.CURDIR}/../openimageio
 
-BROKEN=		Does not patch
-
 USE_PYTHON=	2.6+
 
 OIIO_PYBIND=	yes
 
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-CMakeLists.txt
-
 do-install:
 	${INSTALL_LIB} ${BUILD_WRKSRC}/python/OpenImageIO.so ${PYTHON_SITELIBDIR}/
 



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