1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 05:07:45 +00:00

Ports: Update CMake port to 3.25.1

This commit is contained in:
Andrew Kaster 2022-12-10 16:33:08 -07:00 committed by Andreas Kling
parent d9e76254a8
commit 232b40fefc
8 changed files with 28 additions and 239 deletions

View file

@ -1,21 +1,6 @@
# Patches for cmake on SerenityOS
## `0001-kwsys-Don-t-use-siginfo.patch`
kwsys: Don't use siginfo
We don't support SIGINFO. This patch removes uses of SIGINFO.
- [X] Local?
- [ ] Should be merged to upstream?
- [X] Resolves issue(s) with our side of things
- [ ] Hack
## `0002-SerenityOS-Add-Platform-module.patch`
SerenityOS: Add Platform module
## `0003-cmcurl-Include-unistd.patch`
## `0001-cmcurl-Include-unistd.patch`
cmcurl: Include unistd
@ -26,7 +11,7 @@ Everyone gets this wrong. Most platforms are very lax with these includes, but w
- [ ] Resolves issue(s) with our side of things
- [ ] Hack
## `0004-cmcurl-Use-struct-stat-and-include-sys-stat.h.patch`
## `0002-cmcurl-Use-struct-stat-and-include-sys-stat.h.patch`
cmcurl: Use struct stat and include sys/stat.h
@ -37,14 +22,3 @@ For unknown reasons, curl_setup_once.h does not include sys/stat.h. This patch i
- [X] Resolves issue(s) with our side of things
- [X] Hack
## `0005-CMake-Disable-tests.patch`
CMake: Disable tests
We don't care about building tests for now, and it makes the compilation much faster.
- [ ] Local?
- [ ] Should be merged to upstream?
- [ ] Resolves issue(s) with our side of things
- [ ] Hack