svn commit: r467681 - in head/graphics: openimageio py-openimageio
Jan Beich
jbeich at FreeBSD.org
Wed Apr 18 06:39:38 UTC 2018
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}
More information about the svn-ports-all
mailing list