aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2024-04-08 09:15:42 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2024-04-08 09:15:42 +0000
commit4963e985a45dca57a9dba4d3c39d8862ac9cc185 (patch)
tree38a374c271d4ba43d967370749bacbe5a68a6dce /CHANGES
parente2b36205014cfe18ce79eee2738b23830cb68e83 (diff)
downloadports-4963e985a45dca57a9dba4d3c39d8862ac9cc185.tar.gz
ports-4963e985a45dca57a9dba4d3c39d8862ac9cc185.zip
Mk/cmake.mk: add support for indirect argument
Add indirect to list of arguments for USES=cmake. cmake:indirect is intended primarily for ports, which use meson or pep517 for build, but rely on cmake underneath. Update documentation while here. Differential Revision: https://reviews.freebsd.org/D44509
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b840bc11fdeb..ebfabbffd719 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20240408:
+AUTHOR: makc@FreeBSD.org
+
+ USES=cmake now supports `indirect' argument. This argument adds cmake binary
+ to the BUILD_DEPENDS and and exposes CMAKE_ARGS and some other helpers, but
+ does not run cmake in the configure step. cmake:indirect is intended
+ primarily for ports which use meson or pep517 for build.
+
20240229:
AUTHOR: tijl@FreeBSD.org