svn commit: r485247 - head/graphics/openfx-arena

Antoine Brodin antoine at FreeBSD.org
Sun Nov 18 19:28:03 UTC 2018


Author: antoine
Date: Sun Nov 18 19:28:01 2018
New Revision: 485247
URL: https://svnweb.freebsd.org/changeset/ports/485247

Log:
  Mark BROKEN: fails to build
  
  c++: error: no such file or directory: 'MAGICK_EXTRA_DEP_LIBS'
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/openfx-arena/Makefile

Modified: head/graphics/openfx-arena/Makefile
==============================================================================
--- head/graphics/openfx-arena/Makefile	Sun Nov 18 19:26:03 2018	(r485246)
+++ head/graphics/openfx-arena/Makefile	Sun Nov 18 19:28:01 2018	(r485247)
@@ -11,6 +11,7 @@ COMMENT=	Extra OpenFX plugins for Natron
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
 ONLY_FOR_ARCHS=	amd64
 BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenColorIO.so:graphics/opencolorio \


More information about the svn-ports-all mailing list