svn commit: r467680 - head/graphics/openimageio

Jan Beich jbeich at FreeBSD.org
Wed Apr 18 06:39:24 UTC 2018


Author: jbeich
Date: Wed Apr 18 06:39:24 2018
New Revision: 467680
URL: https://svnweb.freebsd.org/changeset/ports/467680

Log:
  graphics/py-openimageio: unbreak with boost 1.67
  
  -- Boost python support not found -- will not build python components!
  [...]
  install  -s -m 0644 /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so /wrkdirs/usr/ports/graphics/py-openimageio/work/stage/usr/local/lib/python2.7/site-packages
  install: /wrkdirs/usr/ports/graphics/py-openimageio/work/.build/src/python/OpenImageIO.so: No such file or directory
  
  PR:		227427
  Reported by:	antoine (via exp-run)

Modified:
  head/graphics/openimageio/Makefile   (contents, props changed)

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Wed Apr 18 06:39:11 2018	(r467679)
+++ head/graphics/openimageio/Makefile	Wed Apr 18 06:39:24 2018	(r467680)
@@ -105,6 +105,8 @@ CMAKE_ARGS+=	-DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=O
 post-patch:
 	@${REINPLACE_CMD} -e 's|share/doc/OpenImageIO|${DOCSDIR}|g' \
 		${WRKSRC}/CMakeLists.txt
+	${REINPLACE_CMD} -e '/find_/s/ boost_python[[:>:]]/ ${PY_BOOST_LIB}/' \
+		${WRKSRC}/src/cmake/externalpackages.cmake
 
 post-install:
 .if ${SLAVE_PORT} == no


More information about the svn-ports-head mailing list