Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 23:21:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501993 - head/devel/xeus-cling
Message-ID:  <201905182321.x4INLr6T022664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 18 23:21:52 2019
New Revision: 501993
URL: https://svnweb.freebsd.org/changeset/ports/501993

Log:
  devel/xeus-cling: Broken on FreeBSD 13-CURRENT
  
  Reported by:	fallout

Modified:
  head/devel/xeus-cling/Makefile

Modified: head/devel/xeus-cling/Makefile
==============================================================================
--- head/devel/xeus-cling/Makefile	Sat May 18 23:09:51 2019	(r501992)
+++ head/devel/xeus-cling/Makefile	Sat May 18 23:21:52 2019	(r501993)
@@ -10,6 +10,8 @@ COMMENT=	C++ Jupyter Kernel
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	https://github.com/QuantStack/xeus-cling/issues/234
+
 BUILD_DEPENDS=	cppzmq>0:net/cppzmq \
 		cxxopts>0:devel/cxxopts \
 		llvm-config:lang/cling \



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