non port: devel/cmake-core/Makefile |
SVNWeb
|
Number of commits found: 8 |
Sat, 4 Feb 2023
|
[ 09:09 Dima Panov (fluffy) Author: Tijl Coosemans ] 1e149b2
devel/cmake-core: Fix build with libnghttp2 installed
While building the bundled curl, -I/usr/local/include appears too early
on the compiler command line causing the compiler to use headers from
an installed libnghttp2 instead of the bundled libnghttp2. Add
USES=localbase so CFLAGS contains -isystem /usr/local/include making
the compiler search the directory after all the -I flags.
PR: 269253
|
Sun, 8 Jan 2023
|
[ 21:32 Adriaan de Groot (adridg) ] efaecf6
devel/cmake*: update to 3.25.1
While here, remove a stale patch (upstreamed in CMake 3.10 or so)
and repair the CPack FreeBSD pkg generator.
Prepared by lbartoletti@
Exp-runs by antoine@
PR: 267872, 267894
|
Tue, 15 Nov 2022
|
[ 12:00 Adriaan de Groot (adridg) Author: Franco Fichtner ] 7803746
devel/cmake-core: needs USES+=ssl
PR: 267780
|
Tue, 8 Nov 2022
|
[ 19:55 Dima Panov (fluffy) ] cbdb82a
devel/cmake-core: drop dependency on some external libs to avoid a loop cycle
(+)
Switch to bundled libcurl+libnghttp2 to utilize fetch ability for cmake
Always use system libarchive/zlib
Discussed with: tcberner
|
[ 19:50 Dima Panov (fluffy) ] 7bdeb44
*/cmake*: hoist cmake version to cmake.mk (+)
Differential Revision: D31894 (revisited)
|
[ 05:08 Tobias C. Berner (tcberner) ] 898997f
devel/cmake: update to 3.24.3
Exp-run by: 267497
PR: xXXXX
|
Sat, 17 Sep 2022
|
[ 10:56 Adriaan de Groot (adridg) ] d7992a6
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
|
Thu, 8 Sep 2022
|
[ 20:14 Daniel Engberg (diizzy) ] b23ea4e (Only the first 10 of 29 ports in this commit are shown above. )
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
|
Number of commits found: 8 |