Bugfix update cmake to 3.15.4, From changelog:
"In CMake 3.15.0 through 3.15.3, the EXCLUDE_FROM_ALL directory property
was regressed from pre-3.14 behavior and caused targets within the
directory to be excluded even from its own "all". This has been fixed.
The bug also existed in 3.14.0 through 3.14.6 and is fixed in 3.14.7."
-- https://cmake.org/cmake/help/v3.15/release/3.15.html (at the end)
OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cmake/Makefile,v
retrieving revision 1.177
diff -u -p -u -p -r1.177 Makefile
--- Makefile 20 Sep 2019 14:37:24 -0000 1.177
+++ Makefile 3 Oct 2019 16:13:30 -0000
@@ -4,7 +4,7 @@ DPB_PROPERTIES = parallel
COMMENT = portable build system
-VER = 3.15.3
+VER = 3.15.4
EPOCH = 0
DISTNAME = cmake-${VER}
CATEGORIES = devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/cmake/distinfo,v
retrieving revision 1.55
diff -u -p -u -p -r1.55 distinfo
--- distinfo 20 Sep 2019 14:37:25 -0000 1.55
+++ distinfo 3 Oct 2019 16:13:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (cmake-3.15.3.tar.gz) = E5WCQ6ATZbBWUvoBsh1A+oNPcKnjDvppwCYE5k9YuPU=
-SIZE (cmake-3.15.3.tar.gz) = 9270184
+SHA256 (cmake-3.15.4.tar.gz) = iiEVieohN05Jsl/B/BcOLVx0YreV8bKchN0OmEMB7Xo=
+SIZE (cmake-3.15.4.tar.gz) = 9270648
Index: patches/patch-Source_cmGlobalGenerator_cxx
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Source_cmGlobalGenerator_cxx,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 patch-Source_cmGlobalGenerator_cxx
--- patches/patch-Source_cmGlobalGenerator_cxx 20 Sep 2019 14:37:25 -0000 1.11
+++ patches/patch-Source_cmGlobalGenerator_cxx 3 Oct 2019 16:13:30 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-Source_cmGlobalGenerator
Index: Source/cmGlobalGenerator.cxx
--- Source/cmGlobalGenerator.cxx.orig
+++ Source/cmGlobalGenerator.cxx
-@@ -2432,6 +2432,9 @@ void cmGlobalGenerator::AddGlobalTarget_Test(
+@@ -2440,6 +2440,9 @@ void cmGlobalGenerator::AddGlobalTarget_Test(
cmCustomCommandLine singleLine;
singleLine.push_back(cmSystemTools::GetCTestCommand());
singleLine.push_back("--force-new-ctest-process");
No comments:
Post a Comment