View | Details | Raw Unified | Return to bug 229661 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/cmake/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	cmake
4
PORTNAME=	cmake
5
# Remember to update devel/cmake-doc and devel/cmake-gui as well.
5
# Remember to update devel/cmake-doc and devel/cmake-gui as well.
6
DISTVERSION=	3.11.4
6
DISTVERSION=	3.11.4
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	https://www.cmake.org/files/v${PORTVERSION:R}/
9
MASTER_SITES=	https://www.cmake.org/files/v${PORTVERSION:R}/
10
10
(-)b/devel/cmake/files/patch-Modules_FindBoost.cmake (+9 lines)
Lines 8-13 Link Here
8
 #   Boost_NO_SYSTEM_PATHS  - Set to ON to disable searching in locations not
8
 #   Boost_NO_SYSTEM_PATHS  - Set to ON to disable searching in locations not
9
 #                            specified by these hint variables. Default is OFF.
9
 #                            specified by these hint variables. Default is OFF.
10
 #   Boost_ADDITIONAL_VERSIONS
10
 #   Boost_ADDITIONAL_VERSIONS
11
@@ -872,7 +873,7 @@ function(_Boost_COMPONENT_HEADERS component _hdrs)
12
   set(_Boost_ATOMIC_HEADERS              "boost/atomic.hpp")
13
   set(_Boost_CHRONO_HEADERS              "boost/chrono.hpp")
14
   set(_Boost_CONTAINER_HEADERS           "boost/container/container_fwd.hpp")
15
-  set(_Boost_CONTEXT_HEADERS             "boost/context/all.hpp")
16
+  set(_Boost_CONTEXT_HEADERS             "boost/context/flags.hpp")
17
   set(_Boost_COROUTINE_HEADERS           "boost/coroutine/all.hpp")
18
   set(_Boost_DATE_TIME_HEADERS           "boost/date_time/date.hpp")
19
   set(_Boost_EXCEPTION_HEADERS           "boost/exception/exception.hpp")
11
@@ -1663,10 +1664,10 @@ foreach(COMPONENT ${Boost_FIND_COMPONENTS})
20
@@ -1663,10 +1664,10 @@ foreach(COMPONENT ${Boost_FIND_COMPONENTS})
12
   # Handle Python version suffixes
21
   # Handle Python version suffixes
13
   unset(COMPONENT_PYTHON_VERSION_MAJOR)
22
   unset(COMPONENT_PYTHON_VERSION_MAJOR)

Return to bug 229661