diff --git a/srcpkgs/chroot-gawk/patches/fix-str2wstr.patch b/srcpkgs/chroot-gawk/patches/fix-str2wstr.patch deleted file mode 120000 index 0bc63ae1681..00000000000 --- a/srcpkgs/chroot-gawk/patches/fix-str2wstr.patch +++ /dev/null @@ -1 +0,0 @@ -../../gawk/patches/fix-str2wstr.patch \ No newline at end of file diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template index d1daf9250c3..be69c3cc8bd 100644 --- a/srcpkgs/chroot-gawk/template +++ b/srcpkgs/chroot-gawk/template @@ -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.