devel/cmake - The NetBSD Packages Collection

Cross platform make

CMake is an extensible, open-source system that manages the build
process in an operating system and compiler independent manner. Unlike
many cross-platform systems, CMake is designed to be used in
conjunction with the native build environment. Simple configuration
files placed in each source directory (called CMakeLists.txt files)
are used to generate standard build files (e.g., makefiles on Unix and
projects/workspaces in Windows MSVC) which are used in the usual
way. CMake can compile source code, create libraries, generate
wrappers, and build executables in arbitrary combinations. CMake
supports in-place and out-of-place builds, and can therefore support
multiple builds from a single source tree. CMake also supports static
and dynamic library builds.  Another nice feature of CMake is that it
generates a cache file that is designed to be used with a graphical
editor.  For example, when CMake runs, it locates include files,
libraries, and executable, and may encounter optional build
directives. This information is gathered into the cache, which may be
changed by the user prior to the generation of the native build files.

Build dependencies

pkgtools/mktools devel/gmake pkgtools/cwrappers

Runtime dependencies

archivers/zstd devel/libuv misc/rhash misc/rhash www/curl misc/rhash www/curl

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64cmake-3.28.1.tgz
NetBSD 10.0aarch64cmake-3.27.6.tgz
NetBSD 10.0aarch64cmake-3.28.4.tgz
NetBSD 10.0aarch64ebcmake-3.27.6.tgz
NetBSD 10.0aarch64ebcmake-3.28.1.tgz
NetBSD 10.0aarch64ebcmake-3.28.4.tgz
NetBSD 10.0alphacmake-3.28.1.tgz
NetBSD 10.0alphacmake-3.28.4.tgz
NetBSD 10.0earmv4cmake-3.27.6.tgz
NetBSD 10.0earmv4cmake-3.28.1.tgz
NetBSD 10.0earmv6hfcmake-3.28.1.tgz
NetBSD 10.0earmv6hfcmake-3.27.6.tgz
NetBSD 10.0earmv6hfcmake-3.28.4.tgz
NetBSD 10.0earmv7hfcmake-3.28.1.tgz
NetBSD 10.0earmv7hfcmake-3.27.6.tgz
NetBSD 10.0earmv7hfcmake-3.28.4.tgz
NetBSD 10.0i386cmake-3.28.4.tgz
NetBSD 10.0i386cmake-3.28.1.tgz
NetBSD 10.0m68kcmake-3.28.1.tgz
NetBSD 10.0m68kcmake-3.28.4.tgz
NetBSD 10.0powerpccmake-3.27.6.tgz
NetBSD 10.0sh3elcmake-3.28.4.tgz
NetBSD 10.0sparccmake-3.28.1.tgz
NetBSD 10.0sparccmake-3.28.4.tgz
NetBSD 10.0vaxcmake-3.27.6.tgz
NetBSD 10.0vaxcmake-3.28.1.tgz
NetBSD 10.0vaxcmake-3.28.4.tgz
NetBSD 10.0x86_64cmake-3.28.4.tgz
NetBSD 10.0x86_64cmake-3.28.1.tgz
NetBSD 10.99.4riscv64cmake-3.26.0.tgz
NetBSD 8.0i386cmake-3.27.6.tgz
NetBSD 8.0powerpccmake-3.27.6.tgz
NetBSD 8.0powerpccmake-3.28.1.tgz
NetBSD 8.0x86_64cmake-3.27.6.tgz
NetBSD 8.0x86_64cmake-3.28.1.tgz
NetBSD 9.0aarch64cmake-3.28.1.tgz
NetBSD 9.0aarch64cmake-3.27.6.tgz
NetBSD 9.0aarch64cmake-3.28.4.tgz
NetBSD 9.0alphacmake-3.26.0.tgz
NetBSD 9.0alphacmake-3.28.1.tgz
NetBSD 9.0alphacmake-3.28.4.tgz
NetBSD 9.0earmcmake-3.26.0.tgz
NetBSD 9.0earmv4cmake-3.26.0.tgz
NetBSD 9.0earmv4cmake-3.27.6.tgz
NetBSD 9.0earmv4cmake-3.28.1.tgz
NetBSD 9.0earmv4cmake-3.28.4.tgz
NetBSD 9.0earmv6hfcmake-3.28.1.tgz
NetBSD 9.0earmv6hfcmake-3.27.6.tgz
NetBSD 9.0earmv6hfcmake-3.28.4.tgz
NetBSD 9.0earmv7hfcmake-3.28.1.tgz
NetBSD 9.0earmv7hfcmake-3.27.6.tgz
NetBSD 9.0earmv7hfcmake-3.28.4.tgz
NetBSD 9.0i386cmake-3.28.4.tgz
NetBSD 9.0i386cmake-3.28.1.tgz
NetBSD 9.0m68kcmake-3.26.0.tgz
NetBSD 9.0m68kcmake-3.27.6.tgz
NetBSD 9.0mips64ebcmake-3.26.0.tgz
NetBSD 9.0mipselcmake-3.26.0.tgz
NetBSD 9.0powerpccmake-3.28.1.tgz
NetBSD 9.0powerpccmake-3.27.6.tgz
NetBSD 9.0sh3elcmake-3.27.6.tgz
NetBSD 9.0sparc64cmake-3.26.0.tgz
NetBSD 9.0sparccmake-3.26.0.tgz
NetBSD 9.0sparccmake-3.27.6.tgz
NetBSD 9.0vaxcmake-3.27.6.tgz
NetBSD 9.0vaxcmake-3.28.1.tgz
NetBSD 9.0x86_64cmake-3.28.4.tgz
NetBSD 9.0x86_64cmake-3.28.1.tgz
NetBSD 9.3x86_64cmake-3.28.4.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.