Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] racket: update to 8.3.
@ 2021-11-19  4:48 jgarte
  2021-11-19  8:08 ` [PR PATCH] [Updated] " jgarte
  2021-11-20  2:28 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: jgarte @ 2021-11-19  4:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jgarte/void-packages racket
https://github.com/void-linux/void-packages/pull/34144

racket: update to 8.3.
None

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

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

From d4995f6ea95589eb1613820ac2602e348a962788 Mon Sep 17 00:00:00 2001
From: jgart <jgart@dismail.de>
Date: Thu, 18 Nov 2021 23:45:09 -0500
Subject: [PATCH] racket: update to 8.3.

---
 srcpkgs/racket/patches/musl-fixes.patch | 26 -------------------------
 srcpkgs/racket/template                 |  6 +++---
 2 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/racket/patches/musl-fixes.patch

diff --git a/srcpkgs/racket/patches/musl-fixes.patch b/srcpkgs/racket/patches/musl-fixes.patch
deleted file mode 100644
index 32eaad0c54c8..000000000000
--- a/srcpkgs/racket/patches/musl-fixes.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-This patch fixes error:
-
-    env XFORM_USE_PRECOMP=xsrc/precomp.h ../racketcgc  -cqu ./xform.rkt --setup . --depends --cpp "gcc -E -I./.. -I./../include -I./../../rktio -I../../rktio -Os -fomit-frame-pointer -pthread  -DUSE_SENORA_GC   -DMZ_USES_SHARED_LIB "  --keep-lines -o xsrc/future.c ./../src/future.c
-    Error [GCING] 234 in ./../src/bool.c: Function mz_long_double_eqv declared __xform_nongcing__, but includes a function call at __FLOAT_BITS.
-    Error [GCING] 270 in ./../src/bool.c: Function double_eqv declared __xform_nongcing__, but includes a function call at __FLOAT_BITS.
-    xform: Errors converting
-      context...:
-       src/racket/gc2/xform-collects/compiler/priva...:8:2: xform
-       src/racket/gc2/xform-collects/xform/xform-mo...: [running body]
-       src/racket/gc2/xform.rkt: [running body]
-
-Resources:
-  * https://github.com/racket/racket/issues/1638
-  * https://github.com/NixOS/nixpkgs/pull/31017
-  * https://github.com/racket/racket/pull/1886
-
---- a/collects/compiler/private/xform.rkt
---- a/collects/compiler/private/xform.rkt
-@@ -924,6 +924,7 @@
-                |GetStdHandle| |__CFStringMakeConstantString|
-                _vswprintf_c
- 	       malloc strdup
-+	       __FLOAT_BITS __DOUBLE_BITS ; musl
-                
-                scheme_make_small_bignum scheme_make_small_rational scheme_make_small_complex))
-         (define non-functions-table
diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template
index f5dea34e4dcd..fd6870179cd6 100644
--- a/srcpkgs/racket/template
+++ b/srcpkgs/racket/template
@@ -1,7 +1,7 @@
 # Template file for 'racket'
 pkgname=racket
-version=8.2
-revision=1
+version=8.3
+revision=2
 build_wrksrc=src
 build_style=gnu-configure
 configure_args="--enable-useprefix --disable-docs"
@@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="LGPL-3.0-only, MIT"
 homepage="http://racket-lang.org/"
 distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
-checksum=a0f3cf72938e7ae0f4f3eab70360812a2ec4e40efe327f1b449feb447b4f7482
+checksum=33dd0c20846c7c5fdf84af2dc250f765104ed33b5091be152a9f68f1e2541457
 nostrip=yes
 nocross=yes
 

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

* Re: [PR PATCH] [Updated] racket: update to 8.3.
  2021-11-19  4:48 [PR PATCH] racket: update to 8.3 jgarte
@ 2021-11-19  8:08 ` jgarte
  2021-11-20  2:28 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: jgarte @ 2021-11-19  8:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jgarte/void-packages racket
https://github.com/void-linux/void-packages/pull/34144

