svn commit: r325121 - in head/graphics: openimageio openimageio/files py-openimageio
William Grzybowski
wg at FreeBSD.org
Wed Aug 21 12:54:48 UTC 2013
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}/
More information about the svn-ports-all
mailing list