From 65bed67ffaf4e3741488d387618ab5a37b251a71 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 22 Mar 2019 16:30:11 +0100 Subject: [PATCH] chez-scheme: update to 9.5.2. --- .../patches/fix-compilation-with-gcc-8.patch | 19 ------------------- srcpkgs/chez-scheme/template | 6 +++--- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 srcpkgs/chez-scheme/patches/fix-compilation-with-gcc-8.patch diff --git a/srcpkgs/chez-scheme/patches/fix-compilation-with-gcc-8.patch b/srcpkgs/chez-scheme/patches/fix-compilation-with-gcc-8.patch deleted file mode 100644 index 603511b707a..00000000000 --- a/srcpkgs/chez-scheme/patches/fix-compilation-with-gcc-8.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit 82a14c87aaa44ae004b9d76af42144155e426290 -Author: Göran Weinholt -Date: Fri May 4 18:18:22 2018 +0200 - - - Double FMTBUFSIZE to fix compilation with gcc-8 - c/prim5.c - -diff --git c/prim5.c c/prim5.c -index 5bee635..69c6bfd 100644 ---- c/prim5.c -+++ c/prim5.c -@@ -219,6 +219,6 @@ static ptr s_decode_float(x) ptr x; { - return S_decode_float(FLODAT(x)); - } - --#define FMTBUFSIZE 60 -+#define FMTBUFSIZE 120 - #define CHUNKADDRLT(x, y) (((chunkinfo *)(Scar(x)))->addr < ((chunkinfo *)(Scar(y)))->addr) - mkmergesort(sort_chunks, merge_chunks, ptr, Snil, CHUNKADDRLT, INITCDR) diff --git a/srcpkgs/chez-scheme/template b/srcpkgs/chez-scheme/template index 8d0803148f8..c86f6227d0b 100644 --- a/srcpkgs/chez-scheme/template +++ b/srcpkgs/chez-scheme/template @@ -1,7 +1,7 @@ # Template file for 'chez-scheme' pkgname=chez-scheme -version=9.5 -revision=2 +version=9.5.2 +revision=1 wrksrc="ChezScheme-${version}" build_style=gnu-configure hostmakedepends="git libX11-devel ncurses-devel zlib-devel" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="http://scheme.com/" distfiles="https://github.com/cisco/ChezScheme/archive/v${version}.tar.gz https://github.com/nanopass/nanopass-framework-scheme/archive/1f7e80bcff16766ef419183169bbc343db07db0c.tar.gz" -checksum="a1d9f93bd8a683ea3d8f2f1b4880f85ea40bf9a482ee6b84cb0fe0ab6148a98c +checksum="3a370fdf2ffd67d6a0ccbb993dfab1cbaf4a0a97983c869cfaab40528c33c48b 5fe450f78bc1f096f58a907ca8b3829fff1cc520e5d5e8c503ac5c601b6779e0" alternatives=" scheme:scheme:/usr/bin/chez-scheme