Index: head/devel/xeus/files/patch-CMakeLists.txt =================================================================== --- head/devel/xeus/files/patch-CMakeLists.txt (revision 499952) +++ head/devel/xeus/files/patch-CMakeLists.txt (nonexistent) @@ -1,51 +0,0 @@ ---- CMakeLists.txt.orig 2018-12-12 21:29:43 UTC -+++ CMakeLists.txt -@@ -47,10 +47,11 @@ message(STATUS "xeus binary version: v${ - # Dependencies - # ============ - -+FIND_PACKAGE(PkgConfig) - find_package(nlohmann_json 3.2.0 REQUIRED) - find_package(xtl 0.5 REQUIRED) - find_package(cppzmq 4.3.0 REQUIRED) --find_package(cryptopp REQUIRED) -+pkg_check_modules(cryptopp libcryptopp REQUIRED) # see https://github.com/QuantStack/xeus/issues/113 - - # On Unix platforms, ZeroMQ is built with autotools and pkg-config is - # required to locate it. -@@ -132,7 +133,7 @@ target_link_libraries(xeus - PUBLIC cppzmq - PUBLIC nlohmann_json::nlohmann_json - PUBLIC xtl -- PRIVATE cryptopp-static) -+ PRIVATE cryptopp) - - if(NOT MSVC) - if(APPLE) -@@ -156,17 +157,11 @@ set_target_properties(xeus PROPERTIES - - include(CheckCXXCompilerFlag) - string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE) --OPTION(DISABLE_ARCH_NATIVE "disable -march=native flag" OFF) - - target_compile_features(xeus PRIVATE cxx_std_11) - - if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Intel") - target_compile_options(xeus PUBLIC -Wunused-parameter -Wextra -Wreorder) -- if (DISABLE_ARCH_NATIVE) -- target_compile_options(xeus PUBLIC -mtune=generic) -- else() -- target_compile_options(xeus PUBLIC -march=native) -- endif() - - # Enable link time optimization and set the default symbol - # visibility to hidden (very important to obtain small binaries) -@@ -202,7 +197,7 @@ if(MSVC) - elseif(APPLE) - target_compile_definitions(xeus PUBLIC -DGUID_CFUUID) - else() -- target_compile_definitions(xeus PUBLIC -DGUID_LIBUUID) -+ target_compile_definitions(xeus PUBLIC -DGUID_LIBUUID ${cryptopp_CFLAGS_OTHER}) - endif() - - # Examples Property changes on: head/devel/xeus/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/xeus/Makefile =================================================================== --- head/devel/xeus/Makefile (revision 499952) +++ head/devel/xeus/Makefile (revision 499953) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= xeus -DISTVERSION= 0.18.1 +DISTVERSION= 0.19.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 +USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= QuantStack +CMAKE_OFF= BUILD_STATIC_LIBS USE_LDCONFIG= yes .include Index: head/devel/xeus/distinfo =================================================================== --- head/devel/xeus/distinfo (revision 499952) +++ head/devel/xeus/distinfo (revision 499953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545507078 -SHA256 (QuantStack-xeus-0.18.1_GH0.tar.gz) = b2bf124d015399ba5a40bc77b80254c9217944223295a8b9b764ec179d0e4b9a -SIZE (QuantStack-xeus-0.18.1_GH0.tar.gz) = 5298886 +TIMESTAMP = 1554184655 +SHA256 (QuantStack-xeus-0.19.1_GH0.tar.gz) = 047ae28da6d9b9aafb3ce27ada9dd3f5007ae5960c289443f36c73492e012c2f +SIZE (QuantStack-xeus-0.19.1_GH0.tar.gz) = 5300020