notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cmake-modules Modules and Templates for CMake
3.8.2 devel Deleted on this many watch lists=23 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.8.2Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-07-12 12:01:44
Last Update: 2017-09-14 21:02:52
SVN Revision: 449853
People watching this port, also watch:: cmake, gmake, pkgconf, autoconf
License: BSD3CLAUSE
WWW:
http://www.cmake.org/
Description:
CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. This port includes CMake's modules and templates. WWW: http://www.cmake.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • cmake-modules>0:devel/cmake-modules
No installation instructions:
This port has been deleted.
PKGNAME: cmake-modules
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1496307017 SHA256 (cmake-3.8.2.tar.gz) = da3072794eb4c09f2d782fcee043847b99bb4cf8d4573978d9b2024214d6e92d SIZE (cmake-3.8.2.tar.gz) = 7504706

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Master port: devel/cmake
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://www.cmake.org/files/v3.8/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: devel/cmake
CommitCreditsLog message
3.8.2
14 Sep 2017 21:02:52
Revision:449853Original commit files touched by this commit
adridg search for other commits by this committer
Update CMake to 3.9, merge devel/cmake-modules into devel/cmake

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
3.8.0
19 Apr 2017 15:05:00
Revision:438884Original commit files touched by this commit
tcberner search for other commits by this committer
Update cmake and friends to 3.8.0

* 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
3.7.1
09 Dec 2016 11:41:00
Revision:428179Original commit files touched by this commit
tcberner search for other commits by this committer
Update devel/cmake* to 3.7.1 [1]

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
3.6.1
23 Jul 2016 12:32:19
Revision:418963Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 3.6.1.

https://blog.kitware.com/cmake-3-6-0-available-for-download/
https://blog.kitware.com/cmake-3-6-1-available-for-download/

PR:		210988
3.5.0
19 Mar 2016 14:41:38
Revision:411409Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 3.5.0.

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
3.4.0
30 Nov 2015 14:20:13
Revision:402670Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 3.4.0.

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
3.3.1
07 Sep 2015 12:09:54
Revision:396266Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 3.1.1.

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
3.2.3
16 Jun 2015 20:25:06
Revision:389861Original commit files touched by this commit
brd search for other commits by this committer
Update devel/cmake, devel/cmake-gui and devel/cmake-modules to 3.2.3.

Thank you to antonie@ for the exp-run and rakuco@ for fixing the ports that
needed fixes.

PR:		200647
Approved by:	bdrewery (mentor)
3.1.1
26 Jan 2015 23:23:04
Revision:377965Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 3.1.1.

List of changes: http://www.kitware.com/blog/home/post/828

PR:		197053
3.1.0_1
18 Jan 2015 21:12:43
Revision:377347Original commit files touched by this commit
kwm search for other commits by this committer
Update ImageMagick to 6.9.0.4.

- Normalize the ImageMagick library name so it stays the same regardless of
  what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
  the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
  16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
  support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
  a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
  it useless.

PR:		194949 [1]
PR:		195227 [2]
Requested by:	many [1]
Submitted by:	software-freebsd@interfasys.ch [2]
3.1.0
04 Jan 2015 22:18:03
Revision:376275Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 3.1.0.

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
3.0.2
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
3.0.2
19 Sep 2014 16:35:26
Revision:368575Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 3.0.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
2.8.12.1_4
02 Sep 2014 12:59:54
Revision:366996Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 3.0.1.

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.8.12.1_1
24 Dec 2013 21:22:22
Revision:337385Original commit files touched by this commit
kwm search for other commits by this committer
Update freetype to 2.5.2.

Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2.8.12
05 Nov 2013 18:34:22
Revision:332891Original commit files touched by this commit
rakuco search for other commits by this committer
Welcome CMake 2.8.12!

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)
2.8.11.2_1
23 Oct 2013 12:17:50
Revision:331379Original commit files touched by this commit
gahr search for other commits by this committer
- STAGE-clean
2.8.11.2_1
29 Sep 2013 14:41:11
Revision:328700Original commit files touched by this commit
rakuco search for other commits by this committer
Add some patches to FindGTK2.cmake that will be in the next release.

At least audio/jack-keyboard is failing to link on 10-CURRENT after the
linker stopped pulling indirect dependencies. Add this patch in order to
link directly against gthread when linking against gtk2.
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
2.8.11.2
10 Jul 2013 08:15:50
Revision:322628Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 2.8.11.2.

PR:		ports/178737
2.8.10.2
19 Mar 2013 18:00:30
Revision:314670Original commit files touched by this commit
makc search for other commits by this committer
- Update cmake to 2.8.10.2
- Trim Makefile header
- Drop indefinite article from COMMENT

Obtained from:	area51
Tested by:	exp-run (bapt)
2.8.9
14 Sep 2012 19:22:52
Revision:304291Original commit files touched by this commit
rakuco search for other commits by this committer
Update CMake to 2.8.9.

PR:		ports/170654
2.8.8
12 Jul 2012 12:00:13
Original commit files touched by this commit
gahr search for other commits by this committer
- Split devel/cmake port into devel/cmake and cmake/cmake-modules, in order
  to keep Modules and Templates separated.

Approved by:    avilla (kde)

Number of commits found: 23