1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:55:37 +00:00

Ports/ccache: Update ccache to version 4.8.3

This commit is contained in:
EWouters 2023-09-01 18:47:17 +02:00 committed by Jelle Raaijmakers
parent ed8e68a77d
commit 4e3aea7966
3 changed files with 7 additions and 7 deletions

View File

@ -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 |
| [`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 |
| [`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/ |
| [`chester`](chester/) | Chester Gameboy Emulator | | https://github.com/veikkos/chester |
| [`chocolate-doom`](chocolate-doom/) | Chocolate Doom | 3.0.1 | https://www.chocolate-doom.org/ |

View File

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='ccache'
version='4.6.3'
version='4.8.3'
useconfigure='true'
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=(
'zstd'

View File

@ -13,17 +13,17 @@ are included, but on Serenity, it breaks our definition of the
1 file changed, 4 deletions(-)
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
+++ b/cmake/config.h.in
@@ -205,10 +205,6 @@ typedef int pid_t;
# define O_BINARY 0
@@ -202,10 +202,6 @@ typedef int pid_t;
# define O_TEXT 0
#endif
-#ifndef ESTALE
-# define ESTALE -1
-#endif
-
#define SYSCONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
#define SYSCONFDIR "@CONFIG_SYSCONFDIR_C_ESCAPED@"
#cmakedefine INODE_CACHE_SUPPORTED