Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 19:43:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492062 - head/devel/xeus
Message-ID:  <201902031943.x13Jh6lu072238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902031943.x13Jh6lu072238>