pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/extra-cmake-modules



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 28 09:00:36 UTC 2022

Modified Files:
        pkgsrc/devel/extra-cmake-modules: Makefile PLIST distinfo
Added Files:
        pkgsrc/devel/extra-cmake-modules/patches:
            patch-find-modules_FindPythonModuleGeneration.cmake

Log Message:
extra-cmake-modules: update to 5.83.0.

Add patch to allow python 3.10+.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/extra-cmake-modules/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/extra-cmake-modules/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/extra-cmake-modules/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/extra-cmake-modules/patches/patch-find-modules_FindPythonModuleGeneration.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/extra-cmake-modules/Makefile
diff -u pkgsrc/devel/extra-cmake-modules/Makefile:1.18 pkgsrc/devel/extra-cmake-modules/Makefile:1.19
--- pkgsrc/devel/extra-cmake-modules/Makefile:1.18      Mon Apr 26 15:25:34 2021
+++ pkgsrc/devel/extra-cmake-modules/Makefile   Fri Jan 28 09:00:36 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/04/26 15:25:34 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/01/28 09:00:36 wiz Exp $
 
-DISTNAME=      extra-cmake-modules-5.81.0
+DISTNAME=      extra-cmake-modules-5.83.0
 CATEGORIES=    devel kde
 MASTER_SITES=  ${MASTER_SITE_KDE:=frameworks/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/devel/extra-cmake-modules/PLIST
diff -u pkgsrc/devel/extra-cmake-modules/PLIST:1.9 pkgsrc/devel/extra-cmake-modules/PLIST:1.10
--- pkgsrc/devel/extra-cmake-modules/PLIST:1.9  Tue Mar 30 10:58:21 2021
+++ pkgsrc/devel/extra-cmake-modules/PLIST      Fri Jan 28 09:00:36 2022
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2021/03/30 10:58:21 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/01/28 09:00:36 wiz Exp $
 share/ECM/cmake/ECMConfig.cmake
 share/ECM/cmake/ECMConfigVersion.cmake
 share/ECM/find-modules/ECMFindModuleHelpersStub.cmake
 share/ECM/find-modules/FindCanberra.cmake
 share/ECM/find-modules/FindEGL.cmake
-share/ECM/find-modules/FindFontconfig.cmake
 share/ECM/find-modules/FindGLIB2.cmake
 share/ECM/find-modules/FindGperf.cmake
 share/ECM/find-modules/FindGradle.cmake
@@ -14,6 +13,7 @@ share/ECM/find-modules/FindIsoCodes.cmak
 share/ECM/find-modules/FindKF5.cmake
 share/ECM/find-modules/FindLibExiv2.cmake
 share/ECM/find-modules/FindLibGit2.cmake
+share/ECM/find-modules/FindLibMount.cmake
 share/ECM/find-modules/FindLibcap.cmake
 share/ECM/find-modules/FindOpenEXR.cmake
 share/ECM/find-modules/FindPhoneNumber.cmake

Index: pkgsrc/devel/extra-cmake-modules/distinfo
diff -u pkgsrc/devel/extra-cmake-modules/distinfo:1.19 pkgsrc/devel/extra-cmake-modules/distinfo:1.20
--- pkgsrc/devel/extra-cmake-modules/distinfo:1.19      Tue Oct 26 10:14:37 2021
+++ pkgsrc/devel/extra-cmake-modules/distinfo   Fri Jan 28 09:00:36 2022
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:14:37 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/01/28 09:00:36 wiz Exp $
 
-BLAKE2s (extra-cmake-modules-5.81.0.tar.xz) = 942c61d4dc420645a48936b65a5b59a560b82d439401be24822ed5bd9d4097c4
-SHA512 (extra-cmake-modules-5.81.0.tar.xz) = b01d36c5d16ff2ad6ccbc55c58d95dc14880ff6d55d408d933eba55199c63e665856a93ccf441f9eb154e0a52837e1d78470ed876490ae2f0ae0a60e63f8dc2f
-Size (extra-cmake-modules-5.81.0.tar.xz) = 357528 bytes
+BLAKE2s (extra-cmake-modules-5.83.0.tar.xz) = fc2a072106405e234f842a7757ebf5bfba080943c1657daa85da059b62a89d0c
+SHA512 (extra-cmake-modules-5.83.0.tar.xz) = 23085dc82dfcaa63a58a1fcc9fe03db6ce8c31dc059370464240f510de9578f617fe20297b1a8e153dd028db178a3ec7faafb8cd4edaea20913f43ce385c0ecf
+Size (extra-cmake-modules-5.83.0.tar.xz) = 314824 bytes
+SHA1 (patch-find-modules_FindPythonModuleGeneration.cmake) = 227b3c11f2eacf09e267f77a12b696f82fca50f6
 SHA1 (patch-kde-modules_KDECompilerSettings.cmake) = fd20a82370a451aa45d4d8fa59127c76bdc5a441

Added files:

Index: pkgsrc/devel/extra-cmake-modules/patches/patch-find-modules_FindPythonModuleGeneration.cmake
diff -u /dev/null pkgsrc/devel/extra-cmake-modules/patches/patch-find-modules_FindPythonModuleGeneration.cmake:1.1
--- /dev/null   Fri Jan 28 09:00:36 2022
+++ pkgsrc/devel/extra-cmake-modules/patches/patch-find-modules_FindPythonModuleGeneration.cmake        Fri Jan 28 09:00:36 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-find-modules_FindPythonModuleGeneration.cmake,v 1.1 2022/01/28 09:00:36 wiz Exp $
+
+Allow python 3.10 and newer.
+
+--- find-modules/FindPythonModuleGeneration.cmake.orig 2021-06-01 13:02:21.000000000 +0000
++++ find-modules/FindPythonModuleGeneration.cmake
+@@ -162,7 +162,7 @@ endif()
+ 
+ if (NOT GPB_PYTHON3_LIBRARY)
+   set(_PYTHON3_MIN_VERSION 4)
+-  set(_PYTHON3_MAX_VERSION 10)
++  set(_PYTHON3_MAX_VERSION 99)
+ 
+   _find_python(3 ${_PYTHON3_MAX_VERSION}) # Canary check
+ 



Home | Main Index | Thread Index | Old Index