svn commit: r459314 - in head/devel/cmake: . files

Jan Beich jbeich at FreeBSD.org
Thu Jan 18 04:01:25 UTC 2018


Author: jbeich
Date: Thu Jan 18 04:01:24 2018
New Revision: 459314
URL: https://svnweb.freebsd.org/changeset/ports/459314

Log:
  devel/cmake: unbreak net/ceph with boost 1.66
  
  PR:		224185
  Submitted by:	adridg
  Exp-run by:	antoine
  Differential Revision:	https://reviews.freebsd.org/D13662

Added:
  head/devel/cmake/files/patch-Modules_FindBoost.cmake   (contents, props changed)
Modified:
  head/devel/cmake/Makefile   (contents, props changed)

Modified: head/devel/cmake/Makefile
==============================================================================
--- head/devel/cmake/Makefile	Thu Jan 18 04:01:01 2018	(r459313)
+++ head/devel/cmake/Makefile	Thu Jan 18 04:01:24 2018	(r459314)
@@ -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}/
 

Added: head/devel/cmake/files/patch-Modules_FindBoost.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/cmake/files/patch-Modules_FindBoost.cmake	Thu Jan 18 04:01:24 2018	(r459314)
@@ -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()
+ 


More information about the svn-ports-head mailing list