From 3d2a3993e41b32bfce93f3a9a0325fd44ae41399 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 1 Oct 2017 16:51:58 +0200 Subject: [PATCH] sbcl: update to 1.4.0. --- srcpkgs/sbcl/patches/ucontext.patch | 22 ---------------------- srcpkgs/sbcl/template | 6 +++--- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/sbcl/patches/ucontext.patch diff --git a/srcpkgs/sbcl/patches/ucontext.patch b/srcpkgs/sbcl/patches/ucontext.patch deleted file mode 100644 index 797b17c233d..00000000000 --- a/srcpkgs/sbcl/patches/ucontext.patch +++ /dev/null @@ -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) diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template index 41b0eb46ad4..c835b34ab35 100644 --- a/srcpkgs/sbcl/template +++ b/srcpkgs/sbcl/template @@ -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 " 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"