Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gambit: update to 4.9.5.
@ 2023-07-27 13:44 leahneukirchen
  2023-07-27 15:00 ` [PR PATCH] [Updated] " leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: leahneukirchen @ 2023-07-27 13:44 UTC (permalink / raw)
  To: ml

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

There is a new pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages gambit495
https://github.com/void-linux/void-packages/pull/45281

gambit: update to 4.9.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From abafb2c1ebade3cf05cd17c519bf69c1080fc59b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 27 Jul 2023 15:41:55 +0200
Subject: [PATCH 1/2] gambit: update to 4.9.5.

---
 srcpkgs/gambit/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gambit/template b/srcpkgs/gambit/template
index 27fbcbf793e6d..200f1d560f8a2 100644
--- a/srcpkgs/gambit/template
+++ b/srcpkgs/gambit/template
@@ -1,6 +1,6 @@
 # Template file for 'gambit'
 pkgname=gambit
-version=4.9.4
+version=4.9.5
 revision=1
 build_style=gnu-configure
 # We only build core, since the rest doesn't cross-compile.
@@ -16,16 +16,12 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.1-only, Apache-2.0"
 homepage="https://gambitscheme.org/"
 distfiles="https://github.com/gambit/gambit/archive/v${version}.tar.gz"
-checksum=19fb44a65b669234f6c0467cdc3dbe2e2c95a442f38e4638e7d89c90e247bd08
+checksum=758da7b4afe6411e9c4fed14b0cc5ada39b5f1393c1edd4d3dd9c9a06127c310
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) CFLAGS="-DNETDB_INTERNAL=-1 -DNETDB_SUCCESS=0";;
 esac
 
-post_patch() {
-	vsed -i 's/4\.9\.3/4.9.4/g' include/stamp-release.h
-}
-
 post_install() {
 	for f in ${DESTDIR}/usr/lib/gambit/lib*.so.*; do
 		ln -sfr $f ${DESTDIR}/usr/lib

From ab224f72a3bf339d0772d542afe032bcefee36cf Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 27 Jul 2023 15:42:29 +0200
Subject: [PATCH 2/2] gerbil: rebuild for gambit-4.9.5, enable tests.

---
 srcpkgs/gerbil/template | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gerbil/template b/srcpkgs/gerbil/template
index 50f63094019e6..791d80d7e89c6 100644
--- a/srcpkgs/gerbil/template
+++ b/srcpkgs/gerbil/template
@@ -1,7 +1,7 @@
 # Template file for 'gerbil'
 pkgname=gerbil
 version=0.17
-revision=1
+revision=2
 build_style="gnu-configure"
 hostmakedepends="gambit rsync"
 makedepends="openssl-devel sqlite-devel zlib-devel"
@@ -17,6 +17,7 @@ do_build() {
 	export GERBIL_GSC=gambit-gsc
 	( cd src && ./build.sh )
 }
+
 do_install() {
 	vmkdir usr/bin
 	vmkdir usr/lib/gerbil
@@ -26,3 +27,8 @@ do_install() {
 	vinstall etc/gerbil-mode.el 0644 usr/share/emacs/site-lisp
 	find ${DESTDIR} -name .keep -delete
 }
+
+do_check() {
+	GERBIL_GSC=gambit-gsc GERBIL_HOME=$PWD PATH=$PWD/bin:$PATH \
+		./src/std/run-tests.ss
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-28 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27 13:44 [PR PATCH] gambit: update to 4.9.5 leahneukirchen
2023-07-27 15:00 ` [PR PATCH] [Updated] " leahneukirchen
2023-07-28  7:28 ` leahneukirchen
2023-07-28 15:18 ` leahneukirchen
2023-07-28 15:18 ` [PR PATCH] [Merged]: " leahneukirchen

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).