Path to this page:
./
devel/extra-cmake-modules,
Extra modules and scripts for CMake
Branch: CURRENT,
Version: 6.27.0,
Package name: extra-cmake-modules-6.27.0,
Maintainer: markdExtra CMake Modules, or ECM, aims to augment CMake with additional modules.
It serves as both a staging ground for new modules before they are moved
upstream to CMake and a place for modules that, for whatever reason, are not
a good fit for CMake itself.
It is primarily driven by the needs of the KDE community, but it is hoped
that other projects will find it useful, and outside contributions are always
welcome. The main rule for new modules is that there must be at least two
downstream users.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 330.602 KB
Version history: (Expand)
- (2026-06-23) Updated to version: extra-cmake-modules-6.27.0
- (2026-05-21) Updated to version: extra-cmake-modules-6.26.0
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-06) Updated to version: extra-cmake-modules-6.18.0
- (2025-07-15) Package has been reborn
CVS history: (Expand)
2026-06-23 12:36:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
extra-cmake-modules: update to 6.27.0.
Changes not found.
Comment out ineffective (due to a typo) TOOL_DEPENDS.
|
2026-05-21 10:25:16 by Mark Davies | Files touched by this commit (169) |  |
Log message:
KDE Frameworks - update to 6.26.0
8 months worth of updates
|
2025-10-06 11:56:09 by Mark Davies | Files touched by this commit (176) |  |
Log message:
update KDE Frameworks 6 to 6.18.0
10 months of updates and patches
|
| 2025-01-24 00:27:30 by Taylor R Campbell | Files touched by this commit (41) |
Log message:
devel/extra-cmake-modules: Use buildlink3.mk, not TOOL_DEPENDS.
This one is borderline: should it be BUILD_DEPENDS or TOOL_DEPENDS?
It doesn't appear to vary depending on the build environment, so it
doesn't meaningfully describe the cross-builder vs the target system.
It is used only at build-time, but it doesn't have any native
executables -- they're just source code cmake scripts.
For now, it is convenient to use a buildlink3.mk file because this
enables us to explicitly expose only files under share/ECM/ -- and
not other random files installed in the prefix -- via buildlink3 to
keep dependent package builds clean. Eventually we should have the
same mechanism for TOOL_DEPENDS but that day has not yet come.
This change creates a new use of BUILDLINK_DEPMETHOD build for
extra-cmake-modules, which is a priori risky. Fortunately,
extra-cmake-modules has no libraries, so this is unlikely to cause
trouble.
|
2024-12-05 10:53:09 by Mark Davies | Files touched by this commit (3) |  |
Log message:
extra-cmake-modules: update to 6.8.0 (from KDE Frameworks 6.8.0)
|
| 2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-05-26 12:58:32 by Mark Davies | Files touched by this commit (2) |  |
Log message:
extra-cmake-modules: update to 6.2.0
latest Frameworks version.
|
2024-03-19 12:19:55 by Mark Davies | Files touched by this commit (3) |  |
Log message:
extra-cmake-modules: update to 6.0.0
latest version, for use with both qt5 and qt6.
|