mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/xz: Update xz to version 5.4.4
This commit is contained in:
parent
4a5f796647
commit
df50d6ccfa
3 changed files with 8 additions and 8 deletions
|
@ -335,7 +335,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`x265`](x265/) | x265 | 3.5 | https://bitbucket.org/multicoreware/x265_git/wiki/Home |
|
||||
| [`xash3d-fwgs`](xash3d-fwgs/) | Xash3D FWGS game engine | 2022.12.26 | https://github.com/FWGS/xash3d-fwgs |
|
||||
| [`xorriso`](xorriso/) | xorriso | 1.5.6 | https://www.gnu.org/software/xorriso |
|
||||
| [`xz`](xz/) | xz | 5.2.5 | https://tukaani.org/xz/ |
|
||||
| [`xz`](xz/) | xz | 5.4.4 | https://tukaani.org/xz/ |
|
||||
| [`yasm`](yasm/) | Yasm Modular Assembler | 1.3.0 | https://yasm.tortall.net/ |
|
||||
| [`zig`](zig/) | Zig programming language | 0.12.0-dev.141+ddf5859c2 | https://ziglang.org/ |
|
||||
| [`zlib`](zlib/) | zlib | 1.3 | https://www.zlib.net/ |
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='xz'
|
||||
version='5.2.5'
|
||||
version='5.4.4'
|
||||
depends=(
|
||||
'libiconv'
|
||||
'zlib'
|
||||
)
|
||||
files=(
|
||||
"https://tukaani.org/xz/xz-${version}.tar.gz#f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10"
|
||||
"https://tukaani.org/xz/xz-${version}.tar.gz#aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8"
|
||||
)
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
|
|
|
@ -17,10 +17,10 @@ static library into a shared library.
|
|||
1 file changed, 23 insertions(+)
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index f103a6b..099c1e4 100755
|
||||
index c32e4e3d6aa79c0f4f636494463794b118b45fe3..cf9b980d8008019d77c768395e1191aa8e985927 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -8734,6 +8734,10 @@ tpf*)
|
||||
@@ -9644,6 +9644,10 @@ tpf*)
|
||||
os2*)
|
||||
lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
|
@ -31,7 +31,7 @@ index f103a6b..099c1e4 100755
|
|||
esac
|
||||
|
||||
fi
|
||||
@@ -12063,6 +12067,10 @@ lt_prog_compiler_static=
|
||||
@@ -13121,6 +13125,10 @@ lt_prog_compiler_static=
|
||||
lt_prog_compiler_static='-Bstatic'
|
||||
;;
|
||||
|
||||
|
@ -42,7 +42,7 @@ index f103a6b..099c1e4 100755
|
|||
*)
|
||||
lt_prog_compiler_can_build_shared=no
|
||||
;;
|
||||
@@ -13583,6 +13591,10 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
|
||||
@@ -14653,6 +14661,10 @@ printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
|
||||
|
@ -53,7 +53,7 @@ index f103a6b..099c1e4 100755
|
|||
*)
|
||||
ld_shlibs=no
|
||||
;;
|
||||
@@ -14651,6 +14663,17 @@ uts4*)
|
||||
@@ -15725,6 +15737,17 @@ uts4*)
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue