txr: update to 275.

This commit is contained in:
Imran Khan 2022-05-17 14:26:59 +00:00 committed by Piotr
parent 93519ccda1
commit 7de506a198
1 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'txr'
pkgname=txr
version=272
version=275
revision=1
archs="x86_64* i686* aarch64* arm* ppc64* mips*"
build_style=configure
@ -13,7 +13,7 @@ license="BSD-2-Clause"
homepage="http://www.nongnu.org/txr/"
changelog="http://www.kylheku.com/cgit/txr/tree/RELNOTES"
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
checksum=b3c2a82198dc97633aa40ced6fff6fec39c78a905b06dc08e7b74176bda03543
checksum=1e6ca44f2879178f4205ad70ee8fc757a4392ecc75424c5ed0904741d1b1541e
nopie=yes
if [ "$CROSS_BUILD" ]; then
@ -27,8 +27,13 @@ pre_configure() {
}
pre_check() {
# UDP server/client test for IPv6 fails in github CI
vsed -i -e 's/,\*maybe-ipv6//' tests/014/dgram-stream.tl
if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
# IPv6 not supported in github CI
vsed -i -e 's/,\*maybe-ipv6//' tests/014/dgram-stream.tl
# Removing tests that fail when run as root
rm tests/019/load-search.tl
fi
}
post_install() {