pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 25 21:18:09 UTC 2022

Modified Files:
        pkgsrc/devel/cmake: Makefile distinfo version.mk
        pkgsrc/devel/cmake-gui: Makefile
        pkgsrc/devel/cmake/patches: patch-Modules_FindPython_Support.cmake

Log Message:
cmake cmake-gui: updated to 3.22.2

CMake 3.22.2
* VS: Remove the '/guard:cf' flag from v143 link flag table
* FortranCInterface: Fix compatibility with GCC gfortran 12 LTO
* FindBoost: Add support for Boost 1.78
* ci: Explicitly disable Java tests on Windows
* FindGLUT: Provide legacy GLUT_INCLUDE_DIR result in pkg-config code path
* FindBoost: Do not warn about now-supported version 1.78
* ci: Explicitly disable Java tests on VS builds
* file: Restore error capture in undocumented READ_ELF mode
* MSVC: Use -external:I flag without space to support Clang tools
* Help: Add missing 3.22.1 section to the release notes
* gitlab-ci: update macOS jobs to use Xcode 13.2
* ASM: Fix identification of armasm 6.17+
* FindBoost: Add support for Python 3.10
* XL: Detect default extensions mode for legacy compiler
* CMP0128: Prefix test names with mode
* CMP0128: Avoid test code duplication
* CMP0128: Add flag in OLD mode even when standard matches the default
* Android: Fix linking android_support for pre-21 system STL
* FindPython: Add support for Python 3.11
* VS: Fix detecting icx.exe with Intel Compiler toolsets newer than 2021


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/devel/cmake/Makefile \
    pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/cmake/version.mk
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/cmake-gui/Makefile
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/devel/cmake/patches/patch-Modules_FindPython_Support.cmake

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cmake/Makefile
diff -u pkgsrc/devel/cmake/Makefile:1.189 pkgsrc/devel/cmake/Makefile:1.190
--- pkgsrc/devel/cmake/Makefile:1.189   Wed Dec  8 16:03:54 2021
+++ pkgsrc/devel/cmake/Makefile Tue Jan 25 21:18:08 2022
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.189 2021/12/08 16:03:54 adam Exp $
+# $NetBSD: Makefile,v 1.190 2022/01/25 21:18:08 adam Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 COMMENT=       Cross platform make
Index: pkgsrc/devel/cmake/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.189 pkgsrc/devel/cmake/distinfo:1.190
--- pkgsrc/devel/cmake/distinfo:1.189   Wed Dec  8 07:59:09 2021
+++ pkgsrc/devel/cmake/distinfo Tue Jan 25 21:18:08 2022
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.189 2021/12/08 07:59:09 adam Exp $
+$NetBSD: distinfo,v 1.190 2022/01/25 21:18:08 adam Exp $
 
-BLAKE2s (cmake-3.22.1.tar.gz) = 8410d061db360f5af135d3b3df3364e8ff718a6d851bf9bd9cc1c3e40079fd64
-SHA512 (cmake-3.22.1.tar.gz) = b1e900fe573cd1cc76d26386f2298d7722737c9ff67930ee108994972b4561ef69caeb537177c9b95b7f17b755e20e034825d3807ea0d2dd4c391310b03adc11
-Size (cmake-3.22.1.tar.gz) = 9778031 bytes
+BLAKE2s (cmake-3.22.2.tar.gz) = 35c1422d64da55e0f23ef4c0d2baccff8592e3908068de451463eb137e63b4d6
+SHA512 (cmake-3.22.2.tar.gz) = 86e95f9ce773bcc7513a1c3901561a1b09d06830936b8b1d44e075fe3bac55cfa636eccdedfa94a9939f5e12eb965224559fac30a17c64314ee023acb2a3e53f
+Size (cmake-3.22.2.tar.gz) = 9779456 bytes
 SHA1 (patch-CMakeLists.txt) = fabdb0590f4b97c34c2242749ae3b6af18aefc0a
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9
 SHA1 (patch-Modules_FindCurses.cmake) = 98cac805a6abafcfb8b61e441b50a1d6aec27ad0
 SHA1 (patch-Modules_FindGTK2.cmake) = 51b7520d35fdec2a7bfcf494fe35ce0e3863e4ee
 SHA1 (patch-Modules_FindPythonInterp.cmake) = d1b39bdcd654f2a4fc63463cd20de656cce3cf8f
 SHA1 (patch-Modules_FindPythonLibs.cmake) = b5cedc6a2354beaf08e06d416c150154a7dc1f05
