Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 04:01:24 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459314 - in head/devel/cmake: . files
Message-ID:  <201801180401.w0I41OYt055050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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()
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801180401.w0I41OYt055050>