Ports/libunistring: Update libunistring to version 1.1

This also fixes the Clang build of gettext by setting the sysroot.
This commit is contained in:
EWouters 2023-09-01 21:06:11 +02:00 committed by Jelle Raaijmakers
parent 2ba1b70401
commit e0dc73637f
Notes: sideshowbarker 2024-07-17 03:25:24 +09:00
2 changed files with 6 additions and 3 deletions

View File

@ -177,7 +177,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libtheora`](libtheora/) | libtheora | 1.1.1 | https://www.theora.org/ |
| [`libtiff`](libtiff/) | libtiff | 4.5.1 | http://www.libtiff.org/ |
| [`libtool`](libtool/) | libtool | 2.4.7 | https://www.gnu.org/software/libtool/ |
| [`libunistring`](libunistring/) | libunistring | 1.0 | https://www.gnu.org/software/libunistring/ |
| [`libunistring`](libunistring/) | libunistring | 1.1 | https://www.gnu.org/software/libunistring/ |
| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.38 | https://github.com/karelzak/util-linux/tree/master/libuuid |
| [`libuv`](libuv/) | libuv | 1.44.1 | https://github.com/libuv/libuv |
| [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |

View File

@ -1,7 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libunistring'
version='1.0'
version='1.1'
files=(
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#3c0184c0e492d7c208ce31d25dd1d2c58f0c3ed6cbbe032c5b248cddad318544"
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#a2252beeec830ac444b9f68d6b38ad883db19919db35b52222cf827c385bdb6a"
)
useconfigure='true'
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
)