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:           Mon Sep 28 07:37:43 UTC 2020

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

Log Message:
cmake: updated to 3.18.3

CMake 3.18.3
* AutoGen: Fix moc and uic dependencies when building Qt itself
* foreach: Fix crash parsing integer out of range
* gitlab-ci: Prefer MR rules for any pipeline associated with a MR
* Help: Update 3.18.2 release notes to mention 3.16.9 and 3.17.5
* gitlab-ci: update macOS jobs to use Xcode 11.7
* Check*CompilerFlag: Do not set result as a normal variable too
* PCH: Mark CMake PCH source files as -x -header
* PCH: Fix 30s wait for VS2008 when used via -Tv90
* AutoMoc: Restore support for re-running after project file changes
* AutoMoc: Re-run moc if a dependency is missing
* file(GENERATE): Create output file structures for all directories first
* Tests: Pass additional Qt information to Ninja and NMC tests
* Ninja Multi-Config: Fix clean:all target
* Ninja Multi-Config: Fix cleaning of utility targets with commands
* Ninja Multi-Config: Fix dependencies of utility targets
* Ninja Multi-Config: Fix dependencies of custom commands
* FindJNI: Add arm64 support
* UseSWIG: Update option -interface usage
* FindPython: enhance ABI checks against include directory
* FindPython: CMP0012 must be set to NEW
* ARMClang: Fix link line generation after addition of armlink support
* FindMatlab: add R2020b => 9.9
* MSVC: Record support for c_static_assert
* CUDA: Support setting CUDA14/17 when using MSVC
* Implement cm::static_reference_cast by declval


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.2 -r1.3 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.164 pkgsrc/devel/cmake/distinfo:1.165
--- pkgsrc/devel/cmake/distinfo:1.164   Fri Aug 21 07:26:51 2020
+++ pkgsrc/devel/cmake/distinfo Mon Sep 28 07:37:43 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.164 2020/08/21 07:26:51 adam Exp $
+$NetBSD: distinfo,v 1.165 2020/09/28 07:37:43 adam Exp $
 
-SHA1 (cmake-3.18.2.tar.gz) = 23092c6a5ae9ecde368abbfda7bae0d01edb7387
-RMD160 (cmake-3.18.2.tar.gz) = 4bce84db246b68648c08a6fe80ef951a96221916
-SHA512 (cmake-3.18.2.tar.gz) = 74915e643d09af1d8451e57120f2e5963f6fd34ca2cfa0cd573bd7f234924458105e7cc76952c022732de7566cd590141127b243933a564ac575a0dcbb8cc6e7
-Size (cmake-3.18.2.tar.gz) = 8970663 bytes
+SHA1 (cmake-3.18.3.tar.gz) = 94c15d9a3bf3f1842f4eec97276441083013d30c
+RMD160 (cmake-3.18.3.tar.gz) = f8cfbb7022aea1674613228c893650ec9e621ca3
+SHA512 (cmake-3.18.3.tar.gz) = 28c0c310b6cd8117d4a8b9ad60064b22b00bdc170303b190994e9a3d4fe83fbd9cae6c8f36da62faf6c356b5acf430c78878f19210386ec26844b56334d3941e
+Size (cmake-3.18.3.tar.gz) = 8976093 bytes
 SHA1 (patch-CMakeLists.txt) = fabdb0590f4b97c34c2242749ae3b6af18aefc0a
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9
 SHA1 (patch-Modules_FindCurses.cmake) = 98cac805a6abafcfb8b61e441b50a1d6aec27ad0

Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.2 pkgsrc/devel/cmake/version.mk:1.3
--- pkgsrc/devel/cmake/version.mk:1.2   Fri Aug 21 07:26:51 2020
+++ pkgsrc/devel/cmake/version.mk       Mon Sep 28 07:37:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.2 2020/08/21 07:26:51 adam Exp $
+# $NetBSD: version.mk,v 1.3 2020/09/28 07:37:43 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.18.2
+CMAKE_VERSION= 3.18.3
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index