CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/05/24 23:12:01
Modified files:
devel/cmake : Makefile cmake.port.mk distinfo
devel/cmake/patches: patch-Modules_FindOpenMP_cmake
patch-Source_cmArchiveWrite_cxx
patch-Source_cmComputeLinkInformation_cxx
patch-Source_cmComputeLinkInformation_h
patch-Source_cmGeneratorTarget_cxx
patch-Source_cmGlobalGenerator_cxx
patch-Source_cmInstallCommand_cxx
patch-Source_cmSystemTools_cxx
patch-Source_cmTarget_cxx
devel/cmake/pkg: PLIST
Added files:
devel/cmake/patches: patch-Modules_Platform_OpenBSD_cmake
patch-Source_cmInstallTargetGenerator_cxx
Removed files:
devel/cmake/files: FindIconv.cmake FindLCMS.cmake FindLua.cmake
devel/cmake/patches:
patch-Modules_CMakeDetermineJavaCompiler_cmake
patch-Modules_FindJNI_cmake
patch-Modules_FindJava_cmake
patch-Modules_FindLua_cmake
patch-Modules_FindPythonInterp_cmake
patch-Modules_FindPythonLibs_cmake
patch-Modules_FindRuby_cmake
patch-Modules_Qt4ConfigDependentSettings_cmake
patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in
Log message:
Update CMake to 3.17.2
- Switch CMake to pyhton3
- Remove all Modules under files. This should no longer be necessary.
- Remove our self hacked MODJAVA* MODLUA* MODPY* MODRUBY* modules.
- Instead we help the original cmake modules, see cmake.port.mk. That
saves and all these patches and is in my opinion more correct!
- Fix cmake debug packages:
- If DEBUG_PACKAGES is set cmake will NOT create a "install strip rule". Idea
by landry@
This went through a full amd64 bulk build.