From 5699450dee1cced5d6f7ab5c2b523520635e0d16 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 19 Apr 2017 12:11:22 +0000 Subject: [PATCH] txr: update to 174. --- srcpkgs/txr/patches/musl-configure.patch | 12 ++++++------ srcpkgs/txr/template | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/txr/patches/musl-configure.patch b/srcpkgs/txr/patches/musl-configure.patch index c143523591f..9694fe51d51 100644 --- a/srcpkgs/txr/patches/musl-configure.patch +++ b/srcpkgs/txr/patches/musl-configure.patch @@ -1,11 +1,11 @@ ---- configure- 2015-10-03 23:20:36.976105846 +0200 -+++ configure 2015-10-03 23:21:38.708814989 +0200 -@@ -2176,7 +2176,7 @@ +--- 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 + 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 ac74b7737fc..70bedb84d8c 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -1,6 +1,6 @@ # Template file for 'txr' pkgname=txr -version=173 +version=174 revision=1 build_style=configure hostmakedepends="bison flex" @@ -9,7 +9,7 @@ maintainer="Oliver Kiddle " license="2-clause-BSD" homepage="http://www.nongnu.org/txr/" distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2" -checksum=02dd7b3f52fec4197e5df1293e098c8acbeae9da834e16f86e7b44e0173874ff +checksum=209fe8290081b1bc61c622cf2bf2ea330f2bea742508eb4d6b2589878f83fbe2 case "$XBPS_TARGET_MACHINE" in aarch64*) broken="#error port me!" ;;