Ali Mohammad Pur
39b5bb4162
Ports: Upgrade CMake to 3.22.1
...
That's the latest release, and includes one of the patches we had - so
we can drop that patch :^)
2021-12-24 17:01:10 +03:30
Daniel Bertalan
e539a1d077
Ports/cmake: Remove obsolete conflicting declaration patches
...
I'm not quite sure why, but CMake compiles fine without these.
2021-12-24 17:01:10 +03:30
Ali Mohammad Pur
f7b399da44
Ports: Fix the conflicting types issue in the cmake port
...
This patch is pending upstream, but until then, let's keep it locally to
make the port work :^)
2021-12-24 17:01:10 +03:30
Tim Schumacher
e6c90a3048
Ports: Remove the cmake wstring patch
2021-12-21 20:35:52 -08:00
Tim Schumacher
18792a6305
Ports: Remove the obsolete howto guide from cmake
...
We have long been able to build CMake fully on the host.
2021-11-06 18:07:15 +03:30
Tim Schumacher
e3a0e93390
Ports: Add a missing hyphen to GNinja in cmake
2021-11-06 18:07:15 +03:30
Tim Schumacher
c07f91474d
Ports: Make array-like settings actual arrays
...
We may need entries with spaces in makeopts, installopts, and
configopts, and at that point we should also convert depends and
auth_opts to avoid confusion.
2021-10-05 02:13:08 +02:00
Andrew Kaster
9dff6acc55
Ports: Use new CMakeToolchain.txt located in the build directory
...
Now that we're generating the CMake toolchain file in the build
directory, we need to redirect the ports that use CMake to the new
location. Looking into this showed that there's still a bunch of work to
do in general to make the ports agnostic to which toolchain they're
using, there's a lot of hard-coded ${ARCH}-pc-serenity-gcc assumptions
still here.
2021-09-15 19:04:52 +04:30
Ali Mohammad Pur
67362b1f85
Ports: Make the CMake port use the LibUV port
...
Now that we've ported libuv, we can remove the libuv patches from cmake
and make it use the ported libuv.
2021-07-09 15:36:50 +02:00
Gunnar Beutner
27005fe846
Ports: Remove obsolete patches for cmake
2021-07-04 00:35:35 +02:00
Gunnar Beutner
76160ba3be
Ports: Remove IPv6 patches for cmake
2021-05-09 21:16:11 +02:00
Gunnar Beutner
5911d379a6
Ports: Update checksums to use the SHA256 algorithm
2021-04-25 13:30:18 +02:00
Panagiotis Vasilopoulos
e45e0eeb47
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
2021-04-20 15:27:52 +02:00
Gunnar Beutner
33a9b2a3c3
Ports: Enable building cmake on the host
2021-04-18 11:09:44 +02:00
Brendan Coles
a206ab2211
Ports: Add auth_type verification to all package.sh files
2021-04-16 21:14:00 +02:00
Linus Groh
f318ab6bed
Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR
...
Fixes #5710 .
2021-03-11 21:01:29 +01:00
Emanuele Torre
1f81bc6879
Everywhere: Remove unnecessary whitespace at the end of some lines.
2021-03-08 09:20:53 +01:00
AnotherTest
80d6f46d4e
Ports: Add a cmake port
...
Yes, you build this *inside* serenity.
2021-02-15 17:32:56 +01:00