aboutsummaryrefslogtreecommitdiff
path: root/devel/cmake/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update CMake to 3.9.3Adriaan de Groot2017-10-011-3/+3
| | | | | | | | | | | | This includes the upstream patches for the new Boost version (PR 222207, r450301). Thanks to antoine@ for the exp-run. PR: 222513 Approved by: rakuco (mentor), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12427 Notes: svn path=/head/; revision=451050
* Update CMake to 3.9, merge devel/cmake-modules into devel/cmakeAdriaan de Groot2017-09-141-3/+3
| | | | | | | | | | | | | Thanks to antoine@ for the exp-run. Approved by: rakuco (mentor) Reviewed by: tcberner (mentor) Reviewed by: mat PR: 222000 (exp-run) Differential Revision: https://reviews.freebsd.org/D12299 Notes: svn path=/head/; revision=449853
* Update CMake to 3.8.2.Raphael Kubo da Costa2017-06-101-3/+3
| | | | | | | | | | Thanks to antoine@ for the exp-run. PR: 219765 Submitted by: Adriaan de Groot <groot@kde.org> Notes: svn path=/head/; revision=443088
* Update cmake and friends to 3.8.0Tobias C. Berner2017-04-191-3/+3
| | | | | | | | | | | | | | * add patch for finance/kmymoney-kde4 * change patch in irc/irssi-fish as pkgconfig handling has changed. PR: 218559 Exp-run by: antoine Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9557 Notes: svn path=/head/; revision=438884
* Update devel/cmake and friends to 3.7.2Tobias C. Berner2017-01-201-3/+3
| | | | | | | | | | | PR: 216190 Exp-Run by: antoine Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9224 Notes: svn path=/head/; revision=431950
* Update devel/cmake* to 3.7.1 [1]Tobias C. Berner2016-12-091-3/+3
| | | | | | | | | | | | | | | | | | Due to an upstream commit [2] we need now to pass CMAKE_INSTALL_MANDIR:PATH="share/man" in the devel/llvm-* ports, and fix the plist of net/remmina. Further add an upstream patch to math/plplot to fix the build with 3.7.1. [1] https://cmake.org/cmake/help/v3.7/release/3.7.html [2] https://github.com/kitware/cmake/commit/956054 PR: 214975 Approved by: rakuco (mentor) Exp-run by: antoine Notes: svn path=/head/; revision=428179
* Update devel/cmake to 3.6.3Tobias C. Berner2016-11-161-3/+3
| | | | | | | | | | | | Changelog: https://blog.kitware.com/cmake-3-6-3-available-for-download/ PR: 214425 Exp-run by: antoine Approved by: rakuco (mentor) Notes: svn path=/head/; revision=426249
* Update CMake to 3.6.2.Tobias C. Berner2016-09-181-3/+3
| | | | | | | | | | Announcement: https://blog.kitware.com/cmake-3-6-2-available-for-download/ PR: 212586 Approved by: rakuco (mentor) Notes: svn path=/head/; revision=422356
* Update CMake to 3.6.1.Raphael Kubo da Costa2016-07-231-2/+3
| | | | | | | | | | https://blog.kitware.com/cmake-3-6-0-available-for-download/ https://blog.kitware.com/cmake-3-6-1-available-for-download/ PR: 210988 Notes: svn path=/head/; revision=418963
* Update CMake to 3.5.2.Raphael Kubo da Costa2016-04-181-2/+2
| | | | | | | | | Announcement: https://blog.kitware.com/cmake-3-5-2-available-for-download/ PR: 208831 Notes: svn path=/head/; revision=413565
* Update CMake to 3.5.1.Raphael Kubo da Costa2016-04-071-2/+2
| | | | | | | | | Release notes: https://blog.kitware.com/cmake-3-5-1-available-for-download/ PR: 208473 Notes: svn path=/head/; revision=412676
* Update CMake to 3.5.0.Raphael Kubo da Costa2016-03-191-2/+2
| | | | | | | | | | | | | | Announcement: https://blog.kitware.com/cmake-3-5-0-available-for-download/ Most ports have already been fixed for this update, but science/orthanc was included in this commit because I am not entirely sure the changes in it work with CMake < 3.5.0. In short, FindDCMTK.cmake was rewritten and the way orthanc uses the DCMTK variables was incompatible with the use upstream intended. PR: 208033 Notes: svn path=/head/; revision=411409
* Update CMake to 3.4.2.Raphael Kubo da Costa2016-01-261-2/+2
| | | | | | | | | | | This is a small bug fix release mostly targeting Windows 10 targets. Release announcement: http://www.kitware.com/blog/home/post/1036 PR: 206519 Submitted by: Tobias Berner <tcberner@gmail.com> Notes: svn path=/head/; revision=407268
* Update CMake to 3.4.1.Raphael Kubo da Costa2015-12-051-2/+2
| | | | | | | | | | | | Release notes: http://www.kitware.com/blog/home/post/1016 Finally a small, bug-fix release that does not requrie changes to other ports. PR: 205014 Notes: svn path=/head/; revision=403079
* Update CMake to 3.4.0.Raphael Kubo da Costa2015-11-301-2/+2
| | | | | | | | | | | | | Release notes: https://cmake.org/cmake/help/v3.4/release/3.4.html - Bump PORTREVISION in a few ports that do not ship SOVERSIONed libraries anymore (see https://cmake.org/gitweb?p=cmake.git;a=commit;h=f799ffb5). - Switch MASTER_SITES to https. PR: 204629 Notes: svn path=/head/; revision=402670
* Update CMake to 3.1.1.Raphael Kubo da Costa2015-09-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Release notes for the 3.3 series: http://www.cmake.org/cmake/help/v3.3/release/3.3.html This update took longer than expected because of a behavior change in CMake: now calls to find_library(), find_path() etc will take the $PATH environment variable into consideration, which in practice means that it will prefer libraries in base instead of those in ports when both versions are available. r395972 is an example of the groundwork that had to be done before landing this patch. - deskutils/owncloudclient: When OpenSSL from ports is to be used, make sure to pass ${LOCALBASE} as $CMAKE_PREFIX_PATH, otherwise it will use the version in base (see above) and fail on 9.x. - math/cgal: Import upstream patch to fix the configuration process with CMake 3.3.x. PR: 202516 Notes: svn path=/head/; revision=396266
* Update devel/cmake, devel/cmake-gui and devel/cmake-modules to 3.2.3.Brad Davis2015-06-161-2/+2
| | | | | | | | | | Thank you to antonie@ for the exp-run and rakuco@ for fixing the ports that needed fixes. PR: 200647 Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=389861
* Update CMake to 3.1.3.Raphael Kubo da Costa2015-02-161-2/+2
| | | | | | | | | | | Changelog: http://www.kitware.com/blog/home/post/842 (v3.1.3) http://www.kitware.com/blog/home/post/839 (v3.1.2) PR: 197690 Notes: svn path=/head/; revision=379105
* Update CMake to 3.1.1.Raphael Kubo da Costa2015-01-261-2/+2
| | | | | | | | | List of changes: http://www.kitware.com/blog/home/post/828 PR: 197053 Notes: svn path=/head/; revision=377965
* Update CMake to 3.1.0.Raphael Kubo da Costa2015-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Upstream release notes: http://www.cmake.org/cmake/help/v3.1/release/3.1.0.html Notable changes on the packaging side: * devel/cmake does not need USE_OPENSSL=yes anymore. In fact, it has not needed it since r366996, when we stopped building CMake's bundled copies of curl, libarchive & friends (curl was the only consumer of OpenSSL in CMake). * Likewise, we do not need to set CMAKE_USE_OPENSSL in InitialCache.cmake anymore. * On FreeBSD < 10, devel/cmake and devel/cmake-gui now depend on archivers/libarchive because the libarchive version in base is too old and does not contain some functions that CMake uses. PR: 196367 Notes: svn path=/head/; revision=376275
* Update CMake to 3.0.2.Raphael Kubo da Costa2014-09-191-2/+2
| | | | | | | | | | | This is a much smaller update than the previous one, and the only change worth mentioning on the ports side is that devel/cmake-gui now has USES=desktop-file-utils because it installs a .desktop file. PR: 193691 Notes: svn path=/head/; revision=368575
* Update CMake to 3.0.1.Raphael Kubo da Costa2014-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 3.0 series is an incremental improvement over the previous 2.8 series despite the major version number change. A list of important changes is available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html On the porting side * The minimum FreeBSD release we have to support in the ports tree is now recent enough that ports/168671 can finally be committed: instead of building and using CMake's own copies of bzip2, curl, expat, libarchive, liblzma and zlib, we use the versions in ports and/or the base system. * CMake's documentation system has been changed and vastly improved at the cost of now depending on Sphinx. We still generate only man pages, but can start generating the HTML documentation in the future if desired. * devel/cmake-gui now uses Qt5 instead of Qt4 and does not needlessly build the ncurses UI that is installed by devel/cmake itself. * CMake commit 3816cd2 fixes a longstanding issue in the detection of the Python interpreter and its libraries, but requires us to revert a workaround for that in Mk/Uses/python.mk itself, effectively reverting the patch introduced by ports/168159. * Similarly, a few ports had to be fixed manually due to CMake being stricter when parsing some files or the ports detecting Python the wrong way. Fortunately, they all had been fixed upstream so I just grabbed the appropriate commits and pointed to them in the patches. science/gnudatalanguage had to have its PORTREVISION bumped because switching to USES=cmake:outsource removed a few files from the plist that were not supposed to have been installed in the first place. PR: 168671 PR: 192644 Notes: svn path=/head/; revision=366996
* Update CMake to 2.8.12.1.Raphael Kubo da Costa2013-11-171-2/+2
| | | | | | | | | | This is a minor bug-fix release. More information about the changes in this release can be found in <http://www.cmake.org/Wiki/CMake/ChangeLog>. PR: ports/183908 Notes: svn path=/head/; revision=334134
* Welcome CMake 2.8.12!Raphael Kubo da Costa2013-11-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>, including stage support for devel/cmake-gui. This update took much longer than expected due to CMake changing the arguments to an internal macro that ended up being used by some ports: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5 I have also started a discussion about this on CMake's development list: http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464 It required adjusting the affected ports, and these changes have approved by portmgr (bdrewery). PR: ports/182981 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=332891
* Update CMake to 2.8.11.2.Raphael Kubo da Costa2013-07-101-2/+2
| | | | | | | PR: ports/178737 Notes: svn path=/head/; revision=322628
* - Update cmake to 2.8.10.2Max Brazhnikov2013-03-191-2/+2
| | | | | | | | | | | - Trim Makefile header - Drop indefinite article from COMMENT Obtained from: area51 Tested by: exp-run (bapt) Notes: svn path=/head/; revision=314669
* Update CMake to 2.8.9.Raphael Kubo da Costa2012-09-141-2/+2
| | | | | | | PR: ports/170654 Notes: svn path=/head/; revision=304291
* Update to 2.8.8.Raphael Kubo da Costa2012-05-031-2/+2
| | | | | | | | | | | It includes an upstream patch which fixes the FindPkgConfig.cmake module. It will be part of 2.8.9. PR: ports/167140 Approved by: portmgr (pav via exp-run) Notes: svn path=/head/; revision=295909
* Update to 2.8.7.Raphael Kubo da Costa2012-01-101-2/+2
| | | | | | | Approved by: avilla (mentor, implicit), portmgr (pav via exp-run) Notes: svn path=/head/; revision=288856
* Update CMake to 2.8.6.Raphael Kubo da Costa2011-10-221-2/+2
| | | | | | | Approved by: makc (mentor) Notes: svn path=/head/; revision=284085
* - Update to 2.8.4Martin Wilke2011-02-251-2/+2
| | | | | | | | Tested via: exp-run Approved by: kde@ implicit Notes: svn path=/head/; revision=269630
* - Update to 2.8.3.Alberto Villa2010-11-171-3/+2
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=264698
* Update to 2.8.2Max Brazhnikov2010-07-241-3/+3
| | | | | | | | | | Respect WX_CONFIG [1] PR: ports/146805 [1] Reported by: rene@ Notes: svn path=/head/; revision=258129
* - Update CMake to 2.8.1 releaseDima Panov2010-05-111-3/+3
| | | | | | | With hat on: kde@ Notes: svn path=/head/; revision=254129
* - Update cmake and cmake-gui tools to 2.8.0 releaseDima Panov2009-11-291-3/+3
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244969
* - Update to 2.6.4Martin Wilke2009-08-041-3/+3
| | | | Notes: svn path=/head/; revision=238900
* Update devel/cmake to 2.6.3.Max Brazhnikov2009-03-241-3/+3
| | | | | | | | | - Set INSTALL_TARGET for cmake based ports to install/strip. This solves problem of installing non-stripped binaries (noticed by delphij for KDE4 ports) - Fix linking to -lpthread for cmake based ports (KDE4 ports are affected mostly) Notes: svn path=/head/; revision=230896
* - Update to 2.6.2Martin Wilke2009-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Remove CMAKE_BUILD_TYPE [1] CMAKE_BUILD_TYPE only affects compiler FLAGS and linking with specific library versions (debug |optimized | general). In our case external libraries reside in other ports and only install one version (no separate debug/optimized). Also, the ports system provide correct compiler flags (-g and no optimizations when WITH_DEBUG is used). Thus, cmake buildtypes only add extra compiler flags. Ports will be built correctly both by default and for WITH_DEBUG case. - Also, change WRKSRC to CONFIGURE_WRKSRC. (use CONFIGURE_WRKSRC for configure target instead of WRKSRC) PR: 126507 [1] Submitted by: amdmi3@ [1] Tested with: exp-run Thanks to: pav/amdmi3 Notes: svn path=/head/; revision=227174
* - Update to 2.6.1Martin Wilke2008-08-101-3/+3
| | | | | | | | | | | | Changelog: http://www.cmake.org/pipermail/cmake/2008-August/023188.html bsd.cmake.mk - Use VERBOSE mode when BATCH is defined to get more informative logs on pointyhat/tinderbox Notes: svn path=/head/; revision=218344
* - Add common code to support for cmake based ports.Martin Wilke2008-05-271-3/+3
| | | | | | | | | | - Update devel/cmake to 2.6.0 (also fix ports/123092) - Use the new CMAKE build framework in all ports using cmake Approved by: portmgr (pav) Notes: svn path=/head/; revision=213789
* - Update to 2.4.8Martin Wilke2008-02-081-3/+3
| | | | Notes: svn path=/head/; revision=206918
* Update to 2.4.7Tilman Keskinoz2007-07-271-3/+3
| | | | Notes: svn path=/head/; revision=196399
* Update to 2.4.6Tilman Keskinoz2007-02-021-3/+3
| | | | Notes: svn path=/head/; revision=183954
* Update to 2.4.4Tilman Keskinoz2006-11-261-3/+3
| | | | Notes: svn path=/head/; revision=178061
* Update to 2.4.3Tilman Keskinoz2006-08-131-3/+3
| | | | Notes: svn path=/head/; revision=170485
* Update to 2.4.1Michael Nottebrock2006-05-011-3/+3
| | | | Notes: svn path=/head/; revision=161135
* Update to 2.4.0Michael Nottebrock2006-04-261-2/+3
| | | | Notes: svn path=/head/; revision=160506
* Update to 2.3.4Michael Nottebrock2006-03-311-3/+2
| | | | | | | Submitted by: Adriaan de Groot <adriaan@codeyard.net> Notes: svn path=/head/; revision=158492
* Update to 2.2.3Emanuel Haupt2005-12-221-3/+3
| | | | | | | | | PR: 90190 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Discussed with: anholt Notes: svn path=/head/; revision=151889
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311