Thu Apr 25 20:36:40 2019 UTC ()
extra-cmake-modules: update to 5.57.0

5.48.0:
  Android: Make it possible to override a target's APK directory
  Drop outdated QT_USE_FAST_OPERATOR_PLUS
  Add -Wlogical-op -Wzero-as-null-pointer-constant to KF5 warnings
  [ECMGenerateHeaders] Add option for other header file extension than .h
  Don't include a 64 when building 64bit architectures on flatpak
5.50.0:
  Bindings: Check if bindings can be generated for a specific python version
  Bindings: Make generator forward compatible with Python 3
  Disable alteration of QT_PLUGIN_PATH by ECM when running tests
  Bindings: Add support for scoped enums (bug 397154)
  Make it possible for ECM to detect po files at configure time
5.51.0:
  Compile python bindings with the same sip flags used by PyQt
  Android: Allow passing a relative path as the apk dir
  Android: Properly offer a fallback to applications that don't have a manifest
  Android: Make sure Qm translations get loaded
  Fix Android builds using cmake 3.12.1
  l10n: Fix matching digits in the repository name
  Add QT_NO_NARROWING_CONVERSIONS_IN_CONNECT as default compile flags
  Bindings: Correct handling of sources containing utf-8
  Actually iterate over CF_GENERATED, rather than checking item 0 all the time
5.53.0:
  New module: FindLibExiv2.cmake
5.54.0:
  Add find module for Google's libphonenumber
5.55.0:
  FindGperf: in ecm_gperf_generate set SKIP_AUTOMOC for generated file
  Move -Wsuggest-override -Wlogical-op to regular compiler settings
  Fix python binding generation for classes with deleted copy constructors
  Fix qmake module generation for Qt 5.12.1
  Use more https in links
  API dox: add missing entries for some find-modules & modules
  FindGperf: improve api dox: mark-up usage example
  ECMGenerateQmlTypes: fix api dox: title needs more --- markup
  ECMQMLModules: fix api dox: title match module name, add missing "Since"
  FindInotify: fix api dox .rst tag, add missing "Since"
5.56.0:
  Fix releaseme checkout when this is included in a sub-directory
  New find module for Canberra
  Update Android toolchain files to reality
  Add compile check to FindEGL
5.57.0:
  Re-enable the setting of QT_PLUGIN_PATH
  ecm_add_wayland_client_protocol: Improve error messages
  ECMGeneratePkgConfigFile: make all vars dependent on ${prefix}
  Add UDev find module
  ECMGeneratePkgConfigFile: add variables used by pkg_check_modules
  Restore FindFontconfig backward compatibility for plasma-desktop
  Add Fontconfig find modudle


(markd)
diff -r1.11 -r1.12 pkgsrc/devel/extra-cmake-modules/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/extra-cmake-modules/PLIST
diff -r1.10 -r1.11 pkgsrc/devel/extra-cmake-modules/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/extra-cmake-modules/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/extra-cmake-modules/Makefile 2018/06/21 02:26:12 1.11
+++ pkgsrc/devel/extra-cmake-modules/Makefile 2019/04/25 20:36:40 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2018/06/21 02:26:12 markd Exp $ 1# $NetBSD: Makefile,v 1.12 2019/04/25 20:36:40 markd Exp $
2 2
3DISTNAME= extra-cmake-modules-5.47.0 3DISTNAME= extra-cmake-modules-5.57.0
4CATEGORIES= devel kde 4CATEGORIES= devel kde
5MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/${PKGVERSION:R}/} 5MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/${PKGVERSION:R}/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
9HOMEPAGE= https://community.kde.org/Frameworks 9HOMEPAGE= https://community.kde.org/Frameworks
10COMMENT= Extra modules and scripts for CMake 10COMMENT= Extra modules and scripts for CMake
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_CMAKE= yes 13USE_CMAKE= yes
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15CMAKE_ARG_PATH= .. 15CMAKE_ARG_PATH= ..
16CONFIGURE_DIRS= _KDE_build 16CONFIGURE_DIRS= _KDE_build

cvs diff -r1.5 -r1.6 pkgsrc/devel/extra-cmake-modules/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/extra-cmake-modules/PLIST 2018/05/26 22:15:18 1.5
+++ pkgsrc/devel/extra-cmake-modules/PLIST 2019/04/25 20:36:40 1.6
@@ -1,33 +1,39 @@ @@ -1,33 +1,39 @@
1@comment $NetBSD: PLIST,v 1.5 2018/05/26 22:15:18 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.6 2019/04/25 20:36:40 markd Exp $
2share/ECM/cmake/ECMConfig.cmake 2share/ECM/cmake/ECMConfig.cmake
3share/ECM/cmake/ECMConfigVersion.cmake 3share/ECM/cmake/ECMConfigVersion.cmake
4share/ECM/find-modules/ECMFindModuleHelpersStub.cmake 4share/ECM/find-modules/ECMFindModuleHelpersStub.cmake
 5share/ECM/find-modules/FindCanberra.cmake
5share/ECM/find-modules/FindEGL.cmake 6share/ECM/find-modules/FindEGL.cmake
 7share/ECM/find-modules/FindFontconfig.cmake
6share/ECM/find-modules/FindGLIB2.cmake 8share/ECM/find-modules/FindGLIB2.cmake
7share/ECM/find-modules/FindGperf.cmake 9share/ECM/find-modules/FindGperf.cmake
 10share/ECM/find-modules/FindIcoTool.cmake
