mawk: update to 1.3.4.20260129.

This commit is contained in:
Matt Boehlke
2026-03-16 19:59:51 +01:00
committed by Duncan Overbruck
parent 4acfcaa097
commit f7943d1f07
2 changed files with 26 additions and 3 deletions
+23
View File
@@ -0,0 +1,23 @@
Skip the NaN comparison demo for now
Comparing not-a-number values in -Wposix compliant mode does not produce
the expected output under musl. See comment
https://github.com/void-linux/void-packages/pull/58870#issuecomment-3865539591
--- a/test/mawktest
+++ b/test/mawktest
@@ -283,10 +283,10 @@ not_a_sign() {
fi
}
-Begin "not-a-number demo"
-LC_ALL=C $PROG --posix -f nan.awk | tee $MYTEMP/result | cmp -s - nan-posix.out || not_a_sign "posix"
-LC_ALL=C $PROG -f nan.awk | tee $MYTEMP/result | cmp -s - nan-legacy.out || not_a_sign "legacy"
-Finish "not-a-number demo"
+#Begin "not-a-number demo"
+#LC_ALL=C $PROG --posix -f nan.awk | tee $MYTEMP/result | cmp -s - nan-posix.out || not_a_sign "posix"
+#LC_ALL=C $PROG -f nan.awk | tee $MYTEMP/result | cmp -s - nan-legacy.out || not_a_sign "legacy"
+#Finish "not-a-number demo"
#################################
+3 -3
View File
@@ -1,7 +1,7 @@
# Template file for 'mawk'
pkgname=mawk
version=1.3.4.20250131
revision=2
version=1.3.4.20260129
revision=1
build_style="gnu-configure"
short_desc="Interpreter for the AWK Programming Language"
maintainer="Orphaned <orphan@voidlinux.org>"
@@ -9,7 +9,7 @@ license="GPL-2.0-only"
homepage="https://invisible-island.net/mawk/mawk.html"
changelog="https://invisible-island.net/mawk/CHANGES"
distfiles="https://invisible-mirror.net/archives/mawk/mawk-${version%.*}-${version##*.}.tgz"
checksum=51bcb82d577b141d896d9d9c3077d7aaa209490132e9f2b9573ba8511b3835be
checksum=a71fb7efea5a63770d8fb71321ef6ae7afe0592f1aa7f7e2b496c26ccbb392a4
alternatives="
awk:awk:/usr/bin/mawk
awk:awk.1:/usr/share/man/man1/mawk.1"