Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.28.2 02 Feb 2024 00:51:59 |
Cy Schubert (cy) |
devel/cmake: Fix dependency
Fix:
===> cmake-3.28.2 depends on file: /usr/local/man/man1/cmake.1.gz - not found
===> Installing existing package /packages/All/cmake-man-3.28.2.pkg
[kq64] Installing cmake-man-3.28.2...
[kq64] Extracting cmake-man-3.28.2: .......... done
===> cmake-3.28.2 depends on file: /usr/local/man/man1/cmake.1.gz - not found
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/cmake
=>> Cleaning up wrkdir
===> Cleaning for cmake-3.28.2
Approved by: portmgr (implicit, just fix it) |
3.24.3 08 Nov 2022 19:50:59 |
Dima Panov (fluffy) |
*/cmake*: hoist cmake version to cmake.mk (+)
Differential Revision: D31894 (revisited) |
3.24.3 08 Nov 2022 05:08:39 |
Tobias C. Berner (tcberner) |
devel/cmake: update to 3.24.3
Exp-run by: 267497
PR: xXXXX |
3.24.0 17 Sep 2022 10:56:01 |
Adriaan de Groot (adridg) |
devel/cmake*: bump to 3.24.0
Update the CMake ports to 3.24. A previous exp-run -- thanks
antoine@ -- showed up new failures. That is normal for a CMake
update. tcberner@ fixed most of them (in the linked PR) and
lang/zig just landed. The original patch for the update came
from tcberner@ as well, but I had to re-jig it after CMake
was reorganized into a metaport and -core package.
PR: 265652 |
3.23.3_1 08 Sep 2022 20:14:05 |
Daniel Engberg (diizzy) |
devel/cmake: Create a meta-port for CMake
Create a meta-port for CMake to make it easier for the end user and
better handling of build dependencies.
This pushes devel/cmake into /devel/cmake-core and splits manpages and
its dependencies to /devel/cmake-man
Approved by: kde (tcberner)
Differential Revision: https://reviews.freebsd.org/D34957 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.23.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.23.3 03 Aug 2022 10:25:09 |
Tobias C. Berner (tcberner) |
devel/cmake: update to 3.23.3
Changelog: https://cmake.org/cmake/help/v3.23/release/3.23.html#id3
Exp-run by: antoine
PR: 265491 |
3.23.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.23.2 10 Jun 2022 12:15:40 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.22.3
Release Notes:
- https://cmake.org/cmake/help/v3.23/release/3.23.html#id2
PR: 264440
Exp-run by: antoine |
3.23.0 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
3.22.2_1 10 Apr 2022 15:34:55 |
Adriaan de Groot (adridg) |
devel/cmake: prefer python3 over versioned python3.x
Depending on which mechanism is used to find Python (Python3
in particular, since there's only one Python2 version left),
either python3 is found -- installed by the python3 metaport,
and presumed to be the "preferred / default Python3 version" --
of a versioned python3. Asking for, say, Python 3.6 will get
you whatever python3 points at -- assuming it is newer than 3.6 --
or, with the other mechanism, the newest python (e.g. highest
installed version). Those are not necessarily the same.
Switch the new mechanism to preferring python3; there's a
knob in CMake itself for that, we just need to set it in
the FreeBSD config-file.
PR: 252277 |
3.22.2 01 Feb 2022 06:06:31 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.22.2
Release Notes:
https://cmake.org/cmake/help/v3.22/release/3.22.html#id2
PR: 261504
Exp-run by: antoine |
3.22.1 14 Dec 2021 18:48:43 |
Tobias C. Berner (tcberner) |
devel/cmake: update to 3.22.1
Release Notes:
https://cmake.org/cmake/help/v3.22/release/3.22.html
Exp-run by: antoine
PR: 260123 |
3.21.4_1 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
3.21.4_1 05 Nov 2021 19:09:19 |
Yuri Victorovich (yuri) Author: Daniel Engberg |
devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR: 259654 |
3.21.4 30 Oct 2021 10:36:05 |
Tobias C. Berner (tcberner) |
devel/cmake: update to 3.21.4
Full changelog:
https://cmake.org/cmake/help/latest/release/3.21.html#id4
Exp-run by: antoine
PR: 259486 |
3.21.3 05 Oct 2021 01:42:24 |
Yasuhiro Kimura (yasu) |
devel/cmake: Revert "devel/cmake: fix build with python 3.10 as default"
This reverts commit 913219385dfdf72232e6beefe287377cfebdfb04.
Previously build of cmake failed if 3.10 is default version of
Python. And it was worked around by limiting the range of Python to
3.6-3.9. The source of the build error is runtime error of
textproc/py-sphinx with Python 3.10. But it is already fixed and
workaround isn't necessary any more. So revert the commit
corresponding to it.
PR: 258798
Approved by: adridg (kde@), ygy (mentor)
MFH: 2021Q4
Differential Revision: https://reviews.freebsd.org/D32282 |
3.21.3 21 Sep 2021 09:27:23 |
Adriaan de Groot (adridg) |
devel/cmake: fix CPack .pkg support, jump to 3.21.3
Update the patch for FreeBSD .pkg support in CPack to handle
libpkg 1.17 and later's use of .pkg as package-suffix rather
than .tgz. The PR below refers to this fix. I've kept code
for older libpkg in case there are systems with weirdly
mismatched current CMake and last-quarter's libpkg.
The patch is still being upstreamed. The PR mentioned below
is for this fix.
While here, update to 3.21.3. I've decided to -- unusual,
for sure -- bump CMake without the usual exp-run, because:
A regression in CMake 3.21.2 prompted a quick release of (Only the first 15 lines of the commit message are shown above ) |
3.21.2 20 Sep 2021 05:47:33 |
Tobias C. Berner (tcberner) |
devel/cmake: update to 3.21.2
Changelog:
https://cmake.org/cmake/help/v3.21/release/3.21.html#id1
https://cmake.org/cmake/help/v3.21/release/3.21.html#id23
PR: 257489
Exp-run by: antoine |
3.21.0 10 Sep 2021 21:17:32 |
Bernhard Froehlich (decke) |
devel/cmake: Add CPE information
Approved by: portmgr (blanket) |
3.21.0 24 Aug 2021 17:59:15 |
Dmitry Marakasov (amdmi3) |
devel/cmake: fix build with python 3.10 as default
Approved by: portmgt blanket |
3.21.0 29 Jul 2021 08:00:27 |
Tobias C. Berner (tcberner) |
devel/cmake: update to 3.21.0
Release notes:
https://cmake.org/cmake/help/v3.21/release/3.21.html
PR: 257191
Exp-run by: antoine |
3.20.5 12 Jul 2021 12:26:52 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: update to 3.20.5
Changelog:
https://cmake.org/cmake/help/latest/release/3.20.html#id4
PR: 257003
Exp-run by: antoine |
3.20.4 26 Jun 2021 19:31:50 |
Tobias C. Berner (tcberner) |
devel/cmake: update to 3.20.4
Changelog:
https://cmake.org/cmake/help/latest/release/3.20.html#id4
PR: 256663
Exp-run by: antoine |
3.20.3 03 Jun 2021 14:51:47 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.20.3
PR: 256281
Exp-run by: antoine |
3.20.2 11 May 2021 19:44:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.20.2
Changes:
https://cmake.org/cmake/help/v3.20/release/3.20.html#id3
PR: 255666
Exp-run by: antoine |
3.20.1 22 Apr 2021 20:23:07 |
Adriaan de Groot (adridg) |
devel/cmake: Update to 3.20.1
This new version of CMake is much more picky with the language
than previous versions, so there was a fair bit of fallout --
patched before this push with plenty of "fix in advance of CMake
3.20" commits.
Release notes are at
https://cmake.org/cmake/help/v3.20/release/3.20.html
Thanks to antoine@ for multiple exp-runs. |
3.19.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.19.6 03 Mar 2021 11:59:12 |
tcberner |
devel/cmake: update to 3.19.6
Changelog:
https://cmake.org/cmake/help/latest/release/3.19.html#id6
PR: 253837
Exp-run by: antoine |
3.19.5_2 27 Feb 2021 16:52:20 |
adridg |
Improve FreeBSD packaging in devel/cmake
The OPTION CPACK in CMake enables building FreeBSD packages directly
from cmake / cpack. This can be useful, for instance, with not-yet-
packaged software, or building packages for proprietary software.
This patch has been submitted upstream; it resolves a disagreement
between cmake and libpkg about the name of the resulting package. |
3.19.5_1 23 Feb 2021 23:24:27 |
adridg |
Update CMake's FreeBSD pkg(8) generator
There is an OPTION CPACK for CMake that enables a FreeBSD pkg(8)
generator: after building anything CMake-based, `cpack -G FREEBSD`
gives you a a ready-to-go installable package.
Well, assuming you turn the option on, and the bugs in the generator
are fixed. Which this patch does. I've tried it with supertux2
and some other bits and pieces and the patch is in a MR upstream. |
3.19.5 20 Feb 2021 12:25:18 |
tcberner |
devel/cmake: update to 3.19.5
Changelog:
https://cmake.org/cmake/help/latest/release/3.19.html#id5
PR: 253543
Exp-run by: antoine |
3.19.4_1 10 Feb 2021 11:21:31 |
adridg |
Backport a Fortran-with-CMake patch from CMake 3.20
This is already merged upstream and slated for 3.20, but is convenient
to have in ports now (with CMake 3.19.4). It allows propagating
CMAKE_EXE_LINKER_FLAGS into fortran-compatibility-tests in the face
of post-CMake-3.10 policy settings.
Patch from yuri@, only massaged to avoid having an octothorpe in
a filename.
PR: 253381
Submitted by: yuri@
Obtained from: upstream |
3.19.4 08 Feb 2021 15:30:23 |
tcberner |
devel/cmake: update to 3.19.4
Changelog:
https://cmake.org/cmake/help/latest/release/3.19.html#id4
PR: 253105
Exp-run by: antoine |
3.19.3 18 Jan 2021 12:01:25 |
tcberner |
devel/cmake_ update to 3.19.3
Changelog:
https://cmake.org/cmake/help/latest/release/3.19.html#id3
PR: 252660
Exp-run by: antoine |
3.19.2 02 Jan 2021 08:21:44 |
tcberner |
Update devel/cmake to 3.19.2
Release notes:
- https://cmake.org/cmake/help/v3.19/release/3.19.html
Exp-run by: antoine
PR: 251920 |
3.18.5 23 Nov 2020 18:47:44 |
tcberner |
devel/cmake: udpate to 3.18.5
PR: 251249
Exp-run by: antoine |
3.18.4 11 Oct 2020 10:55:22 |
tcberner |
devel/cmake: update to 3.18.4
Changes in 3.18.4 since 3.18.3:
Brad King (3):
FindJNI: Add aarch64 support
VS: Populate `std:c{11,17}` flag table entries for v142
CMake 3.18.4
Cristian Adam (1):
OBJCXX: Fix regression for compiling cpp files as objcxx
Kinan Mahdi (1):
VS: Fix regression in C# source links
Marc Chevrier (1): (Only the first 15 lines of the commit message are shown above ) |
3.18.3 28 Sep 2020 17:46:00 |
tcberner |
Update cmake to 3.18.3
PR: 249529
Exp-run by: antoine |
3.18.2 23 Aug 2020 20:36:28 |
tcberner |
devel/cmake: udpate to 3.18.2
Changelog:
https://cmake.org/cmake/help/v3.18/release/3.18.html#id2
PR: 248791
Exp-run by: antoine |
3.18.1 18 Aug 2020 15:10:09 |
pkubaj |
devel/cmake: fix build on GCC architectures
Manually define __BSD_VISIBLE to make timespec_get() available:
In file included from /usr/local/lib/gcc9/include/c++/chrono:41,
from
/wrkdirs/usr/ports/devel/cmake/work/cmake-3.18.1/Source/cmDuration.h:5,
from
/wrkdirs/usr/ports/devel/cmake/work/cmake-3.18.1/Source/cmSystemTools.h:19,
from
/wrkdirs/usr/ports/devel/cmake/work/cmake-3.18.1/Source/cmSystemTools.cxx:13:
/usr/local/lib/gcc9/include/c++/ctime:80:11: error: '::timespec_get' has not
been declared
80 | using ::timespec_get;
| ^~~~~~~~~~~~
PR: 248726 |
3.18.1 16 Aug 2020 09:27:19 |
tcberner |
devel/cmake: update to 3.18.1
- update to 3.18.1
- new port devel/cmakedoc
Thanks to adridg@ for tackling most of the fallout.
PR: 248003
Exp-run by: antoine |
3.17.3_1 30 Jun 2020 17:46:18 |
tcberner |
Bump devel/jsoncpp consumers after r540853.
Reported by: Kevin Oberman <rkoberman@gmail.com> |
3.17.3 02 Jun 2020 14:52:14 |
tcberner |
devel/cmake: update to 3.17.3
Exp-run by: antoine
PR: 246847 |
3.17.2 04 May 2020 18:18:39 |
tcberner |
devel/cmake: update to 3.17.2
PR: 246006
Exp-run by: antoine |
3.17.1 13 Apr 2020 12:27:26 |
tcberner |
devel/cmake: update to 3.17.1
PR: 244936
Exp-run by: antoine |
3.17.0 11 Apr 2020 05:53:18 |
tcberner |
devel/cmake: update to 3.17.0
Thanks to adridg for fixing the fallouts.
PR: 244936
Exp-run by: antoine |
3.16.5 12 Mar 2020 17:39:17 |
tcberner |
devel/cmake: update to 3.16.5
Exp-run by: antoine
PR: 244680 |
3.16.4 10 Feb 2020 17:44:10 |
tcberner |
devel/cmake: update to 3.16.4
Exp-run by: antoine
PR: 243909 |
3.16.3 28 Jan 2020 17:20:40 |
bapt |
Fix bad dependency on pkg origin which prevents using pkg-devel |
3.16.3 24 Jan 2020 04:14:28 |
tcberner |
devel/cmake: update to 3.16.3
PR: 243487
Exp-run by: antoine |
3.16.2_2 19 Jan 2020 09:26:54 |
tcberner |
devel/cmake: Make Flex find module look in ${LOCALBASE}
PR: 243068
Reported by: yuri |
3.16.2_1 13 Jan 2020 21:38:36 |
yuri |
devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR: 229677
Differential Revision: D22905 |
3.16.2 06 Jan 2020 12:57:03 |
adridg |
Update devel/cmake to latest upstream release, 3.16.2
This new release has support for the latest Boost, Objective-C
and various small improvements. The release notes are at:
https://cmake.org/cmake/help/v3.16/release/3.16.html
Two ports could not be persuaded to build with this new release
(math/openmesh science/fleur) and are marked BROKEN. Other build
fixes have already been done in-tree.
Thanks antoine@ for the exp-runs (multiple).
Thanks tcberner@ for prep-work (most of the work, actually).
PR: 242254 |
3.15.5 03 Nov 2019 07:53:19 |
tcberner |
devel/cmake: update to 3.15.5
PR: 241624
Exp-run by: antoine |
3.15.4 05 Oct 2019 15:58:35 |
adridg |
Update cmake to latest upstream release, 3.15.4
- https://cmake.org/cmake/help/v3.15/release/3.15.html#id4
- fixed regression in EXCLUDE_FROM_ALL
Thanks to Tobias for prep-work and Antoine for the exp-run.
PR: 241024 |
3.15.3 08 Sep 2019 19:22:26 |
tcberner |
devel/cmake: update to 3.15.3
PR: 240361
Exp-run by: antoine |
3.15.2 14 Aug 2019 21:17:31 |
adamw |
Fix packaging
Packaging was broken under a number of different scenarios,
including DOCS=off, and python != 3.6.
Reported by: sunpoet |
3.15.2 14 Aug 2019 14:18:37 |
adridg |
Update devel/cmake to 3.15.2 (latest upstream release)
Release notes for the version updates are at:
https://blog.kitware.com/cmake-3-15-0-available-for-download/
https://blog.kitware.com/cmake-3-15-1-available-for-download/
https://blog.kitware.com/cmake-3-15-2-available-for-download/
For FreeBSD, not much interesting has changed. Swift language support
might be useful.
A few ports were fixed as part of this exp-run (libemos not really
related to the CMake update, but in general). Thanks to antoine
for the exp-runs, tcberner for doing most of the prep-work.
PR: 239273
Submitted by: tcberner |
3.14.5_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.14.5 03 Jun 2019 19:03:42 |
tcberner |
devel/cmake: update to 3.14.5
Changelog:
https://cmake.org/cmake/help/v3.14/release/3.14.html#id4
Exp-run by: antoine
PR: 238269 |
3.14.4 17 May 2019 17:17:25 |
tcberner |
devel/cmake: update to 3.14.4
PR: 237899
Exp-run by: antoine |
3.14.3 26 Apr 2019 20:43:43 |
tcberner |
devel/cmake: update to 3.14.3
PR: 237473
Exp-run by: antoine |
3.14.2 15 Apr 2019 10:29:07 |
tcberner |
Upgrade cmake to 3.14.2
PR: 237228
Exp-run by: antoine |
3.14.1_1 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
3.14.1 05 Apr 2019 11:46:45 |
adridg |
Update CMake to latest release, 3.14.1
Changelog: https://cmake.org/cmake/help/v3.14/release/3.14.html
Local patches: fixes for Boost, Python, and OpenMP
Affected ports:
- opencpn, hugin needed help in finding wx
- kadu is over-enthusiastic in finding non-existent X11 components
- xlife++ does weird things in parsing help output from cmake
Thanks antoine@ for multiple exp-runs.
Thanks tcberner@ for much prep-work.
PR: 236534 223678 227428 |
3.13.4 05 Feb 2019 18:57:26 |
tcberner |
devel/cmake: update to 3.13.4
PR: 235457
Exp-run by: antoine |
3.13.3 19 Jan 2019 20:02:46 |
tcberner |
devel/cmake: update to 3.13.3
PR: 234959
Exp-run by: antoine |
3.13.2 20 Dec 2018 09:41:56 |
tcberner |
Update devel/cmake to 3.13.2
PR: 234011
Exp-run by: antoine |
3.13.1_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.13.1 01 Dec 2018 07:37:57 |
tcberner |
devel/cmake: update to 3.13.1
PR: 233411
Exp-run by: antoine |
3.12.4_2 24 Nov 2018 12:08:59 |
tcberner |
Back out r460715 and only support default python version for sphinx dependency.
PR: 227573 |
3.12.4_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
3.12.4 10 Nov 2018 14:54:02 |
tcberner |
Update devel/cmake to 3.12.4
PR: 232925
Exp-run by: antoine |
3.12.3 21 Oct 2018 09:10:40 |
tcberner |
Update devel/cmake* to 3.12.3
PR: 231982
Submitted by: adridg
Exp-run by: antoine |
3.12.2 24 Sep 2018 17:08:41 |
tcberner |
Update devel/cmake to 3.12.2
PR: 231463
Exp-run by: antoine |
3.12.1 20 Aug 2018 21:43:06 |
adridg |
Update devel/cmake to 3.12.1
This is a minor incremental update. The patches for TCL 8.7 support
are no longer needed, because upstream has added that support.
Thanks Antoine for the exp-run.
PR: 230488
Submitted by: tcberner |
3.12.0_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.12.0 28 Jul 2018 15:01:54 |
tcberner |
Update devel/cmake* to 3.12.0
Exp-run by: antoine
PR: 229854 |
3.11.4_2 18 Jul 2018 16:41:18 |
fluffy |
CMake: add TCL/Tk 8.7 as supported versions
Since TCL/Tk 8.7 release hits the ports and allowed to be default versions,
teach CMake modules to find its right way
Submitted by: fluffy
Reviewed by: tcberner
Differential Revision: D16320 |
3.11.4_1 23 Jun 2018 18:51:48 |
rakuco |
Add a patch to unbreak `make configure' with libuv 1.21.0.
r473142 updated libuv and broke CMake. The new release moved internal headers
to the uv/ directory, and CMake needs to be taught about it.
Not bumping PORTREVISION as FindLibUV.cmake is not installed and no builds with
the new libuv could have worked before.
PR: 229255 |
3.11.4_1 20 Jun 2018 09:00:54 |
adridg |
ntroduce OPTION for devel/cmake to generate packages
The generator causes segfaults because it doesn't call pkg_init()
(see https://gitlab.kitware.com/cmake/cmake/issues/18031).
This feature was briefly enabled by default for 3.11.0, between
r467437 (added) and r467620 (removed), but causes problems with
stage-qa (PR 227372). Hide it behind an OPTION for people who want
it and don't worry about stage-qa.
The patch to CPack source will be submitted upstream once some
corner cases are ironed out.
Reported by: upstream
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D15900 |
3.11.4 19 Jun 2018 13:55:54 |
tcberner |
Update devel/cmake to 3.11.4
PR: 229054
Exp-run by: antoine |
3.11.3 04 Jun 2018 22:15:01 |
tcberner |
Update devel/cmake to 3.11.3
PR: 228653
Exp-run by: antoine |
3.11.2 24 May 2018 20:48:26 |
tcberner |
Update cmake to 3.11.2
PR: 228363
Exp-run by: antoine |
3.11.1 08 May 2018 16:36:00 |
tcberner |
Update devel/cmake to 3.11.1
Exp-run by: antoine
PR: 227824
PR: 227573 |
3.11.0_2 18 Apr 2018 13:58:16 |
jbeich |
devel/cmake: allow consumers to qualify boost_python version
PR: 227428
Exp-run by: antoine |
3.11.0_1 17 Apr 2018 18:00:39 |
adridg |
Fix stage-qa problems with devel/cmake
Linking to base libarchive is disallowed by stage-qa, so restore
USES=libarchive (to avoid the bundled libarchive and to link to
ports libarchive) and drop the pkg(8) generator for CPack, since
libpkg in turn pulls in base libarchive.
PR: 227372
Approved by: tcberner (mentor, implicit) |
3.11.0 15 Apr 2018 21:43:57 |
adridg |
Update CMake to 3.11.0. Thanks to antoine@ for the exp-run.
In the run-up to this commit, many other ports were pre-emptively fixed.
The only issue still known is math/kig, which had a build failure in
the exp-run, but which isn't reproducible across multiple 11.1 {i386,amd64}
machines and poudriere builds. We've decided to forge ahead.
The new CMake version:
- drops FreeBSD patches that have been incorporated upstream,
- re-shuffles patches to FindQt4, since upstream has made some changes
which break FindQt4 in new ways on FreeBSD (while fixing the old ones),
- has new patches to make OpenMP and BLAS findable on FreeBSD,
- drops ports libarchive in favor of the version in base, to avoid
overlinking for the pkg(8) support in CPack (this makes portlint
complain, and we have decided to ignore it).
PR: 227372 226959 223678
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14506 |
3.10.2 02 Feb 2018 16:42:40 |
amdmi3 |
- Must specify flavor for python depends
Approved by: portmgr blanket |
3.10.2 24 Jan 2018 18:29:09 |
tcberner |
Update devel/cmake & Co. to 3.10.2
* Adds an upstream patch to work with boost 1.66 additionally.
PR: 225318
Exp-run by: antoine |
3.10.1_2 18 Jan 2018 04:01:24 |
jbeich |
devel/cmake: unbreak net/ceph with boost 1.66
PR: 224185
Submitted by: adridg
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13662 |
3.10.1_1 30 Dec 2017 22:31:14 |
adridg |
CMake 3.10 uses C++11, which needs to be explicitly enabled for
Tier-2 architectures.
PR: 224721
Reported by: Justin Hibbits
Approved by: tcberner (mentor) |
3.10.1 23 Dec 2017 10:44:23 |
adridg |
Update CMake to 3.10.1
- https://blog.kitware.com/cmake-3-10-1-available-for-download/
- flang support
- changes to automoc policies
- support for FreeBSD package generation with CPack
Necessary fixes to other ports:
- cad/openvsp make search for libxml explicit
- math/scalapack force C compiler to be compatible with mpi
- deskutils/kdepim4 fix incorrect sources list
- www/qt5-webkit fix incorrect sources list
Thanks to Antoine for the multiple exp-runs.
PR: 223872
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13210 |
3.9.6 16 Nov 2017 10:15:15 |
adridg |
Update the cmake family to 3.9.6 (skip 3.9.5, the upstream
releases are coming quick and fast). Upstream changes are
- AUTOMOC options fixes (3.9.5)
- gcc_eh linking (3.9.6)
Thanks antoine@ for the exp-runs.
PR: 223436
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12958 |
3.9.4 18 Oct 2017 13:36:44 |
adridg |
Update CMake to 3.9.4.
Update CMake to latest upstream release. This is a minor bug-fix release --
the changelog suggests mostly polishing applied to the FindBoost module.
Thanks to antoine@ for the exp-run.
PR: 222878
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D12604 |
3.9.3 01 Oct 2017 16:26:39 |
adridg |
Update CMake to 3.9.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 |
3.9.2_1 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
3.9.2_1 21 Sep 2017 19:59:35 |
jbeich |
devel/cmake: backport boost 1.65.1 support
CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:767 (message):
Imported targets not available for Boost version 106501
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindBoost.cmake:871
(_Boost_COMPONENT_DEPENDENCIES)
/usr/local/share/cmake/Modules/FindBoost.cmake:1501
(_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:558 (find_package)
PR: 222207
Approved by: kde (rakuco)
Obtained from: upstream (cmake-3.9.3) |