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:           Thu Feb  1 10:25:03 UTC 2024

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

Log Message:
cmake cmake-gui: updated to 3.28.2

CMake 3.28.2
* cmNinjaTargetGenerator: use scan flag for modmap usage inexported commands
* cmDyndepCollation: clarify CXX_MODULES-without-BMI error message
* Help: update lua.org links to be HTTPS
* ExternalProject: revert `BYPRODUCTS` for download outputs
* Tests/CXXModules: add a test with unity build support
* cmGlobalGenerator: add unity sources after computing target compile features
* cmLocalGenerator: ignore scanned sources for unity builds
* cmVisualStudio10TargetGenerator: fix typo in flag name
* Tests/CXXModules: add a test case for VS generation without flags
* cmVisualStudio10TargetGenerator: always specify scanning
* Tests/CXXModules/scan_properties: use `ixx` extension
* cxxmodules: make export trampoline script files unique
* FindBoost: Add support for Boost 1.84
* zlib: Update script to get zlib 1.2.13
* CUDA/Clang: Update architectures supported by CUDA 12
* CUDA/Clang: Record architectures supported by Clang 16
* Source: Simplify hasher object construction
* Tests: Add missing include in testUVProcessChainHelper on Windows
* cmUVProcessChain: Simplify builder initialization
* cmUVProcessChain: Simplify SetExternalStream usage
* cmUVProcessChain: Tolerate fileno() of invalid FILE stream
* Revert use of libuv for process execution for 3.28
* FindFreetype: Revert use of upstream freetype cmake package
* Help: Fix typo not accounting for addition of visionOS
* Help: Note CMAKE_IOS_INSTALL_COMBINED deprecation in toolchains example
* Help: Update missed text for dynamically generated resource spec files
* Help: Use  for non-keyword arguments in property command signatures
* Help: Use  consistently in property getter commands
* Help: Add missing DIRECTORY keyword to set_tests_properties() signature
* Help: Fix wrong return values for unset inherited properties
* Tests: Improve C compatibility of LoadCommand tests
* HIP: Really forward CMAKE_HIP_HOST_COMPILER in check_language(HIP)
* HIP: Propagate CMAKE_HIP_PLATFORM from/to the test project in check_language
* FindMatlab: Restore support for versions without VersionInfo.xml
* FindMatlab: use correct registry view when extracting versions
* FindMatlab: Restore support for finding EXACT major.minor version
* FindMatlab: matlab_get_release_name_from_version is a function now
* FindMatlab: Document all registry paths for version lookup
* FindMatlab: Fix error message from function
* FindMatlab: Some versions use major.minor.patch in the registry
* FindMatlab: Document that version mappings do not apply to MCR
* UsePkgConfig: Restore removal of trailing whitespace from pkg-config output
* Xcode: Restore support for standalone IMPORTED_LOCATION_
* Ninja: LINK_OPTIONS property should support newlines
* Help: string(LENGTH): Fix synopsis link to command description
* cxxmodules: compute link information for C++ module-consuming targets
* Makefile: Reduce string copies
* Makefile: Fix double escaping when DEPFILE is used
* cmQtAutoGenInitializer: Improve Const-correctness
* Autogen: Forward dependencies when both Makefile and DEPFILE are used
* Source: Restore compilation on OpenBSD
* CUDAToolkit: Correctly search all include paths from compiler
* Tests: Verify CUDA::cupti existence on a subset of machines
* FindMatlab: Fix major.minor version lookups in Windows Registry
* FindMatlab: Accept long version in matlab_get_release_name_from_version
* zlib 2022-10-12 (04f42cec)


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.51 -r1.52 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/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.226 pkgsrc/devel/cmake/distinfo:1.227
--- pkgsrc/devel/cmake/distinfo:1.226   Mon Dec 18 05:37:35 2023
+++ pkgsrc/devel/cmake/distinfo Thu Feb  1 10:25:02 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.226 2023/12/18 05:37:35 adam Exp $
+$NetBSD: distinfo,v 1.227 2024/02/01 10:25:02 adam Exp $
 
-BLAKE2s (cmake-3.28.1.tar.gz) = 810c0829b2629309360355a37d289ddf1a2fc688f9dd42a6f5144555aa45ca85
-SHA512 (cmake-3.28.1.tar.gz) = 62693c423dd46d252d046662ac34cf9c927b7ec23c213c6b5cd1683636b8bbb5326698af1e7f851f3c01fe3f14dd769b9a8bd405f8f9e73e6d8defae7517cbcb
-Size (cmake-3.28.1.tar.gz) = 11065923 bytes
+BLAKE2s (cmake-3.28.2.tar.gz) = 905a1f8149d3c221d1c9c5a7fdbfdb07f2af66746a449481fee8e30041c22068
+SHA512 (cmake-3.28.2.tar.gz) = 225f6d3eb56d41c449a32f7c3e0f8f3ffafbbf45474e29ad86e965a87f8d95e55e87affc62ef0a7b25c9fb070c6fca08e9838539e5f7011dc3ee83787025151b
+Size (cmake-3.28.2.tar.gz) = 11067468 bytes
 SHA1 (patch-Auxiliary_CMakeLists.txt) = 7a26ef79be53b9d0370029e83f203440aa0be2a4
 SHA1 (patch-CMakeLists.txt) = 0fb79458828a021a96e350bc4cf12875914f868b
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9

Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.51 pkgsrc/devel/cmake/version.mk:1.52
--- pkgsrc/devel/cmake/version.mk:1.51  Mon Dec 18 05:37:35 2023
+++ pkgsrc/devel/cmake/version.mk       Thu Feb  1 10:25:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.51 2023/12/18 05:37:35 adam Exp $
+# $NetBSD: version.mk,v 1.52 2024/02/01 10:25:02 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.28.1
+CMAKE_VERSION= 3.28.2
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index