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

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 7 22:55:12 UTC 2020


Author: yuri
Date: Sat Mar  7 22:55:10 2020
New Revision: 527990
URL: https://svnweb.freebsd.org/changeset/ports/527990

Log:
  devel/xeus-cling: Update 0.5.1 -> 0.8.1
  
  Project's GH account is renamed.
  WWW has been updated accordingly.
  
  Unbreak by adding missing libraries to the link line.

Modified:
  head/devel/xeus-cling/Makefile
  head/devel/xeus-cling/distinfo
  head/devel/xeus-cling/pkg-descr
  head/devel/xeus-cling/pkg-plist

Modified: head/devel/xeus-cling/Makefile
==============================================================================
--- head/devel/xeus-cling/Makefile	Sat Mar  7 22:37:19 2020	(r527989)
+++ head/devel/xeus-cling/Makefile	Sat Mar  7 22:55:10 2020	(r527990)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xeus-cling
-DISTVERSION=	0.5.1
-PORTREVISION=	1
+DISTVERSION=	0.8.1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -11,10 +10,6 @@ COMMENT=	C++ Jupyter Kernel
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-.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 \
 		llvm-config:lang/cling \
@@ -28,6 +23,8 @@ LIB_DEPENDS=	libclingInterpreter.so:lang/cling \
 
 USES=		cmake compiler:c++14-lang pkgconfig ssl
 USE_GITHUB=	yes
-GH_ACCOUNT=	QuantStack
+GH_ACCOUNT=	jupyter-xeus
+
+LDFLAGS+=	${LOCALBASE}/lib/libLLVMSupport.so ${LOCALBASE}/lib/libclangAST.so -pthread # https://github.com/jupyter-xeus/xeus-cling/issues/234
 
 .include <bsd.port.mk>

Modified: head/devel/xeus-cling/distinfo
==============================================================================
--- head/devel/xeus-cling/distinfo	Sat Mar  7 22:37:19 2020	(r527989)
+++ head/devel/xeus-cling/distinfo	Sat Mar  7 22:55:10 2020	(r527990)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556172356
-SHA256 (QuantStack-xeus-cling-0.5.1_GH0.tar.gz) = 79b970b1b154d61f173e33f626eff650a17b37b5eb4d550e89a7c8aff2e86c5a
-SIZE (QuantStack-xeus-cling-0.5.1_GH0.tar.gz) = 2210066
+TIMESTAMP = 1583621491
+SHA256 (jupyter-xeus-xeus-cling-0.8.1_GH0.tar.gz) = dcc239ca93e9c80eb283307d70bf83a81bd2b4a029ad0be9f01291476ff730d3
+SIZE (jupyter-xeus-xeus-cling-0.8.1_GH0.tar.gz) = 2212707

Modified: head/devel/xeus-cling/pkg-descr
==============================================================================
--- head/devel/xeus-cling/pkg-descr	Sat Mar  7 22:37:19 2020	(r527989)
+++ head/devel/xeus-cling/pkg-descr	Sat Mar  7 22:55:10 2020	(r527990)
@@ -5,4 +5,4 @@ In order to use xeus-cling, please launch the jupyter 
 notebook and launch a new C++ notebook by selecting the C++14 kernel in the new
 dropdown.
 
-WWW: https://github.com/QuantStack/xeus-cling
+WWW: https://github.com/jupyter-xeus/xeus-cling

Modified: head/devel/xeus-cling/pkg-plist
==============================================================================
--- head/devel/xeus-cling/pkg-plist	Sat Mar  7 22:37:19 2020	(r527989)
+++ head/devel/xeus-cling/pkg-plist	Sat Mar  7 22:55:10 2020	(r527990)
@@ -17,7 +17,7 @@ lib/cmake/xeus-cling/xeus-clingTargets-%%CMAKE_BUILD_T
 lib/cmake/xeus-cling/xeus-clingTargets.cmake
 lib/libxeus-cling.so
 lib/libxeus-cling.so.0
-lib/libxeus-cling.so.0.5.1
+lib/libxeus-cling.so.0.8.1
 share/jupyter/kernels/xcpp11/kernel.json
 share/jupyter/kernels/xcpp11/logo-32x32.png
 share/jupyter/kernels/xcpp11/logo-64x64.png


More information about the svn-ports-all mailing list