svn commit: r512477 - head/devel/xeus-cling

Antoine Brodin antoine at FreeBSD.org
Sat Sep 21 08:39:14 UTC 2019


Author: antoine
Date: Sat Sep 21 08:39:14 2019
New Revision: 512477
URL: https://svnweb.freebsd.org/changeset/ports/512477

Log:
  Mark BROKEN with lld
  
  MFH:		2019Q3

Modified:
  head/devel/xeus-cling/Makefile

Modified: head/devel/xeus-cling/Makefile
==============================================================================
--- head/devel/xeus-cling/Makefile	Sat Sep 21 06:52:53 2019	(r512476)
+++ head/devel/xeus-cling/Makefile	Sat Sep 21 08:39:14 2019	(r512477)
@@ -11,7 +11,9 @@ COMMENT=	C++ Jupyter Kernel
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_FreeBSD_13=	https://github.com/QuantStack/xeus-cling/issues/234
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN=		https://github.com/QuantStack/xeus-cling/issues/234
+.endif
 
 BUILD_DEPENDS=	cppzmq>0:net/cppzmq \
 		cxxopts>0:devel/cxxopts \


More information about the svn-ports-all mailing list