mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
shells/ksh-devel: update to the latest ksh93/ksh github commit
This version contains the LLVM15 fix from f5cf5e0025
, which was
upstreamed.
This commit is contained in:
parent
d0e26a0d3b
commit
f8bf081e3e
@ -23,8 +23,8 @@ BROKEN_aarch64= Fails to link: missing sbrk
|
||||
BROKEN_riscv64= Fails to link: missing sbrk
|
||||
BROKEN_FreeBSD_12= exit code 139 making lib/libcmd
|
||||
|
||||
HASH= 27c4f014
|
||||
AST_COMMIT_DATE= 2023.02.19
|
||||
HASH= 72d895d8
|
||||
AST_COMMIT_DATE= 2023.03.17
|
||||
|
||||
USES= compiler:c11
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1676994226
|
||||
SHA256 (ksh93-ksh-2023.02.19-27c4f014_GH0.tar.gz) = 974af0b897fb6afcba34d0a8c18763a39aa1cd8e4a379b44a15220bfe8290f55
|
||||
SIZE (ksh93-ksh-2023.02.19-27c4f014_GH0.tar.gz) = 2117766
|
||||
TIMESTAMP = 1679108300
|
||||
SHA256 (ksh93-ksh-2023.03.17-72d895d8_GH0.tar.gz) = 0204af4ae6d656c6350e621ec7e776b3a30fd6e35bb8dd96f8caec8b97e39207
|
||||
SIZE (ksh93-ksh-2023.03.17-72d895d8_GH0.tar.gz) = 2106414
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/lib/libast/aso/aso.c.orig 2023-01-11 01:32:04.000000000 -0800
|
||||
+++ src/lib/libast/aso/aso.c 2023-02-15 06:41:07.380213000 -0800
|
||||
@@ -836,7 +836,7 @@
|
||||
|
||||
#if defined(_aso_casptr)
|
||||
if (!state.lockf)
|
||||
- return _aso_casptr((void**)p, o, n);
|
||||
+ return _aso_cas64((void**)p, o, n);
|
||||
#endif
|
||||
k = lock(state.data, 0, p);
|
||||
if (*(void* volatile*)p == o)
|
Loading…
Reference in New Issue
Block a user