./devel/cmake39, Cross platform make

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.9.6nb5, Package name: cmake39-3.9.6nb5, Maintainer: pkgsrc-users

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.

This version of cmake is intended for:

- users who wish to compile software written before CMake 4.
- developers who wish to test their software with an old cmake version
to ensure maximum compatibility.
- platforms which lack a C++11 compiler.
- platforms which lack support for libuv (e.g. HP-UX).


Master sites:

Filesize: 7524.805 KB

Version history: (Expand)


CVS history: (Expand)


   2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335)
Log message:
*: Recursive revbump from security/nettle-4.0
   2026-02-06 11:06:21 by Thomas Klausner | Files touched by this commit (1305)
Log message:
*: recursive bump for nettle 4.0 shlib major bump
   2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525)
Log message:
*: recursive bump for icu 78.1
   2025-10-09 11:03:30 by Thomas Klausner | Files touched by this commit (1)
Log message:
cmake39: add patch to distinfo so it's used
   2025-10-08 19:20:32 by Nia Alarie | Files touched by this commit (2)
Log message:
cmake39: when cmake invokes itself, use the suffixed executable
names (except during bootstrap)
   2025-10-05 21:26:29 by Jonathan Schleifer | Files touched by this commit (485)
Log message:
*: rev bump for curl
   2025-10-02 14:20:01 by Nia Alarie | Files touched by this commit (1)
Log message:
cmake39: Support out-of-tree builds.

Requires slightly different options to latest cmake.
   2025-10-02 13:49:44 by Nia Alarie | Files touched by this commit (19)
Log message:
cmake39: Initial import.

This version of cmake is intended for:

- users who wish to compile software written before CMake 4.
- developers who wish to test their software with an old cmake version
  to ensure maximum compatibility.
- platforms which lack a C++11 compiler.
- platforms which lack support for libuv (e.g. HP-UX).