8share/ECM/find-modules/FindInotify.cmake 11share/ECM/find-modules/FindInotify.cmake
9share/ECM/find-modules/FindKF5.cmake 12share/ECM/find-modules/FindKF5.cmake
 13share/ECM/find-modules/FindLibExiv2.cmake
10share/ECM/find-modules/FindLibGit2.cmake 14share/ECM/find-modules/FindLibGit2.cmake
11share/ECM/find-modules/FindOpenEXR.cmake 15share/ECM/find-modules/FindOpenEXR.cmake
 16share/ECM/find-modules/FindPhoneNumber.cmake
12share/ECM/find-modules/FindPng2Ico.cmake 17share/ECM/find-modules/FindPng2Ico.cmake
13share/ECM/find-modules/FindPoppler.cmake 18share/ECM/find-modules/FindPoppler.cmake
14share/ECM/find-modules/FindPulseAudio.cmake 19share/ECM/find-modules/FindPulseAudio.cmake
15share/ECM/find-modules/FindPythonModuleGeneration.cmake 20share/ECM/find-modules/FindPythonModuleGeneration.cmake
16share/ECM/find-modules/FindQHelpGenerator.cmake 21share/ECM/find-modules/FindQHelpGenerator.cmake
17share/ECM/find-modules/FindQtWaylandScanner.cmake 22share/ECM/find-modules/FindQtWaylandScanner.cmake
18share/ECM/find-modules/FindSasl2.cmake 23share/ECM/find-modules/FindSasl2.cmake
19share/ECM/find-modules/FindSeccomp.cmake 24share/ECM/find-modules/FindSeccomp.cmake
20share/ECM/find-modules/FindSharedMimeInfo.cmake 25share/ECM/find-modules/FindSharedMimeInfo.cmake
 26share/ECM/find-modules/FindUDev.cmake
21share/ECM/find-modules/FindWayland.cmake 27share/ECM/find-modules/FindWayland.cmake
22share/ECM/find-modules/FindWaylandScanner.cmake 28share/ECM/find-modules/FindWaylandScanner.cmake
23share/ECM/find-modules/FindX11_XCB.cmake 29share/ECM/find-modules/FindX11_XCB.cmake
24share/ECM/find-modules/FindXCB.cmake 30share/ECM/find-modules/FindXCB.cmake
25share/ECM/find-modules/GeneratePythonBindingUmbrellaModule.cmake 31share/ECM/find-modules/GeneratePythonBindingUmbrellaModule.cmake
26share/ECM/find-modules/Qt5Ruleset.py 32share/ECM/find-modules/Qt5Ruleset.py
27share/ECM/find-modules/rules_engine.py 33share/ECM/find-modules/rules_engine.py
28share/ECM/find-modules/run-sip.py 34share/ECM/find-modules/run-sip.py
29share/ECM/find-modules/sip_generator.py 35share/ECM/find-modules/sip_generator.py
30share/ECM/kde-modules/KDECMakeSettings.cmake 36share/ECM/kde-modules/KDECMakeSettings.cmake
31share/ECM/kde-modules/KDECompilerSettings.cmake 37share/ECM/kde-modules/KDECompilerSettings.cmake
32share/ECM/kde-modules/KDEFrameworkCompilerSettings.cmake 38share/ECM/kde-modules/KDEFrameworkCompilerSettings.cmake
33share/ECM/kde-modules/KDEInstallDirs.cmake 39share/ECM/kde-modules/KDEInstallDirs.cmake

cvs diff -r1.10 -r1.11 pkgsrc/devel/extra-cmake-modules/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/extra-cmake-modules/distinfo 2018/06/21 02:26:12 1.10
+++ pkgsrc/devel/extra-cmake-modules/distinfo 2019/04/25 20:36:40 1.11
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.10 2018/06/21 02:26:12 markd Exp $ 1$NetBSD: distinfo,v 1.11 2019/04/25 20:36:40 markd Exp $
2 2
3SHA1 (extra-cmake-modules-5.47.0.tar.xz) = 317a79a738af276c6ed17dceee7983626f0d3854 3SHA1 (extra-cmake-modules-5.57.0.tar.xz) = 1db65eb2100b329bbc042190c69d9320b05c52f6
4RMD160 (extra-cmake-modules-5.47.0.tar.xz) = 0e88ac8fa8461da338aa79d1c71b0cef3a971c58 4RMD160 (extra-cmake-modules-5.57.0.tar.xz) = ce34269301bbb38176e1c8ebfd0948d3f6e6d47c
5SHA512 (extra-cmake-modules-5.47.0.tar.xz) = a5410e64b1d5ea417afc4f2f904a51e04428892ff80246a025a0b8fe7044c4ca09ae8f1c99a1407d8b1177d322ec94a0a4240e92775b5958bdd29d9403ba43f4 5SHA512 (extra-cmake-modules-5.57.0.tar.xz) = 25a559f45e9e6b99400b210eb3bf81d6e0924675cc3c85af995f64cb4536e88e0dd734f919ef8cbc8e00de74ba328a9fb3aed5d3ada53f1827479b7a90669f97
6Size (extra-cmake-modules-5.47.0.tar.xz) = 317188 bytes 6Size (extra-cmake-modules-5.57.0.tar.xz) = 326656 bytes
7SHA1 (patch-kde-modules_KDECompilerSettings.cmake) = 7d2d847238a497c81e5287166ce2278350670e18 7SHA1 (patch-kde-modules_KDECompilerSettings.cmake) = 7d2d847238a497c81e5287166ce2278350670e18