Date: Wed, 18 Apr 2018 06:39:37 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467681 - in head/graphics: openimageio py-openimageio Message-ID: <201804180639.w3I6dbhH058816@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Apr 18 06:39:37 2018 New Revision: 467681 URL: https://svnweb.freebsd.org/changeset/ports/467681 Log: graphics/py-openimageio: expose Python 3.x support after r461885 Modified: head/graphics/openimageio/Makefile (contents, props changed) head/graphics/py-openimageio/Makefile (contents, props changed) Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Wed Apr 18 06:39:24 2018 (r467680) +++ head/graphics/openimageio/Makefile Wed Apr 18 06:39:37 2018 (r467681) @@ -96,8 +96,8 @@ CMAKE_ARGS+= -DUSE_PYTHON:BOOL=OFF -DUSE_PYTHON3:BOOL= LIB_DEPENDS+= libOpenImageIO.so:graphics/openimageio \ ${PY_BOOST} PLIST= ${PKGDIR}/pkg-plist-pybind -#while oiio supports py3, ports doesn't have py3 support for boost-python yet -USES+= python:2.7 +USES+= python +USE_PYTHON= flavors CMAKE_ARGS+= -DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \ -DOIIO_BUILD_TOOLS:BOOL=OFF -DUSE_FFMPEG:BOOL=OFF .endif Modified: head/graphics/py-openimageio/Makefile ============================================================================== --- head/graphics/py-openimageio/Makefile Wed Apr 18 06:39:24 2018 (r467680) +++ head/graphics/py-openimageio/Makefile Wed Apr 18 06:39:37 2018 (r467681) @@ -1,7 +1,7 @@ # Created by: Shane Ambler # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804180639.w3I6dbhH058816>