txr: update to 275.
This commit is contained in:
parent
93519ccda1
commit
7de506a198
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user