svn commit: r492062 - head/devel/xeus

Antoine Brodin antoine at FreeBSD.org
Sun Feb 3 19:43:06 UTC 2019


Author: antoine
Date: Sun Feb  3 19:43:05 2019
New Revision: 492062
URL: https://svnweb.freebsd.org/changeset/ports/492062

Log:
  Mark BROKEN: fails to configure
  
  CMake Error in CMakeLists.txt:
    Imported target "cppzmq" includes non-existent path
      "/usr/local/lib/pgm-5.2/include"
  
  Reported by:	pkg-fallout

Modified:
  head/devel/xeus/Makefile

Modified: head/devel/xeus/Makefile
==============================================================================
--- head/devel/xeus/Makefile	Sun Feb  3 19:35:13 2019	(r492061)
+++ head/devel/xeus/Makefile	Sun Feb  3 19:43:05 2019	(r492062)
@@ -10,6 +10,8 @@ COMMENT=	C++ implementation of the Jupyter kernel prot
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	cppzmq>0:net/cppzmq \
 		nlohmann-json>0:devel/nlohmann-json \
 		xtl-quant-stack>0:devel/xtl-quant-stack


More information about the svn-ports-head mailing list