Github messages for voidlinux
 help / color / mirror / Atom feed
From: MIvanchev <MIvanchev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] sbcl: update to 2.4.5
Date: Sun, 02 Jun 2024 20:41:38 +0200	[thread overview]
Message-ID: <20240602184138.71F7222642@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50654@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

There is an updated pull request by MIvanchev against master on the void-packages repository

https://github.com/MIvanchev/void-packages sbcl
https://github.com/void-linux/void-packages/pull/50654

[WIP] sbcl: update to 2.4.5
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)


A patch file from https://github.com/void-linux/void-packages/pull/50654.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sbcl-50654.patch --]
[-- Type: text/x-diff, Size: 2040 bytes --]

From 5a248f11e6495511593c0028aa5011b8444bb913 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Sun, 2 Jun 2024 14:45:46 +0200
Subject: [PATCH] sbcl: update to 2.4.5

---
 srcpkgs/sbcl/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index acdb5f8c27ba88..ac73076bb60b62 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.4.4
+version=2.4.5
 revision=1
 # make sure the sbcl option in maxima is enabled for the same archs
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -8,6 +8,7 @@ create_wrksrc="required"
 build_wrksrc=sbcl
 hostmakedepends="iana-etc texinfo"
 makedepends="libzstd-devel zlib-devel"
+checkdepends="strace which"
 conf_files="/etc/sbclrc"
 short_desc="Steel Bank Common Lisp"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -15,7 +16,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=8a932627b3f1d8e9618f1cdc225edcb002456804697e2c87d140683764a106d5
+checksum=4df68e90c9031807642b4b761988deb5bf6a1bd152c4723482834efa735a7bd1
 nocross=yes
 nopie=yes
 
@@ -23,7 +24,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+=" cb79b4d8f24f6f9aa28f1458d5b0660e85d29a824e8a62c58f486db3ba015c2d"
+	checksum+=" b8cc3afbfc8d5e6d05c7a3137b682a909a0d7389d5861fb06cca649480c7e619"
 	;;
 arm*)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -55,6 +56,10 @@ do_build() {
 	make -C ./doc/manual info
 }
 
+do_check() {
+	cd ./tests && sh ./run-tests.sh
+}
+
 do_install() {
 	SBCL_HOME="" INSTALL_ROOT="$DESTDIR/usr" sh install.sh
 	vlicense COPYING LICENSE

  parent reply	other threads:[~2024-06-02 18:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-02 12:52 [PR PATCH] " MIvanchev
2024-06-02 12:54 ` [PR PATCH] [Updated] " MIvanchev
2024-06-02 18:40 ` MIvanchev
2024-06-02 18:41 ` MIvanchev [this message]
2024-06-02 18:56 ` MIvanchev
2024-06-02 19:20 ` MIvanchev
2024-06-02 20:16 ` MIvanchev
2024-06-02 20:44 ` MIvanchev
2024-06-02 21:35 ` MIvanchev
2024-06-03 15:50 ` icp1994
2024-06-03 15:57 ` fanyx
2024-06-03 16:01 ` MIvanchev
2024-06-03 16:02 ` [PR PATCH] [Closed]: " MIvanchev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240602184138.71F7222642@inbox.vuxu.org \
    --to=mivanchev@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).