aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-02-28 14:36:28 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2021-02-28 14:36:28 +0100
commita82dff4377e97f164deab4be99b2ac6b819632d0 (patch)
tree7ab4e2c16c6f8814b9bf69b1d7925f4d094ebe36
parente8478a48cc94724e6f2509a23014af79ed2578ef (diff)
testing/chez-scheme: upgrade to 9.5.4
-rw-r--r--testing/chez-scheme/APKBUILD8
-rw-r--r--testing/chez-scheme/remove-xlocale.patch12
2 files changed, 3 insertions, 17 deletions
diff --git a/testing/chez-scheme/APKBUILD b/testing/chez-scheme/APKBUILD
index 33a204cd644..b9154e0a52e 100644
--- a/testing/chez-scheme/APKBUILD
+++ b/testing/chez-scheme/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Will Sinatra <wpsinatra@gmail.com>
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname=chez-scheme
-pkgver=9.5.2
-pkgrel=1
+pkgver=9.5.4
+pkgrel=0
pkgdesc="Cisco R6RS Scheme Compiler"
url="https://github.com/cisco/ChezScheme"
arch="x86 x86_64" #armv7/aarch64 ports WIP
@@ -10,7 +10,6 @@ license="Apache-2.0"
makedepends="util-linux-dev ncurses-dev libx11-dev"
subpackages="$pkgname-doc"
source="https://github.com/cisco/ChezScheme/releases/download/v$pkgver/csv$pkgver.tar.gz
- remove-xlocale.patch
64bit-ti3le-constant.patch
64bit-ti3le-equates.patch"
builddir="$srcdir"/csv$pkgver
@@ -45,7 +44,6 @@ package() {
make install DESTDIR="$pkgdir"
}
-sha512sums="a2dacb8689b49365a33518522df6e8a964f15ec22945c2949c2593612139bf56a755ad269b6c955ac8fed6d6221c6b861f1b0d41a255e2715817b0024c8b9cef csv9.5.2.tar.gz
-9d324c58cdcf94ccdbf369833d42ab34f7cabb8ee906e54e4f9d98bde45f7cd04e4a040c802407a86d8192a8f8c24f8760f6bba7d6c629dfd428bee80f1b8987 remove-xlocale.patch
+sha512sums="bc377fc5a7355703193849a21fbcd633f35b56f1f898c747fbddedc63ac979c124d966bdd9ed32366bb466881abdf44e03085af16e9795b10975a72c0d0b6123 csv9.5.4.tar.gz
859beb7c4276cefc06b49f685560cc4ef69e1b200d7c52d67c5c24e96e1956ce728b2c72015db92347aef02e803cd2c1e377c836e272619414bd5bf0ce521edb 64bit-ti3le-constant.patch
1e97c8713ca8d1a18fc4a46b1ccc39f72969c03c9995d0b54c0b2d1710008e5637e6337cc8e809f97bbcbb6c96144f33f9a6cfdd8ebfd2e4dc196e00640a0f08 64bit-ti3le-equates.patch"
diff --git a/testing/chez-scheme/remove-xlocale.patch b/testing/chez-scheme/remove-xlocale.patch
deleted file mode 100644
index 21e1e9bd421..00000000000
--- a/testing/chez-scheme/remove-xlocale.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-removing xlocale allows compilation on musl
---- src/c/expeditor.c
-+++ src/c/expeditor.c
-@@ -546,8 +546,5 @@
- #include <sys/ioctl.h>
- #include <wchar.h>
- #include <locale.h>
--#ifndef __GLIBC__
--#include <xlocale.h>
--#endif
-
- #if defined(TIOCGWINSZ) && defined(SIGWINCH) && defined(EINTR)