mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
chroot-gawk: update to 5.3.2
This commit is contained in:
parent
8214207443
commit
6cc65497c0
2 changed files with 4 additions and 5 deletions
|
@ -1 +0,0 @@
|
||||||
../../gawk/patches/fix-str2wstr.patch
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-gawk'
|
# Template file for 'chroot-gawk'
|
||||||
pkgname=chroot-gawk
|
pkgname=chroot-gawk
|
||||||
version=5.3.0
|
version=5.3.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false
|
configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false
|
||||||
--disable-pma"
|
--disable-pma"
|
||||||
|
@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://directory.fsf.org/wiki/Gawk"
|
homepage="https://directory.fsf.org/wiki/Gawk"
|
||||||
changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS"
|
changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS"
|
||||||
distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
|
distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
|
||||||
checksum=ca9c16d3d11d0ff8c69d79dc0b47267e1329a69b39b799895604ed447d3ca90b
|
checksum=f8c3486509de705192138b00ef2c00bbbdd0e84c30d5c07d23fc73a9dc4cc9cc
|
||||||
repository=bootstrap
|
repository=bootstrap
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
@ -19,7 +19,7 @@ provides="awk-0_1"
|
||||||
replaces="awk>=0"
|
replaces="awk>=0"
|
||||||
|
|
||||||
pre_check() {
|
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
|
# This fixes tests on glibc, relevant tests on musl are disabled
|
||||||
# because the locale command doesn't exist.
|
# because the locale command doesn't exist.
|
||||||
|
|
Loading…
Add table
Reference in a new issue