./devel/cmake, Cross platform make

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q4, Version: 3.7.1nb3, Package name: cmake-3.7.1nb3, 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. 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.


Required to run:
[www/curl] [devel/ncurses] [devel/libuv] [devel/libexecinfo] [archivers/libarchive]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: d00c720847c0a2aff817c36377569efbb677fb08
RMD160: 6a1b7bfb15d882826ecafa5c74d5e4ae2f0530a4
Filesize: 7188.645 KB

Version history: (Expand)


CVS history: (Expand)


   2017-01-13 20:33:47 by Benny Siegert | Files touched by this commit (4)
Log message:
Pullup ticket #5183 - requested by joerg
devel/cmake: build fix

Revisions pulled up:
- devel/cmake/Makefile                                          1.129
- devel/cmake/distinfo                                          1.95
- devel/cmake/patches/patch-Modules_FindCurses.cmake            1.1
- devel/ncurses/builtin.mk                                      1.40

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Thu Jan  5 22:18:03 UTC 2017

   Modified Files:
   	pkgsrc/devel/ncurses: builtin.mk

   Log message:
   Drop buildlink-ncurses-fake-libs, it didn't get applied due to a typo
   and it doesn't help with the directory scanning of cmake anyway, since
   that one only looks in the real prefix.

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Thu Jan  5 22:34:25 UTC 2017

   Modified Files:
   	pkgsrc/devel/cmake: Makefile distinfo
   Added Files:
   	pkgsrc/devel/cmake/patches: patch-Modules_FindCurses.cmake

   Log message:
   Recognize libgnuform as valid implementation of a form library to match
   devel/ncurses. This is necessary due to cmake's insistance of scanning
   PREFIX/lib directly. Bump revision.