Github messages for voidlinux
 help / color / mirror / Atom feed
From: atweiden <atweiden@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rakudo: update to 2023.11.
Date: Thu, 23 Nov 2023 06:33:51 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47358@inbox.vuxu.org> (raw)

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/47358

rakudo: update to 2023.11.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 18cacb264be567410c54a5d755bb6103f374f2a5 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 23 Nov 2023 04:43:33 +0000
Subject: [PATCH 1/3] MoarVM: update to 2023.11.

---
 srcpkgs/MoarVM/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 4f779b8603b51..728b5fbc1c33c 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2023.10
+version=2023.11
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -14,6 +14,6 @@ license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=aa79d77896c312ba23e01074a53ef3d060becae2ed70b066f902f332da65a499
+checksum=32f4b100dcdb7f4bbe8575fca0eea4b7b271f177c701138a8f58418352bdd103
 nocross=yes
 shlib_provides="libmoar.so"

From 91787372f9b654839cf2f2d884fc11eff8a518fe Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 23 Nov 2023 04:44:56 +0000
Subject: [PATCH 2/3] nqp: update to 2023.11.

---
 srcpkgs/nqp/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index f640e937fddce..208cbf8729b67 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2023.10
+version=2023.11
 revision=1
 build_style=configure
 make_check_target=test
@@ -14,5 +14,8 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/nqp-${version}.tar.gz"
-checksum=41051246635db1d4de08d373e2515ab76280f5e0c57d4a4fa2426545ac40956d
+checksum=e7176b1a6fbaa98c132e385f325c6211ff9f93c0a3f0a23ceb6ffe823747b297
+case "$XBPS_TARGET_MACHINE" in
+	arm*|aarch64*) disable_parallel_build=yes;;
+esac
 nocross=yes

From 37c8b071d7b3b8192933a24c9067a7439c55aa42 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 23 Nov 2023 04:46:18 +0000
Subject: [PATCH 3/3] rakudo: update to 2023.11.

---
 srcpkgs/rakudo/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index 0827c9e9f922b..f3324ff498396 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2023.10
+version=2023.11
 revision=1
 build_style=configure
 make_check_target=test
@@ -31,7 +31,10 @@ license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/rakudo-${version}.tar.gz"
-checksum=a219aca078b99002fed7b3fa2c2e280457224cf581e9a27af44bcb5f9c8dc160
+checksum=09ac43eb6b9eb7ffe363d098ca7b5b522896d85d78319e2cf832fb365f24fe32
+case "$XBPS_TARGET_MACHINE" in
+	arm*|aarch64*) disable_parallel_build=yes;;
+esac
 nocross=yes
 provides="raku-${version}_${revision}"
 

             reply	other threads:[~2023-11-23  5:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23  5:33 atweiden [this message]
2023-12-01 13:13 ` [PR PATCH] [Merged]: " leahneukirchen

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47358@inbox.vuxu.org \
    --to=atweiden@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).