notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/cmake-modules/Makefile
SVNWeb

Number of commits found: 11

Mon, 26 Jan 2015
[ 23:23 rakuco search for other commits by this committer ] Original commit   Revision:377965
Update CMake to 3.1.1.

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

PR:		197053
Sun, 18 Jan 2015
[ 21:12 kwm search for other commits by this committer ] Original commit   Revision:377347 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
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]
Fri, 19 Sep 2014
[ 16:35 rakuco search for other commits by this committer ] Original commit   Revision:368575
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
Tue, 2 Sep 2014
[ 12:59 rakuco search for other commits by this committer ] Original commit   Revision:366996 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 24 Dec 2013
[ 21:22 kwm search for other commits by this committer ] Original commit   Revision:337385 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
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
Tue, 5 Nov 2013
[ 18:34 rakuco search for other commits by this committer ] Original commit   Revision:332891 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 23 Oct 2013
[ 12:17 gahr search for other commits by this committer ] Original commit   Revision:331379
- STAGE-clean
Sun, 29 Sep 2013
[ 14:41 rakuco search for other commits by this committer ] Original commit   Revision:328700
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.
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Tue, 19 Mar 2013
[ 18:00 makc search for other commits by this committer ] Original commit   Revision:314670
- Update cmake to 2.8.10.2
- Trim Makefile header
- Drop indefinite article from COMMENT

Obtained from:	area51
Tested by:	exp-run (bapt)
Thu, 12 Jul 2012
[ 12:00 gahr search for other commits by this committer ] Original commit 
- 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: 11