chez-scheme: update to 9.5.

This commit is contained in:
Leah Neukirchen 2017-10-12 13:19:09 +02:00
parent a85ebb01fd
commit ea0c9bf957

View File

@ -1,19 +1,19 @@
# Template file for 'chez-scheme'
pkgname=chez-scheme
version=9.4
revision=2
version=9.5
revision=1
wrksrc="ChezScheme-${version}"
build_style=gnu-configure
hostmakedepends="libX11-devel ncurses-devel zlib-devel"
hostmakedepends="git libX11-devel ncurses-devel zlib-devel"
makedepends="${hostmakedepends}"
short_desc="Compiler and run-time system for R6RS Scheme"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
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/221eecb965d9dfacccd97d1cb73f2a31c4119d3a.tar.gz"
checksum="9f4e6fe737300878c3c9ca6ed09ed97fc2edbf40e4cf37bd61f48a27f5adf952
b5522e7cdb1d90a0882c84ba4254aea195ec09b8697053acfa1335321c52ffe3"
https://github.com/nanopass/nanopass-framework-scheme/archive/1f7e80bcff16766ef419183169bbc343db07db0c.tar.gz"
checksum="a1d9f93bd8a683ea3d8f2f1b4880f85ea40bf9a482ee6b84cb0fe0ab6148a98c
5fe450f78bc1f096f58a907ca8b3829fff1cc520e5d5e8c503ac5c601b6779e0"
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv6l armv7l"
case "$XBPS_MACHINE" in
@ -30,6 +30,8 @@ case "$XBPS_TARGET_MACHINE" in
esac
post_extract() {
sed -i '/xlocale\.h/d' c/expeditor.c
# hack out submodules
mkdir .git
@ -47,6 +49,7 @@ post_extract() {
c/Mf-*
ln -s /usr/include/zlib.h zlib
ln -s /usr/include/zconf.h zlib
touch zlib/configure.log
}
do_configure() {