svn commit: r528173 - head/graphics/py-openimageio

Antoine Brodin antoine at FreeBSD.org
Tue Mar 10 14:21:46 UTC 2020


Author: antoine
Date: Tue Mar 10 14:21:45 2020
New Revision: 528173
URL: https://svnweb.freebsd.org/changeset/ports/528173

Log:
  Mark BROKEN: fails to configure
  
  -- Building local Pybind11
  CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
    Could NOT find Git (missing: GIT_EXECUTABLE)
  Call Stack (most recent call first):
    /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
    /usr/local/share/cmake/Modules/FindGit.cmake:96 (find_package_handle_standard_args)
    src/cmake/pythonutils.cmake:78 (find_package)
    CMakeLists.txt:188 (find_or_download_pybind11)
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/py-openimageio/Makefile

Modified: head/graphics/py-openimageio/Makefile
==============================================================================
--- head/graphics/py-openimageio/Makefile	Tue Mar 10 14:20:25 2020	(r528172)
+++ head/graphics/py-openimageio/Makefile	Tue Mar 10 14:21:45 2020	(r528173)
@@ -6,6 +6,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 COMMENT=	OpenImageIO python bindings
 
+BROKEN=		fails to configure
 MASTERDIR=	${.CURDIR}/../openimageio
 OPTIONS_EXCLUDE=${OPTIONS_DEFINE}
 


More information about the svn-ports-all mailing list