From db5d7042eca64c29c080e4fb11b74d8153de2729 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 29 Nov 2019 10:57:08 +0100 Subject: [PATCH] tcsh: update to 6.22.00. --- srcpkgs/tcsh/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/tcsh/template b/srcpkgs/tcsh/template index 530ebc0dcdf..92416c6da8c 100644 --- a/srcpkgs/tcsh/template +++ b/srcpkgs/tcsh/template @@ -1,6 +1,6 @@ # Template file for 'tcsh' pkgname=tcsh -version=6.21.00 +version=6.22.00 revision=1 build_style=gnu-configure conf_files="/etc/csh.login /etc/csh.cshrc" @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen " license="BSD-3-Clause" homepage="http://www.tcsh.org/" distfiles="ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=c438325448371f59b12a4c93bfd3f6982e6f79f8c5aef4bc83aac8f62766e972 +checksum=69fef68006ba219d1c156ea810e9781c416d2e9a1d2f1a6f91e44a529ec97dfe register_shell="/bin/tcsh /bin/csh" post_extract() { @@ -26,10 +26,6 @@ esac pre_build() { make CC_FOR_GETHOST="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" gethost } -pre_check() { - # This test fail, at each bump remove and check if it works - sed -i '/AT_SETUP(\[Quoting of expansions in/ s/$/ \nAT_XFAIL_IF(\[:\])/' tests/lexical.at -} post_install() { vconf ${FILESDIR}/csh.login vconf ${FILESDIR}/csh.cshrc