diff --git a/devel/xeus-cling/Makefile b/devel/xeus-cling/Makefile index 8b3d85100661..50f69eaf423c 100644 --- a/devel/xeus-cling/Makefile +++ b/devel/xeus-cling/Makefile @@ -1,39 +1,39 @@ PORTNAME= xeus-cling DISTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Jupyter Kernel WWW= https://github.com/jupyter-xeus/xeus-cling LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Doesn't build: xmanager.hpp:125:35: error: no type named 'OptionException' in namespace 'cxxopts' 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 ssl USE_GITHUB= yes GH_ACCOUNT= jupyter-xeus USE_LDCONFIG= yes LDFLAGS+= ${LOCALBASE}/lib/libLLVMSupport.so ${LOCALBASE}/lib/libclangAST.so -pthread # https://github.com/jupyter-xeus/xeus-cling/issues/234 OPTIONS_DEFINE= NATIVE NATIVE_DESC= Build with native optimizations (-march=native) NATIVE_CMAKE_ON= -DDISABLE_ARCH_NATIVE=OFF NATIVE_CMAKE_OFF= -DDISABLE_ARCH_NATIVE=ON .include diff --git a/devel/xeus-zmq/Makefile b/devel/xeus-zmq/Makefile index 717457ee3860..a0f572130e35 100644 --- a/devel/xeus-zmq/Makefile +++ b/devel/xeus-zmq/Makefile @@ -1,28 +1,29 @@ PORTNAME= xeus-zmq DISTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= ZeroMQ-based middleware for xeus WWW= https://github.com/jupyter-xeus/xeus-zmq 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= libuuid.so:misc/e2fsprogs-libuuid \ libxeus.so:devel/xeus \ libzmq.so:net/libzmq4 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-kernel-test>0:devel/py-jupyter-kernel-test@${PY_FLAVOR} USES= cmake:testing pkgconfig python:test ssl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= jupyter-xeus CMAKE_TESTING_ON= XEUS_ZMQ_BUILD_TESTS .include diff --git a/devel/xeus/Makefile b/devel/xeus/Makefile index d1e367c62ca7..0c20d1515a39 100644 --- a/devel/xeus/Makefile +++ b/devel/xeus/Makefile @@ -1,32 +1,32 @@ PORTNAME= xeus -DISTVERSION= 3.0.5 +DISTVERSION= 3.1.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ implementation of the Jupyter kernel protocol WWW= https://github.com/jupyter-xeus/xeus LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json \ xtl-quant-stack>0:devel/xtl-quant-stack LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid TEST_DEPENDS= doctest>0:devel/doctest USES= cmake:testing localbase:ldflags pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= jupyter-xeus CMAKE_OFF= BUILD_STATIC_LIBS CMAKE_TESTING_ON= XEUS_BUILD_TESTS 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 diff --git a/devel/xeus/distinfo b/devel/xeus/distinfo index ef79ea371bc9..061a9b7012c4 100644 --- a/devel/xeus/distinfo +++ b/devel/xeus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680039784 -SHA256 (jupyter-xeus-xeus-3.0.5_GH0.tar.gz) = 4e02ab1603e81f0f76a9a4469af05c2af7e1551b0e0a5718c4b4f6ea125ed76f -SIZE (jupyter-xeus-xeus-3.0.5_GH0.tar.gz) = 9027969 +TIMESTAMP = 1685629862 +SHA256 (jupyter-xeus-xeus-3.1.0_GH0.tar.gz) = c729bfb3369c74cf1251aa0f7d7b90941c8bbf5af8b9cc83241e41dffad3fa56 +SIZE (jupyter-xeus-xeus-3.1.0_GH0.tar.gz) = 9029943 diff --git a/devel/xeus/pkg-plist b/devel/xeus/pkg-plist index f483e0cd84c7..c03016bcabf6 100644 --- a/devel/xeus/pkg-plist +++ b/devel/xeus/pkg-plist @@ -1,27 +1,28 @@ include/xeus/xcomm.hpp include/xeus/xcontrol_messenger.hpp include/xeus/xdebugger.hpp include/xeus/xeus.hpp include/xeus/xeus_context.hpp include/xeus/xguid.hpp include/xeus/xhelper.hpp include/xeus/xhistory_manager.hpp include/xeus/xinput.hpp include/xeus/xinterpreter.hpp include/xeus/xkernel.hpp include/xeus/xkernel_configuration.hpp include/xeus/xlogger.hpp include/xeus/xmessage.hpp include/xeus/xserver.hpp include/xeus/xstring_utils.hpp include/xeus/xsystem.hpp +lib/cmake/xeus/CompilerWarnings.cmake lib/cmake/xeus/FindLibUUID.cmake lib/cmake/xeus/WasmBuildOptions.cmake lib/cmake/xeus/xeusConfig.cmake lib/cmake/xeus/xeusConfigVersion.cmake lib/cmake/xeus/xeusTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/xeus/xeusTargets.cmake lib/libxeus.a lib/libxeus.so -lib/libxeus.so.8 -lib/libxeus.so.8.1.0 +lib/libxeus.so.9 +lib/libxeus.so.9.0.0 diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile index 90eb5c60592e..c1536b284222 100644 --- a/lang/lfortran/Makefile +++ b/lang/lfortran/Makefile @@ -1,57 +1,58 @@ PORTNAME= lfortran DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= fortran@FreeBSD.org COMMENT= Modern interactive Fortran compiler built on top of LLVM WWW= https://lfortran.org/ LICENSE= BSD3CLAUSE BROKEN_FreeBSD_12= use of undeclared identifier '_Unwind_Backtrace' BROKEN_i386= sizeof(YYSTYPE) != sizeof(Vec) BUILD_DEPENDS= bash:shells/bash \ re2c>0:devel/re2c \ dwarfdump:devel/dwarfdump \ rapidjson>0:devel/rapidjson LIB_DEPENDS= libfmt.so:devel/libfmt \ libzstd.so:archivers/zstd \ libunwind.so:devel/libunwind \ libLLVM-${LLVM_VERSION}.so:devel/llvm${LLVM_VERSION} RUN_DEPENDS= dwarfdump:devel/dwarfdump USE_GITHUB= yes USES= bison cmake:testing compiler:c++17-lang pkgconfig \ python:build ssl shebangfix SHEBANG_FILES= *.sh BINARY_ALIAS= python=${PYTHON_CMD} CMAKE_ON= LFORTRAN_BUILD_ALL WITH_DWARFDUMP WITH_FMT WITH_JSON \ WITH_LINKH WITH_LLVM WITH_STACKTRACE WITH_UNWIND LLVM_VERSION= 15 OPTIONS_DEFINE= DOCS # Xeus: version 3.0.5 is required and xeus-zmq 1.0.2 # + xtl-quant-stack + cppzmq + nlohmann_json + LibUUID + libzmq4 BUILD_DEPENDS+= xtl-quant-stack>=0.7:devel/xtl-quant-stack \ nlohmann-json>0:devel/nlohmann-json \ cppzmq>=4.8.1:net/cppzmq LIB_DEPENDS+= libxeus.so:devel/xeus \ libzmq.so:net/libzmq4 \ libxeus-zmq.so:devel/xeus-zmq \ libuuid.so:misc/e2fsprogs-libuuid CMAKE_ON+= WITH_XEUS # BFD: USE_BINUTILS= yes CMAKE_ON+= WITH_BFD LIB_DEPENDS+= libbfd-2.40.so:devel/binutils pre-configure: ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/version .include