chroot-gawk: update to 5.3.2

This commit is contained in:
dogknowsnx 2025-08-10 13:04:12 +02:00 committed by Duncan Overbruck
parent 8214207443
commit 6cc65497c0
2 changed files with 4 additions and 5 deletions

View file

@ -1 +0,0 @@
../../gawk/patches/fix-str2wstr.patch

View file

@ -1,7 +1,7 @@
# Template file for 'chroot-gawk'
pkgname=chroot-gawk
version=5.3.0
revision=2
version=5.3.2
revision=1
build_style=gnu-configure
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false
--disable-pma"
@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
homepage="https://directory.fsf.org/wiki/Gawk"
changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS"
distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
checksum=ca9c16d3d11d0ff8c69d79dc0b47267e1329a69b39b799895604ed447d3ca90b
checksum=f8c3486509de705192138b00ef2c00bbbdd0e84c30d5c07d23fc73a9dc4cc9cc
repository=bootstrap
bootstrap=yes
@ -19,7 +19,7 @@ provides="awk-0_1"
replaces="awk>=0"
pre_check() {
vsed -i 's/done | more/done/g' test/Makefile
vsed -i 's/done | $${PAGER:-more}/done/g' test/Makefile
# This fixes tests on glibc, relevant tests on musl are disabled
# because the locale command doesn't exist.