svn commit: r449096 - head/graphics/py-pyembree

Antoine Brodin antoine at FreeBSD.org
Fri Sep 1 18:25:21 UTC 2017


Author: antoine
Date: Fri Sep  1 18:25:20 2017
New Revision: 449096
URL: https://svnweb.freebsd.org/changeset/ports/449096

Log:
  Mark BROKEN: fails to configure
  
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 11, in <module>
      include_dirs=include_path)
    File "/usr/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 886, in cythonize
      c_options = CompilationOptions(**options)
    File "/usr/local/lib/python2.7/site-packages/Cython/Compiler/Main.py", line 559, in __init__
      raise ValueError(message)
  ValueError: got unknown compilation option, please remove: include_dirs
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/py-pyembree/Makefile

Modified: head/graphics/py-pyembree/Makefile
==============================================================================
--- head/graphics/py-pyembree/Makefile	Fri Sep  1 18:23:11 2017	(r449095)
+++ head/graphics/py-pyembree/Makefile	Fri Sep  1 18:25:20 2017	(r449096)
@@ -12,6 +12,8 @@ COMMENT=	Python wrapper for Embree
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	cython:lang/cython \
 		${PYNUMPY}
 LIB_DEPENDS=	libembree.so:graphics/embree


More information about the svn-ports-all mailing list