From 0611d5ba88f07d78ad1a88bee8ff7ecddefada83 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 16 Jan 2019 08:27:13 -0200 Subject: [PATCH] txr: update to 205. --- srcpkgs/txr/patches/musl-configure.patch | 11 ----------- srcpkgs/txr/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/txr/patches/musl-configure.patch diff --git a/srcpkgs/txr/patches/musl-configure.patch b/srcpkgs/txr/patches/musl-configure.patch deleted file mode 100644 index 9694fe51d5..0000000000 --- a/srcpkgs/txr/patches/musl-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2017-04-19 12:13:46.969129248 +0000 -+++ configure 2017-04-19 12:16:31.248137723 +0000 -@@ -2457,7 +2457,7 @@ - if conftest ; then - printf "yes\n" - printf "#define HAVE_ALLOCA 1\n" >> config.h -- printf "#define ALLOCA_H <%s>\n" $try_header >> config.h -+ printf '#define ALLOCA_H "%s"\n' $try_header >> config.h - have_alloca=y - break; - fi diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index d27f18dac4..2260dd8356 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -1,6 +1,6 @@ # Template file for 'txr' pkgname=txr -version=204 +version=205 revision=1 build_style=configure make_check_target=tests @@ -10,7 +10,7 @@ maintainer="Oliver Kiddle " license="BSD-2-Clause" homepage="http://www.nongnu.org/txr/" distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2" -checksum=235b6f372f637c943c76f0d9a575d2407b09c958e5df313e0e09763ef780d359 +checksum=cbb48cfb8ecc2d567acc3cc1b2e339bc394c0335b1702e2ba0d3f11c87cb83bb if [ "$CROSS_BUILD" ]; then hostmakedepends+=" txr"