pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 29 10:40:21 UTC 2022

Modified Files:
        pkgsrc/devel/cmake: Makefile distinfo version.mk

Log Message:
cmake: updated to 3.23.3

CMake 3.23.3
* cmake-gui: Restore support for internationalization with Qt5 on Windows
* Tutorial: Simplify logic checking for cmath functions
* ci: update to use ninja 1.11.0
* Xcode: Use ad-hoc signing during compiler id on macOS
* Xcode: Suppress "Run Script" build phase warning during compiler id
* Tests: Teach RunCMake to ignore Xcode DVTSDK warnings
* ExternalProject: Fix regression in stamp creation for Xcode+iOS
* Utilities/Release: Update macOS notarization script to use notarytool
* gitlab-ci: update macOS jobs to use Xcode 13.4
* FindLAPACK: Add '-fortranlibs' flag only with NVHPC/PGI compilers
* LCC: link with -lgfortran instead of -llfortran since 1.26.03
* install(EXPORT): Check for missing file sets at generate time
* cmGlobalGenerator: Only compute build files for all targets
* cmake: simplify to a single source of truth of working mode
* cmake: In -P mode ignore extra paths on the command line


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 pkgsrc/devel/cmake/Makefile
cvs rdiff -u -r1.196 -r1.197 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/cmake/version.mk

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.193 pkgsrc/devel/cmake/Makefile:1.194
--- pkgsrc/devel/cmake/Makefile:1.193   Wed Jun 29 11:34:47 2022
+++ pkgsrc/devel/cmake/Makefile Fri Jul 29 10:40:21 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.193 2022/06/29 11:34:47 thor Exp $
+# $NetBSD: Makefile,v 1.194 2022/07/29 10:40:21 adam Exp $
 
 .include "Makefile.common"
 
 COMMENT=       Cross platform make
-PKGREVISION=   1
 
 USE_TOOLS+=            gmake
 GCC_REQD+=             4.8

Index: pkgsrc/devel/cmake/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.196 pkgsrc/devel/cmake/distinfo:1.197
--- pkgsrc/devel/cmake/distinfo:1.196   Wed Jun 29 11:34:47 2022
+++ pkgsrc/devel/cmake/distinfo Fri Jul 29 10:40:21 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.196 2022/06/29 11:34:47 thor Exp $
+$NetBSD: distinfo,v 1.197 2022/07/29 10:40:21 adam Exp $
 
-BLAKE2s (cmake-3.23.2.tar.gz) = b44f9a76f3f1e4aa386a4be76174c9d6b7b788106153e8940bb7093893bec458
-SHA512 (cmake-3.23.2.tar.gz) = 0925adf973d642fd76d4089b61b3882babb0a85050c4c57d5f5f3bd6b17564a9feb0beed236cd636e25f69072fa30b67ea3f80932380b6b6576f2dd78b8e6931
-Size (cmake-3.23.2.tar.gz) = 9987716 bytes
+BLAKE2s (cmake-3.23.3.tar.gz) = d4a7bab86632620ccb10614e38225fe784bbcba0f0b5ecd39f7389b65a5b7acb
+SHA512 (cmake-3.23.3.tar.gz) = 75f86abe60ef28ba9bd06546c0c24578921621fb4be942171e629366a759cf1469e430945addc85f8ce977920883c063ed26de1b78fd24dfd98d0eb604800632
+Size (cmake-3.23.3.tar.gz) = 9988050 bytes
 SHA1 (patch-CMakeLists.txt) = 500b8645e7fbfa54dd97555432c453a1b0a57ff3
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9
 SHA1 (patch-Modules_FindBLAS.cmake) = ee73b652fdea0c6c4a5cec37f01b65358c73a1fb

Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.27 pkgsrc/devel/cmake/version.mk:1.28
--- pkgsrc/devel/cmake/version.mk:1.27  Thu May 26 08:53:59 2022
+++ pkgsrc/devel/cmake/version.mk       Fri Jul 29 10:40:21 2022
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.27 2022/05/26 08:53:59 adam Exp $
+# $NetBSD: version.mk,v 1.28 2022/07/29 10:40:21 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.23.2
+CMAKE_VERSION= 3.23.3
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index