This updates py-openimageio to 1.2 was missed with the openimageio update and is mostly within the parent port. patch file extra-patch-CMakeLists.txt has been deleted. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->wg I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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}/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"