Index: head/devel/cmake/Makefile =================================================================== --- head/devel/cmake/Makefile +++ head/devel/cmake/Makefile @@ -4,7 +4,7 @@ PORTNAME= cmake # Remember to update devel/cmake-doc and devel/cmake-gui as well. DISTVERSION= 3.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ Index: head/devel/cmake/files/patch-Modules_FindBoost.cmake =================================================================== --- head/devel/cmake/files/patch-Modules_FindBoost.cmake +++ head/devel/cmake/files/patch-Modules_FindBoost.cmake @@ -0,0 +1,12 @@ +Allow imported targets, even with newer Boost. + +--- Modules/FindBoost.cmake.orig 2017-12-13 13:25:23 UTC ++++ Modules/FindBoost.cmake +@@ -799,7 +799,6 @@ function(_Boost_COMPONENT_DEPENDENCIES component _ret) + endif() + if(NOT Boost_VERSION VERSION_LESS 106600) + message(WARNING "New Boost version may have incorrect or missing dependencies and imported targets") +- set(_Boost_IMPORTED_TARGETS FALSE) + endif() + endif() +