Index: branches/2020Q2/devel/xeus/Makefile =================================================================== --- branches/2020Q2/devel/xeus/Makefile (revision 538335) +++ branches/2020Q2/devel/xeus/Makefile (revision 538336) @@ -1,28 +1,33 @@ # $FreeBSD$ PORTNAME= xeus -DISTVERSION= 0.23.10 +DISTVERSION= 0.23.14 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ implementation of the Jupyter kernel protocol LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cppzmq>0:net/cppzmq \ nlohmann-json>0:devel/nlohmann-json \ xtl-quant-stack>0:devel/xtl-quant-stack LIB_DEPENDS= libcryptopp.so:security/cryptopp \ libuuid.so:misc/e2fsprogs-libuuid \ libzmq.so:net/libzmq4 USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= jupyter-xeus USE_LDCONFIG= yes CMAKE_OFF= BUILD_STATIC_LIBS -CMAKE_ON= DISABLE_ARCH_NATIVE + +OPTIONS_DEFINE= NATIVE +NATIVE_DESC= Build with native optimizations (-march=native) +NATIVE_CMAKE_ON= -DXEUS_DISABLE_ARCH_NATIVE=OFF +NATIVE_CMAKE_OFF= -DXEUS_DISABLE_ARCH_NATIVE=ON .include Index: branches/2020Q2/devel/xeus/distinfo =================================================================== --- branches/2020Q2/devel/xeus/distinfo (revision 538335) +++ branches/2020Q2/devel/xeus/distinfo (revision 538336) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585595314 -SHA256 (jupyter-xeus-xeus-0.23.10_GH0.tar.gz) = ec26490226d65cc7c7f62de81117f0d3f1db7def9c5078438e179c73b3e86cef -SIZE (jupyter-xeus-xeus-0.23.10_GH0.tar.gz) = 5348635 +TIMESTAMP = 1589357128 +SHA256 (jupyter-xeus-xeus-0.23.14_GH0.tar.gz) = e26f9ac14493aeaec6931b2206ebbd188de415912c4ca8080fc5090218f07b82 +SIZE (jupyter-xeus-xeus-0.23.14_GH0.tar.gz) = 5348731 Index: branches/2020Q2 =================================================================== --- branches/2020Q2 (revision 538335) +++ branches/2020Q2 (revision 538336) Property changes on: branches/2020Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r531030,531098,535093,538331