| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 May 2012 02:14:57
2.8.8
|
rakuco  |
Update to 2.8.8.
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) |
10 Jan 2012 00:51:43
2.8.7
|
rakuco  |
Update to 2.8.7.
Approved by: avilla (mentor, implicit), portmgr (pav via exp-run) |
09 Nov 2011 23:25:19
2.8.6_1
|
rakuco  |
- Install cmake-mode.el [1].
- Set LICENSE.
PR: ports/151830 [1]
Submitted by: Anonymous <swell.k AT gmail.com> [1]
Approved by: makc (mentor) |
22 Oct 2011 03:36:12
2.8.6
|
rakuco  |
Update CMake to 2.8.6.
Approved by: makc (mentor) |
16 Oct 2011 22:51:26
2.8.4_2
|
avilla  |
- Distinguish STRIP from WITH_DEBUG.
PR: 156543
Submitted by: Pan Tsu <inyaoo@gmail.com> |
11 Sep 2011 02:04:09
2.8.4_2
|
rakuco  |
- Remove the patch that was clearing default build flags for build
profiles, so that CMake can be used outside of ports.
- Bump CMake PORTREVISION.
- Pass default build flags (at least I hope) via bsd.cmake.mk.
PR: 159276
Submitted by: Igor Soumenkov <2igosha@gmail.com>
Approved by: avilla (mentor) |
16 Jun 2011 14:46:44
2.8.4_1
|
gahr  |
- make the FindDCMTK.cmake module LOCALBASE-aware
Approved by: avilla (on behalf of kde@) |
10 Apr 2011 08:38:50
2.8.4_1
|
makc  |
Remove cmake predefined cflags for Debug and Release build profiles,
and let cmake use system CFLAGS. RelWithDebInfo and MinSizeRel
profiles are leaved unchanged. |
25 Feb 2011 01:32:03
2.8.4
|
miwi  |
- Update to 2.8.4
Tested via: exp-run
Approved by: kde@ implicit |
23 Nov 2010 21:08:40
2.8.3_1
|
makc  |
Fix search for QT_PLUGIN_PATH when it is empty. This should fix
some ports after latest cmake update. |
17 Nov 2010 15:44:41
2.8.3
|
avilla  |
- Update to 2.8.3.
Approved by: tabthorpe (mentor) |
21 Oct 2010 20:28:22
2.8.2_1
|
makc  |
Add support for python 2.7
PR: ports/151606
Submitted by: Oliver Fromme <olli at secnetix.de> |
24 Jul 2010 07:45:08
2.8.2
|
makc  |
Update to 2.8.2
Respect WX_CONFIG [1]
PR: ports/146805 [1]
Reported by: rene@ |
17 May 2010 22:47:59
2.8.1_1
|
makc  |
Fix FindRuby.cmake
PR: ports/146662
Submitted by: Roman Neuhauser <neuhauser at sigpipe.cz> |
11 May 2010 11:59:56
2.8.1
|
fluffy  |
- Update CMake to 2.8.1 release
With hat on: kde@ |
29 Jan 2010 11:35:33
2.8.0_3
|
amdmi3  |
- Fix warning in FindSDL.cmake
- Use @dirrmtry for Modules dir, as other ports may install their own cmake
modules
PR: 143313
Submitted by: myself
Approved by: Max Brazhnikov <makc@issp.ac.ru> |
25 Jan 2010 20:11:14
2.8.0_2
|
makc  |
Append {LOCALBASE}/include to SDL_INCLUDE_DIR, thus allow to build SDL apps out
of box.
Bump PORTREVISION
PR: ports/142583
Submitted by: amdmi3@ |
25 Jan 2010 20:10:07
2.8.0_1
|
makc  |
Improve comment |
02 Jan 2010 12:22:46
2.8.0_1
|
gahr  |
- Unbreak on sparc64
Approved by: miwi (for kde@) |
09 Dec 2009 19:31:58
2.8.0_1
|
amdmi3  |
- Do not install garbage files from port's patch phase
PR: 141323
Submitted by: myself
Approved by: miwi |
29 Nov 2009 11:51:39
2.8.0
|
fluffy  |
- Update cmake and cmake-gui tools to 2.8.0 release
Approved by: miwi (mentor) |
29 Aug 2009 07:15:12
2.6.4
|
makc  |
Respect LOCALBASE
PR: based on ports/138187
Submitted by: amdmi3 |
04 Aug 2009 19:33:08
2.6.4
|
miwi  |
- Update to 2.6.4 |
03 Jun 2009 11:02:11
2.6.3_1
|
miwi  |
The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfix
release in 4.2.x series. The official KDE 4.2.4 release changelog can
be found at:
http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php. |
27 May 2009 16:19:36
2.6.3
|
kmoore  |
Updated devel/cmake to respect LOCALBASE when set to locations other than
/usr/local
- Not bumping PORTREV since this only effects users running on a non-standard
LOCALBASE
Approved by: miwi (mentor) |
24 Mar 2009 19:11:23
2.6.3
|
makc  |
Update devel/cmake to 2.6.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) |
30 Jan 2009 19:25:22
2.6.2
|
miwi  |
- Update to 2.6.2
- 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 |
22 Jan 2009 18:01:33
2.6.1_2
|
makc  |
Add patches for FindLua5* modules to fix detecting lua libs for cmake dependent
ports.
PR: ports/130862
Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
Approved by: miwi (implicit) |
26 Aug 2008 07:58:40
2.6.1_1
|
makc  |
Add ${LOCALBASE}/kde4 to the search paths for kde4-config. This is useful when
kde4-config in not in the PATH and PREFIX is set for non-default value.
Approved by: miwi (mentor) |
10 Aug 2008 15:43:46
2.6.1
|
miwi  |
- Update to 2.6.1
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 |
01 Aug 2008 13:01:07
2.6.0_1
|
arved  |
Fix detection of qt4's lupdate and lrelease binaries
PR: 125815
Submitted by: Max Brazhnikov |
27 May 2008 22:12:09
2.6.0
|
miwi  |
- Add common code to support for cmake based ports.
- 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) |
19 Apr 2008 17:56:05
2.4.8  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
08 Feb 2008 22:06:46
2.4.8
|
miwi  |
- Update to 2.4.8 |
27 Jul 2007 14:16:08
2.4.7
|
arved  |
Update to 2.4.7 |
02 Feb 2007 14:34:55
2.4.6
|
arved  |
Update to 2.4.6 |
09 Dec 2006 20:56:44
2.4.4
|
rafan  |
- Respect X11BASE in various module functions
This fixes build with non-standard X11BASE for math/vtk* and
possible others.
OKed by: arved
Approved by: portmgr (linimon) |
26 Nov 2006 15:25:52
2.4.4
|
arved  |
Update to 2.4.4 |
13 Aug 2006 19:14:23
2.4.3
|
arved  |
Update to 2.4.3 |
01 May 2006 21:03:50
2.4.1
|
lofi  |
Update to 2.4.1 |
26 Apr 2006 09:52:20
2.4.0
|
lofi  |
Update to 2.4.0 |
03 Apr 2006 09:23:24
2.3.4_1
|
lofi  |
Fix plist |
31 Mar 2006 20:53:43
2.3.4
|
lofi  |
Update to 2.3.4
Submitted by: Adriaan de Groot <adriaan@codeyard.net> |
22 Dec 2005 23:04:47
2.2.3
|
ehaupt  |
Update to 2.2.3
PR: 90190
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Discussed with: anholt |
24 Nov 2005 15:40:04
2.0.6
|
pav  |
- Add some SHA256 checksums |
20 Jun 2005 13:43:40
2.0.6
|
lawrance  |
Update to 2.0.6
PR: ports/82225
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
08 Jan 2005 22:36:29
2.0.5
|
sem  |
- Update to 2.0.5
PR: ports/75777
Submitted by: Pedro F. Giffuni <giffunip(at)asme.org> |
17 Apr 2004 12:55:24
1.8.3
|
kris  |
Add missing manpages |
29 Jan 2004 07:24:56
1.8.3
|
trevor  |
SIZEify. |
12 Jan 2004 09:07:59
1.8.3
|
krion  |
- Update to 1.8.3
- MASTER_SITES dir depend on PORTVERSION
- Utilize DOCSDIR and DATADIR
PR: 61226
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
26 Dec 2003 18:20:32
1.6.7
|
pav  |
- Update to 1.6.7
PR: ports/56671
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> |
04 Nov 2003 04:39:11
1.4.7
|
edwin  |
Set maintainer mkm@ieee.org to ports@FreeBSD.org
From: alias-disabled-received@ieee.org (IEEE Member Alias Disabled)
Date: Mon, 6 Oct 2003 07:21:40 -0400 (EDT)
We apologize! The IEEE Personal Email Alias you trying to reach was disabled. |
21 Feb 2003 11:23:04
1.4.7
|
knu  |
De-pkg-comment. |
03 Jan 2003 07:29:54
1.4.7
|
petef  |
- Update to 1.4.7.
PR: 46559
Submitted by: maintainer |
25 Oct 2002 06:27:23
1.4.5
|
ijliao  |
upgrade to 1.4.5
Approved by: maintainer |
21 Sep 2002 00:57:59
1.2
|
kris  |
Add cmake-1.2, a cross-platform make.
Submitted by: Kyle Martin <mkm@ieee.org> |