svn commit: r477468 - in head/devel/xeus: . files
Yuri Victorovich
yuri at FreeBSD.org
Sat Aug 18 00:59:11 UTC 2018
Author: yuri
Date: Sat Aug 18 00:59:09 2018
New Revision: 477468
URL: https://svnweb.freebsd.org/changeset/ports/477468
Log:
devel/xeus: Patch installed cmake files: ZeroMQ doesn't provide *.cmake files.
Added:
head/devel/xeus/files/patch-xeusConfig.cmake.in (contents, props changed)
Modified:
head/devel/xeus/Makefile
Modified: head/devel/xeus/Makefile
==============================================================================
--- head/devel/xeus/Makefile Sat Aug 18 00:43:56 2018 (r477467)
+++ head/devel/xeus/Makefile Sat Aug 18 00:59:09 2018 (r477468)
@@ -2,6 +2,7 @@
PORTNAME= xeus
DISTVERSION= 0.13.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri at FreeBSD.org
Added: head/devel/xeus/files/patch-xeusConfig.cmake.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/xeus/files/patch-xeusConfig.cmake.in Sat Aug 18 00:59:09 2018 (r477468)
@@ -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()
More information about the svn-ports-all
mailing list