mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-25 04:02:28 +03:00
Ports/ccache: Update ccache to version 4.8.3
This commit is contained in:
parent
ed8e68a77d
commit
4e3aea7966
Notes:
sideshowbarker
2024-07-17 02:05:41 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/4e3aea7966 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
@ -34,7 +34,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||||||
| [`carl`](carl/) | Crypto Ancienne Resource Loader | 1.5 | https://github.com/classilla/cryanc |
|
| [`carl`](carl/) | Crypto Ancienne Resource Loader | 1.5 | https://github.com/classilla/cryanc |
|
||||||
| [`cavestory`](cavestory/) | Cave Story | 2.6.5-1 | https://github.com/nxengine/nxengine-evo |
|
| [`cavestory`](cavestory/) | Cave Story | 2.6.5-1 | https://github.com/nxengine/nxengine-evo |
|
||||||
| [`cbonsai`](cbonsai/) | cbonsai | 1.3.1 | https://gitlab.com/jallbrit/cbonsai |
|
| [`cbonsai`](cbonsai/) | cbonsai | 1.3.1 | https://gitlab.com/jallbrit/cbonsai |
|
||||||
| [`ccache`](ccache/) | ccache | 4.6.3 | https://ccache.dev/ |
|
| [`ccache`](ccache/) | ccache | 4.8.3 | https://ccache.dev/ |
|
||||||
| [`cfunge`](cfunge/) | cfunge | 2bc4fb2 | https://github.com/VorpalBlade/cfunge/ |
|
| [`cfunge`](cfunge/) | cfunge | 2bc4fb2 | https://github.com/VorpalBlade/cfunge/ |
|
||||||
| [`chester`](chester/) | Chester Gameboy Emulator | | https://github.com/veikkos/chester |
|
| [`chester`](chester/) | Chester Gameboy Emulator | | https://github.com/veikkos/chester |
|
||||||
| [`chocolate-doom`](chocolate-doom/) | Chocolate Doom | 3.0.1 | https://www.chocolate-doom.org/ |
|
| [`chocolate-doom`](chocolate-doom/) | Chocolate Doom | 3.0.1 | https://www.chocolate-doom.org/ |
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='ccache'
|
port='ccache'
|
||||||
version='4.6.3'
|
version='4.8.3'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
files=(
|
files=(
|
||||||
"https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.gz#f46ba3706ad80c30d4d5874dee2bf9227a7fcd0ccaac31b51919a3053d84bd05"
|
"https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.gz#d59dd569ad2bbc826c0bc335c8ebd73e78ed0f2f40ba6b30069347e63585d9ef"
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'zstd'
|
'zstd'
|
||||||
|
@ -13,17 +13,17 @@ are included, but on Serenity, it breaks our definition of the
|
|||||||
1 file changed, 4 deletions(-)
|
1 file changed, 4 deletions(-)
|
||||||
|
|
||||||
diff --git a/cmake/config.h.in b/cmake/config.h.in
|
diff --git a/cmake/config.h.in b/cmake/config.h.in
|
||||||
index 729a1d4..8aa07ca 100644
|
index 2778909eab08167d505b4cda708bb177af0f9531..faea315896c47f38e17ac9eeaf1ccf005d546b7f 100644
|
||||||
--- a/cmake/config.h.in
|
--- a/cmake/config.h.in
|
||||||
+++ b/cmake/config.h.in
|
+++ b/cmake/config.h.in
|
||||||
@@ -205,10 +205,6 @@ typedef int pid_t;
|
@@ -202,10 +202,6 @@ typedef int pid_t;
|
||||||
# define O_BINARY 0
|
# define O_TEXT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-#ifndef ESTALE
|
-#ifndef ESTALE
|
||||||
-# define ESTALE -1
|
-# define ESTALE -1
|
||||||
-#endif
|
-#endif
|
||||||
-
|
-
|
||||||
#define SYSCONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
|
#define SYSCONFDIR "@CONFIG_SYSCONFDIR_C_ESCAPED@"
|
||||||
|
|
||||||
#cmakedefine INODE_CACHE_SUPPORTED
|
#cmakedefine INODE_CACHE_SUPPORTED
|
||||||
|
Loading…
Reference in New Issue
Block a user