mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Update ccache to 4.11.3
This commit is contained in:
@@ -35,7 +35,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.8.3 | https://ccache.dev/ |
|
||||
| [`ccache`](ccache/) | ccache | 4.11.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/ |
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='ccache'
|
||||
version='4.8.3'
|
||||
version='4.11.3'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.gz#d59dd569ad2bbc826c0bc335c8ebd73e78ed0f2f40ba6b30069347e63585d9ef"
|
||||
"https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.gz#28a407314f03a7bd7a008038dbaffa83448bc670e2fc119609b1d99fb33bb600"
|
||||
)
|
||||
depends=(
|
||||
'zstd'
|
||||
|
||||
@@ -13,10 +13,10 @@ 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 2778909eab08167d505b4cda708bb177af0f9531..faea315896c47f38e17ac9eeaf1ccf005d546b7f 100644
|
||||
index f39a18fc1b42dd095336da037ad751b741a5aae8..f599e924af43e194a4b55b2505dc4438612a9347 100644
|
||||
--- a/cmake/config.h.in
|
||||
+++ b/cmake/config.h.in
|
||||
@@ -202,10 +202,6 @@ typedef int pid_t;
|
||||
@@ -205,10 +205,6 @@ typedef int pid_t;
|
||||
# define O_TEXT 0
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user