racket: update to 8.3.
#### 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/34144.patch is attached

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

From c1d2d4ca25e0b11f3a25bb3ada883d20f12841e3 Mon Sep 17 00:00:00 2001
From: jgart <jgart@dismail.de>
Date: Thu, 18 Nov 2021 23:45:09 -0500
Subject: [PATCH] racket: update to 8.3.

---
 srcpkgs/racket/patches/musl-fixes.patch | 26 -------------------------
 srcpkgs/racket/template                 |  4 ++--
 2 files changed, 2 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/racket/patches/musl-fixes.patch

diff --git a/srcpkgs/racket/patches/musl-fixes.patch b/srcpkgs/racket/patches/musl-fixes.patch
deleted file mode 100644
index 32eaad0c54c8..000000000000
--- a/srcpkgs/racket/patches/musl-fixes.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-This patch fixes error:
-
-    env XFORM_USE_PRECOMP=xsrc/precomp.h ../racketcgc  -cqu ./xform.rkt --setup . --depends --cpp "gcc -E -I./.. -I./../include -I./../../rktio -I../../rktio -Os -fomit-frame-pointer -pthread  -DUSE_SENORA_GC   -DMZ_USES_SHARED_LIB "  --keep-lines -o xsrc/future.c ./../src/future.c
-    Error [GCING] 234 in ./../src/bool.c: Function mz_long_double_eqv declared __xform_nongcing__, but includes a function call at __FLOAT_BITS.
-    Error [GCING] 270 in ./../src/bool.c: Function double_eqv declared __xform_nongcing__, but includes a function call at __FLOAT_BITS.
-    xform: Errors converting
-      context...:
-       src/racket/gc2/xform-collects/compiler/priva...:8:2: xform
-       src/racket/gc2/xform-collects/xform/xform-mo...: [running body]
-       src/racket/gc2/xform.rkt: [running body]
-
-Resources:
-  * https://github.com/racket/racket/issues/1638
-  * https://github.com/NixOS/nixpkgs/pull/31017
-  * https://github.com/racket/racket/pull/1886
-
---- a/collects/compiler/private/xform.rkt
---- a/collects/compiler/private/xform.rkt
-@@ -924,6 +924,7 @@
-                |GetStdHandle| |__CFStringMakeConstantString|
-                _vswprintf_c
- 	       malloc strdup
-+	       __FLOAT_BITS __DOUBLE_BITS ; musl
-                
-                scheme_make_small_bignum scheme_make_small_rational scheme_make_small_complex))
-         (define non-functions-table
diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template
index f5dea34e4dcd..fa837398b7c9 100644
--- a/srcpkgs/racket/template
+++ b/srcpkgs/racket/template
@@ -1,6 +1,6 @@
 # Template file for 'racket'
 pkgname=racket
-version=8.2
+version=8.3
 revision=1
 build_wrksrc=src
 build_style=gnu-configure
@@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="LGPL-3.0-only, MIT"
 homepage="http://racket-lang.org/"
 distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
-checksum=a0f3cf72938e7ae0f4f3eab70360812a2ec4e40efe327f1b449feb447b4f7482
+checksum=33dd0c20846c7c5fdf84af2dc250f765104ed33b5091be152a9f68f1e2541457
 nostrip=yes
 nocross=yes
 

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

* Re: [PR PATCH] [Merged]: racket: update to 8.3.
  2021-11-19  4:48 [PR PATCH] racket: update to 8.3 jgarte
  2021-11-19  8:08 ` [PR PATCH] [Updated] " jgarte
@ 2021-11-20  2:28 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-11-20  2:28 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

racket: update to 8.3.
https://github.com/void-linux/void-packages/pull/34144

Description:
#### 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)

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

end of thread, other threads:[~2021-11-20  2:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19  4:48 [PR PATCH] racket: update to 8.3 jgarte
2021-11-19  8:08 ` [PR PATCH] [Updated] " jgarte
2021-11-20  2:28 ` [PR PATCH] [Merged]: " ericonr

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