Index: head/devel/xeus/Makefile =================================================================== --- head/devel/xeus/Makefile (revision 477467) +++ head/devel/xeus/Makefile (revision 477468) @@ -1,27 +1,28 @@ # $FreeBSD$ PORTNAME= xeus DISTVERSION= 0.13.0 +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 RUN_DEPENDS= cppzmq>0:net/cppzmq \ nlohmann-json>0:devel/nlohmann-json \ xtl-quant-stack>0:devel/xtl-quant-stack USES= cmake:outsource localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= QuantStack USE_LDCONFIG= yes .include Index: head/devel/xeus/files/patch-xeusConfig.cmake.in =================================================================== --- head/devel/xeus/files/patch-xeusConfig.cmake.in (nonexistent) +++ head/devel/xeus/files/patch-xeusConfig.cmake.in (revision 477468) @@ -0,0 +1,17 @@ +--- xeusConfig.cmake.in.orig 2018-08-17 22:53:12 UTC ++++ xeusConfig.cmake.in +@@ -20,11 +20,12 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_L + @XEUS_CONFIG_CODE@ + + include(CMakeFindDependencyMacro) ++FIND_PACKAGE(PkgConfig) + find_dependency(xtl 0.4) + find_dependency(nlohmann_json 3.1.1) + find_dependency(xtl 0.4) +-find_dependency(ZeroMQ 4.2.3) +-find_dependency(cppzmq 4.2.3) ++pkg_check_modules(ZeroMQ libzmq>=4.2.3 REQUIRED) ++#find_dependency(cppzmq 4.2.3) + if(UNIX AND NOT APPLE) + find_dependency(LibUUID) + endif() Property changes on: head/devel/xeus/files/patch-xeusConfig.cmake.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property