-SHA1 (patch-Modules_FindPython_Support.cmake) = 24ac481659fa3d5306e0e00b05c2be083a2a9906
+SHA1 (patch-Modules_FindPython_Support.cmake) = 6ffc7790c8f81afac52bdb32b46fe91ff7a3fca8
 SHA1 (patch-Modules_FindX11.cmake) = 124a2d51155cb4455e8b829dc74598cbd50a4e1c
 SHA1 (patch-Modules_Platform_Darwin.cmake) = 7629f034111ff64b144ff41316299d5edcfe081a
 SHA1 (patch-Modules_Platform_UnixPaths.cmake) = 911271546d3ac52be0e8000857bdb236ac50ec1c

Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.23 pkgsrc/devel/cmake/version.mk:1.24
--- pkgsrc/devel/cmake/version.mk:1.23  Wed Dec  8 07:59:09 2021
+++ pkgsrc/devel/cmake/version.mk       Tue Jan 25 21:18:08 2022
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.23 2021/12/08 07:59:09 adam Exp $
+# $NetBSD: version.mk,v 1.24 2022/01/25 21:18:08 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.22.1
+CMAKE_VERSION= 3.22.2
 CMAKE_API=     ${CMAKE_VERSION:R}

Index: pkgsrc/devel/cmake-gui/Makefile
diff -u pkgsrc/devel/cmake-gui/Makefile:1.25 pkgsrc/devel/cmake-gui/Makefile:1.26
--- pkgsrc/devel/cmake-gui/Makefile:1.25        Wed Dec  8 16:03:54 2021
+++ pkgsrc/devel/cmake-gui/Makefile     Tue Jan 25 21:18:09 2022
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.25 2021/12/08 16:03:54 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/01/25 21:18:09 adam Exp $
 
-PKGREVISION= 1
 .include "../../devel/cmake/Makefile.common"
 
 PKGNAME=       cmake-gui-${CMAKE_VERSION}

Index: pkgsrc/devel/cmake/patches/patch-Modules_FindPython_Support.cmake
diff -u pkgsrc/devel/cmake/patches/patch-Modules_FindPython_Support.cmake:1.2 pkgsrc/devel/cmake/patches/patch-Modules_FindPython_Support.cmake:1.3
--- pkgsrc/devel/cmake/patches/patch-Modules_FindPython_Support.cmake:1.2       Wed Nov 25 10:33:28 2020
+++ pkgsrc/devel/cmake/patches/patch-Modules_FindPython_Support.cmake   Tue Jan 25 21:18:08 2022
@@ -1,8 +1,8 @@
-$NetBSD: patch-Modules_FindPython_Support.cmake,v 1.2 2020/11/25 10:33:28 adam Exp $
+$NetBSD: patch-Modules_FindPython_Support.cmake,v 1.3 2022/01/25 21:18:08 adam Exp $
 
 Insist on select Python version for pkgsrc.
 
---- Modules/FindPython/Support.cmake.orig      2020-11-24 13:50:26.000000000 +0000
+--- Modules/FindPython/Support.cmake.orig      2022-01-25 20:22:39.000000000 +0000
 +++ Modules/FindPython/Support.cmake
 @@ -21,7 +21,9 @@ endif()
  if (NOT DEFINED _${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR)
@@ -12,6 +12,6 @@ Insist on select Python version for pkgs
 +if (DEFINED PYVERSSUFFIX)
 +  set(_${_PYTHON_PREFIX}_VERSIONS ${PYVERSSUFFIX})
 +elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL "3")
-   set(_${_PYTHON_PREFIX}_VERSIONS 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+   set(_${_PYTHON_PREFIX}_VERSIONS 3.11 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
  elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL "2")
    set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)



Home | Main Index | Thread Index | Old Index