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 Apr  5 08:50:26 UTC 2024

Modified Files:
        pkgsrc/devel/cmake: PLIST distinfo version.mk
Removed Files:
        pkgsrc/devel/cmake/patches: patch-Source_cmSystemTools.cxx

Log Message:
cmake: updated to 3.29.1

CMake 3.29.1
* ExternalProject: add an example of `LIST_SEPARATOR` usage
* ExternalProject: reword `LIST_SEPARATOR` to indicate what it *does*
* IntelLLVM: Revert accidental use of -external:I with Fortran compilers
* libuv: Avoid posix_spawn on macOS < 10.8
* FindPkgConfig: Avoid finding Strawberry Perl's pkg-config
* libuv: process: de-duplicate conditions for using kqueue
* libuv: darwin: group kqueue-specific definitions together
* libuv: macos: use posix poll instead of kqueue
* FindMPI: Fix finding IntelLLVM wrappers on Windows
* ctest: Restore enforcement of RESOURCE_LOCK test property
* ARTOS: Add support for finding library files named with 'lib' prefix
* IntelLLVM: Fix link flags with Visual Studio generators
* cmSystemTools: Fix compilation on DragonFly BSD
* Help: Remove stray formatting for try_compile() LINKER_LANGUAGE keyword
* try_compile(): Include languages with _ or - when passing linker vars
* Help: Grammar, typos and wording improvements for linker variables
* Help: Add custom linker example for CMAKE_<LANG>_USING_LINKER_<TYPE>
* Help: CMAKE_<LANG>_USING_LINKER_<TYPE> can be a list of flags
* Help: Restructure and improve LINKER_TYPE docs
* CMakePackageConfigHelpers: Remove unused variable
* CMakePackageConfigHelpers: Use unique variable name for pkg prefix
* Swift: Add CMAKE_LINKER_TYPE support
* Help: Fix location of install() note about superseded commands
* FindMatlab: R2024a version map
* Help: emphasize need for VS Integrations with oneAPI Fortran


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/cmake/PLIST
cvs rdiff -u -r1.230 -r1.231 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/cmake/version.mk
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/cmake/patches/patch-Source_cmSystemTools.cxx

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/PLIST
diff -u pkgsrc/devel/cmake/PLIST:1.79 pkgsrc/devel/cmake/PLIST:1.80
--- pkgsrc/devel/cmake/PLIST:1.79       Tue Apr  2 17:27:41 2024
+++ pkgsrc/devel/cmake/PLIST    Fri Apr  5 08:50:25 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.79 2024/04/02 17:27:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.80 2024/04/05 08:50:25 adam Exp $
 bin/ccmake
 bin/cmake
 bin/cpack
@@ -3035,6 +3035,7 @@ share/cmake-${CMAKE_API}/Modules/Platfor
 share/cmake-${CMAKE_API}/Modules/Platform/Haiku-Initialize.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Haiku.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linux-Absoft-Fortran.cmake
+share/cmake-${CMAKE_API}/Modules/Platform/Linux-Apple-Swift.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linux-CCur-Fortran.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linux-Clang-C.cmake
 share/cmake-${CMAKE_API}/Modules/Platform/Linux-Clang-CUDA.cmake

Index: pkgsrc/devel/cmake/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.230 pkgsrc/devel/cmake/distinfo:1.231
--- pkgsrc/devel/cmake/distinfo:1.230   Tue Apr  2 17:27:41 2024
+++ pkgsrc/devel/cmake/distinfo Fri Apr  5 08:50:25 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.230 2024/04/02 17:27:41 adam Exp $
+$NetBSD: distinfo,v 1.231 2024/04/05 08:50:25 adam Exp $
 
-BLAKE2s (cmake-3.29.0.tar.gz) = 6f67befcd8919b82aab171a84fdecd355167984ff7c36f427ab21afd127bd522
-SHA512 (cmake-3.29.0.tar.gz) = abcca7a4db221d98864b77220445f0b70f87149626d3162ed49636862b87514b2640318438c0c711bfaafa1aba4d049b55f98e6ac28c44545543986c35fbd062
-Size (cmake-3.29.0.tar.gz) = 11244341 bytes
+BLAKE2s (cmake-3.29.1.tar.gz) = f849553f989d949102a3e5b66fc0c15af682966bfa13659d2a3eacd4e8a7a0a7
+SHA512 (cmake-3.29.1.tar.gz) = 3665ddb356bf973f75c9f2601f7210f7ff58c77c39926a43af8640979777a796d441df43fda5d2632548f7d15e4553829680c76f3d9376f9e763fe7bba16f3d7
+Size (cmake-3.29.1.tar.gz) = 11246071 bytes
 SHA1 (patch-Auxiliary_CMakeLists.txt) = 7a26ef79be53b9d0370029e83f203440aa0be2a4
 SHA1 (patch-CMakeLists.txt) = 0fb79458828a021a96e350bc4cf12875914f868b
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e06fc41fd7a49ca9f8edaabb95d4ab1cde784112
@@ -20,7 +20,6 @@ SHA1 (patch-Source_Checks_Curses_CheckCu
 SHA1 (patch-Source_Checks_cm__cxx17__check.cpp) = d5e2708df6fcda078b1b5ea59264c663d2633ced
 SHA1 (patch-Source_Modules_CMakeBuildUtilities.cmake) = 7046fb8a0d2aadb81e027d8e2f1a4bccf2bd79cf
 SHA1 (patch-Source_QtDialog_CMakeLists.txt) = 1cefaa7ee6cd09e84d699ea54844ae3811d890f7
-SHA1 (patch-Source_cmSystemTools.cxx) = 31d736e21ce7f03192cf029a8b6419caa6f00a65
 SHA1 (patch-Source_kwsys_ProcessUNIX.c) = e333da03c3ac31be6a992809062a60a9cccc62c0
 SHA1 (patch-Tests_CMakeLists.txt) = 555e0be38ef92530c7315a87db65dd3004d7744c
 SHA1 (patch-Utilities_KWIML_CMakeLists.txt) = e4bdf9fc58757e87bf7e3e3e195839eededbc796

Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.55 pkgsrc/devel/cmake/version.mk:1.56
--- pkgsrc/devel/cmake/version.mk:1.55  Tue Apr  2 17:27:41 2024
+++ pkgsrc/devel/cmake/version.mk       Fri Apr  5 08:50:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.55 2024/04/02 17:27:41 adam Exp $
+# $NetBSD: version.mk,v 1.56 2024/04/05 08:50:25 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.29.0
+CMAKE_VERSION= 3.29.1
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index