Index: head/devel/xeus-cling/Makefile =================================================================== --- head/devel/xeus-cling/Makefile (revision 499959) +++ head/devel/xeus-cling/Makefile (revision 499960) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= xeus-cling -DISTVERSION= 0.4.11 +DISTVERSION= 0.5.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Jupyter Kernel LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cppzmq>0:net/cppzmq \ cxxopts>0:devel/cxxopts \ llvm-config:lang/cling \ nlohmann-json>0:devel/nlohmann-json \ xtl-quant-stack>0:devel/xtl-quant-stack LIB_DEPENDS= libclingInterpreter.so:lang/cling \ libpugixml.so:textproc/pugixml \ libuuid.so:misc/e2fsprogs-libuuid \ libxeus.so:devel/xeus \ libzmq.so:net/libzmq4 -USES= cmake compiler:c++14-lang pkgconfig +USES= cmake compiler:c++14-lang pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= QuantStack .include Index: head/devel/xeus-cling/distinfo =================================================================== --- head/devel/xeus-cling/distinfo (revision 499959) +++ head/devel/xeus-cling/distinfo (revision 499960) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549753423 -SHA256 (QuantStack-xeus-cling-0.4.11_GH0.tar.gz) = 32e6027a672ff42e23db9919cd56b35c660733510933c916cd2e96615047f015 -SIZE (QuantStack-xeus-cling-0.4.11_GH0.tar.gz) = 2206146 +TIMESTAMP = 1556172356 +SHA256 (QuantStack-xeus-cling-0.5.1_GH0.tar.gz) = 79b970b1b154d61f173e33f626eff650a17b37b5eb4d550e89a7c8aff2e86c5a +SIZE (QuantStack-xeus-cling-0.5.1_GH0.tar.gz) = 2210066 Index: head/devel/xeus-cling/files/patch-CMakeLists.txt =================================================================== --- head/devel/xeus-cling/files/patch-CMakeLists.txt (revision 499959) +++ head/devel/xeus-cling/files/patch-CMakeLists.txt (revision 499960) @@ -1,20 +1,11 @@ ---- CMakeLists.txt.orig 2018-08-19 15:08:49 UTC +--- CMakeLists.txt.orig 2019-04-02 06:01:37 UTC +++ CMakeLists.txt -@@ -105,7 +105,7 @@ find_package(xeus 0.13 REQUIRED) - find_package(cppzmq 4.2.3 REQUIRED) +@@ -108,7 +108,7 @@ find_package(xeus ${xeus_REQUIRED_VERSIO + find_package(cppzmq ${cppzmq_REQUIRED_VERSION} REQUIRED) find_package(pugixml REQUIRED) -find_package(Clang REQUIRED) +#find_package(Clang REQUIRED) find_package(Cling REQUIRED) find_package(cxxopts REQUIRED) -@@ -177,7 +177,7 @@ set (XCPP_HEADERS - ) - - set(LLVM_NO_DEAD_STRIP 1) --set(LIBS clingInterpreter clingMetaProcessor clingUtils xeus pugixml cxxopts::cxxopts) -+set(LIBS clingInterpreter clingMetaProcessor clingUtils xeus pugixml cxxopts::cxxopts -lclangAST -lLLVMSupport) - set(XEUSCLING_TARGET xeus-cling) - add_executable(${XEUSCLING_TARGET} ${XEUSCLING_SRC}) - set_target_properties(${XEUSCLING_TARGET} PROPERTIES ENABLE_EXPORTS 1) Index: head/devel/xeus-cling/pkg-plist =================================================================== --- head/devel/xeus-cling/pkg-plist (revision 499959) +++ head/devel/xeus-cling/pkg-plist (revision 499960) @@ -1,16 +1,31 @@ -bin/xeus-cling -etc/xcpp/tags.d/stl.json -etc/xcpp/tags.d/xtensor.json +bin/xcpp +%%ETCDIR%%/tags.d/stl.json +%%ETCDIR%%/tags.d/xtensor.json include/xcpp/xdisplay.hpp include/xcpp/xmime.hpp -share/jupyter/kernels/xeus-cling-cpp11/kernel.json -share/jupyter/kernels/xeus-cling-cpp11/logo-32x32.png -share/jupyter/kernels/xeus-cling-cpp11/logo-64x64.png -share/jupyter/kernels/xeus-cling-cpp14/kernel.json -share/jupyter/kernels/xeus-cling-cpp14/logo-32x32.png -share/jupyter/kernels/xeus-cling-cpp14/logo-64x64.png -share/jupyter/kernels/xeus-cling-cpp17/kernel.json -share/jupyter/kernels/xeus-cling-cpp17/logo-32x32.png -share/jupyter/kernels/xeus-cling-cpp17/logo-64x64.png -share/xcpp/tagfiles/cppreference-doxygen-web.tag -share/xcpp/tagfiles/xtensor.tag +include/xeus-cling/xbuffer.hpp +include/xeus-cling/xeus_cling_config.hpp +include/xeus-cling/xholder_cling.hpp +include/xeus-cling/xinterpreter.hpp +include/xeus-cling/xmagics.hpp +include/xeus-cling/xmanager.hpp +include/xeus-cling/xoptions.hpp +include/xeus-cling/xpreamble.hpp +lib/cmake/xeus-cling/xeus-clingConfig.cmake +lib/cmake/xeus-cling/xeus-clingConfigVersion.cmake +lib/cmake/xeus-cling/xeus-clingTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/xeus-cling/xeus-clingTargets.cmake +lib/libxeus-cling.so +lib/libxeus-cling.so.0 +lib/libxeus-cling.so.0.5.1 +share/jupyter/kernels/xcpp11/kernel.json +share/jupyter/kernels/xcpp11/logo-32x32.png +share/jupyter/kernels/xcpp11/logo-64x64.png +share/jupyter/kernels/xcpp14/kernel.json +share/jupyter/kernels/xcpp14/logo-32x32.png +share/jupyter/kernels/xcpp14/logo-64x64.png +share/jupyter/kernels/xcpp17/kernel.json +share/jupyter/kernels/xcpp17/logo-32x32.png +share/jupyter/kernels/xcpp17/logo-64x64.png +%%DATADIR%%/tagfiles/cppreference-doxygen-web.tag +%%DATADIR%%/tagfiles/xtensor.tag