sbcl: update to 1.4.0.

This commit is contained in:
Leah Neukirchen 2017-10-01 16:51:58 +02:00
parent 9b422ab833
commit 3d2a3993e4
2 changed files with 3 additions and 25 deletions

View File

@ -1,22 +0,0 @@
--- src/runtime/x86-linux-os.h.orig
+++ src/runtime/x86-linux-os.h
@@ -1,7 +1,7 @@
#ifndef _X86_LINUX_OS_H
#define _X86_LINUX_OS_H
-typedef struct ucontext os_context_t;
+typedef ucontext_t os_context_t;
typedef greg_t os_context_register_t;
static inline os_context_t *arch_os_get_context(void **void_context)
--- src/runtime/x86-64-linux-os.h.orig
+++ src/runtime/x86-64-linux-os.h
@@ -1,7 +1,7 @@
#ifndef _X86_64_LINUX_OS_H
#define _X86_64_LINUX_OS_H
-typedef struct ucontext os_context_t;
+typedef ucontext_t os_context_t;
typedef long os_context_register_t;
static inline os_context_t *arch_os_get_context(void **void_context)

View File

@ -1,6 +1,6 @@
# Template file for 'sbcl'
pkgname=sbcl
version=1.3.21
version=1.4.0
revision=1
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
hostmakedepends="iana-etc"
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="custom"
homepage="http://www.sbcl.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
checksum=684c51c0f041d78055053fbf350c10cc54f9aea4d32895901617eb5edd56158e
checksum=08d59ca79f78311304664d5093764cda94ff2693d92736d1321fa6074b570769
nocross=yes
nopie=yes
@ -19,7 +19,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
case "$XBPS_TARGET_MACHINE" in
x86_64)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
checksum+=" c1c3e17e1857fb1c22af575941be5cd1d5444b462397b1b3c9f3877aee2e814b"
checksum+=" 2b8d5256cb7e3057f47c3d81355d46dd96d966928652c011da613c519c532b67"
;;
i686)
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.7-x86-linux-binary.tar.bz2"