From owner-svn-ports-head@freebsd.org Thu Apr 25 07:21:10 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47270158EDA6; Thu, 25 Apr 2019 07:21:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1E3C6E0EF; Thu, 25 Apr 2019 07:21:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCF3B2056A; Thu, 25 Apr 2019 07:21:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3P7L9g5019281; Thu, 25 Apr 2019 07:21:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3P7L9wr019277; Thu, 25 Apr 2019 07:21:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201904250721.x3P7L9wr019277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 25 Apr 2019 07:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499960 - in head/devel/xeus-cling: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel/xeus-cling: . files X-SVN-Commit-Revision: 499960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E1E3C6E0EF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2019 07:21:10 -0000 Author: yuri Date: Thu Apr 25 07:21:08 2019 New Revision: 499960 URL: https://svnweb.freebsd.org/changeset/ports/499960 Log: devel/xeus-cling: Update 0.4.11 -> 0.5.1 Modified: head/devel/xeus-cling/Makefile head/devel/xeus-cling/distinfo head/devel/xeus-cling/files/patch-CMakeLists.txt head/devel/xeus-cling/pkg-plist Modified: head/devel/xeus-cling/Makefile ============================================================================== --- head/devel/xeus-cling/Makefile Thu Apr 25 07:17:20 2019 (r499959) +++ head/devel/xeus-cling/Makefile Thu Apr 25 07:21:08 2019 (r499960) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xeus-cling -DISTVERSION= 0.4.11 +DISTVERSION= 0.5.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -21,7 +21,7 @@ LIB_DEPENDS= libclingInterpreter.so:lang/cling \ 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 Modified: head/devel/xeus-cling/distinfo ============================================================================== --- head/devel/xeus-cling/distinfo Thu Apr 25 07:17:20 2019 (r499959) +++ head/devel/xeus-cling/distinfo Thu Apr 25 07:21:08 2019 (r499960) @@ -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 Modified: head/devel/xeus-cling/files/patch-CMakeLists.txt ============================================================================== --- head/devel/xeus-cling/files/patch-CMakeLists.txt Thu Apr 25 07:17:20 2019 (r499959) +++ head/devel/xeus-cling/files/patch-CMakeLists.txt Thu Apr 25 07:21:08 2019 (r499960) @@ -1,7 +1,7 @@ ---- 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) @@ -9,12 +9,3 @@ 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) Modified: head/devel/xeus-cling/pkg-plist ============================================================================== --- head/devel/xeus-cling/pkg-plist Thu Apr 25 07:17:20 2019 (r499959) +++ head/devel/xeus-cling/pkg-plist Thu Apr 25 07:21:08 2019 (r499960) @@ -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