Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] racket: update to 7.8
@ 2020-10-05  1:23 emacsomancer
  2020-10-15  6:01 ` ericonr
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: emacsomancer @ 2020-10-05  1:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages racket7.8
https://github.com/void-linux/void-packages/pull/25349

racket: update to 7.8


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

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

From f0674f53c8554543b63b8386d9749040ddb3509a Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Thu, 1 Oct 2020 05:27:27 -0600
Subject: [PATCH] racket: update to 7.8

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

diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template
index dab6e5ec43c..213e053ca06 100644
--- a/srcpkgs/racket/template
+++ b/srcpkgs/racket/template
@@ -1,6 +1,6 @@
 # Template file for 'racket'
 pkgname=racket
-version=7.7
+version=7.8
 revision=1
 build_wrksrc=src
 build_style=gnu-configure
@@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="LGPL-3.0-only"
 homepage="http://racket-lang.org/"
 distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
-checksum=62659f42b059d028b37874a5ddd56a69057b1895e37e2c08590c150be680a533
+checksum=32c9f3dd5af934b3b2ef262ce1466a5c71aaeead623ea2cf112ab3e5bd6ae3a7
 nostrip=yes
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
@ 2020-10-15  6:01 ` ericonr
  2020-10-20 18:37 ` ericonr
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-10-15  6:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-708918203

Comment:
Please add this commit to the PR : https://github.com/ericonr/void-packages/commit/beb2ac41143b2cd277cab21c005e067449cc49ac

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

* Re: racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
  2020-10-15  6:01 ` ericonr
@ 2020-10-20 18:37 ` ericonr
  2020-10-21  1:22 ` emacsomancer
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-10-20 18:37 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-713058084

Comment:
If possible, fixing #25748 somehow would be nice, but I don't think there are actually good solutions for it.

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

* Re: racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
  2020-10-15  6:01 ` ericonr
  2020-10-20 18:37 ` ericonr
@ 2020-10-21  1:22 ` emacsomancer
  2020-10-21  1:22 ` emacsomancer
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-10-21  1:22 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-713231668

Comment:
> Please add this commit to the PR : [ericonr@beb2ac4](https://github.com/ericonr/void-packages/commit/beb2ac41143b2cd277cab21c005e067449cc49ac)

I'm not sure my git skills are sufficient here. I assume I would need to cherry-pick (something I haven't attempted before). I could probably manually amend the commit quicker.

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

* Re: racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (2 preceding siblings ...)
  2020-10-21  1:22 ` emacsomancer
@ 2020-10-21  1:22 ` emacsomancer
  2020-10-21  1:39 ` ericonr
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-10-21  1:22 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-713231908

Comment:
> If possible, fixing #25748 somehow would be nice, but I don't think there are actually good solutions for it.

I haven't had this issue, but probably because I (for other reasons) already have `libressl-devel` installed?

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

* Re: racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (3 preceding siblings ...)
  2020-10-21  1:22 ` emacsomancer
@ 2020-10-21  1:39 ` ericonr
  2020-10-21  2:32 ` emacsomancer
                   ` (22 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-10-21  1:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-713236810

Comment:
> I'm not sure my git skills are sufficient here. I assume I would need to cherry-pick (something I haven't attempted before). I could probably manually amend the commit quicker.

You can apply it manually, and `curl https://github.com/ericonr/void-packages/commit/beb2ac41143b2cd277cab21c005e067449cc49ac.patch | git apply` should also work, unless there are conflicts :P 

> I haven't had this issue, but probably because I (for other reasons) already have libressl-devel installed?

exactly! It might be best to add `libressl-devel` as a `depends`, assuming people use `raco` often. The upstream issue has been open for a looong time: https://github.com/racket/racket/issues/1096

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

* Re: racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (4 preceding siblings ...)
  2020-10-21  1:39 ` ericonr
@ 2020-10-21  2:32 ` emacsomancer
  2020-10-21  4:41 ` ericonr
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-10-21  2:32 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-713253683

Comment:
> > I'm not sure my git skills are sufficient here. I assume I would need to cherry-pick (something I haven't attempted before). I could probably manually amend the commit quicker.
> 
> You can apply it manually, and `curl https://github.com/ericonr/void-packages/commit/beb2ac41143b2cd277cab21c005e067449cc49ac.patch | git apply` should also work, unless there are conflicts :P

Thanks! I'll try that.

> > I haven't had this issue, but probably because I (for other reasons) already have libressl-devel installed?
> 
> exactly! It might be best to add `libressl-devel` as a `depends`, assuming people use `raco` often. The upstream issue has been open for a looong time: [racket/racket#1096](https://github.com/racket/racket/issues/1096)

Anyone using Racket seriously would presumably want `raco` to work properly. So if adding `libressl-devel` makes it work, that would seem the easiest solution, I think.


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

* Re: racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (5 preceding siblings ...)
  2020-10-21  2:32 ` emacsomancer
@ 2020-10-21  4:41 ` ericonr
  2020-10-21 19:15 ` [PR PATCH] [Updated] " emacsomancer
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-10-21  4:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-713298857

Comment:
Great! Also leave a comment as to why `libressl-devel` is necessary, please.

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

* Re: [PR PATCH] [Updated] racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (6 preceding siblings ...)
  2020-10-21  4:41 ` ericonr
@ 2020-10-21 19:15 ` emacsomancer
  2020-10-21 19:17 ` emacsomancer
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-10-21 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages racket7.8
https://github.com/void-linux/void-packages/pull/25349

racket: update to 7.8


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

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

From 5e0ddd648bada5e6cdad63b9af1a3fdd1d032782 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Thu, 1 Oct 2020 05:27:27 -0600
Subject: [PATCH] racket: update to 7.8

- add libressl-devel to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )
---
 srcpkgs/racket/template | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template
index dab6e5ec43c..25f551c1869 100644
--- a/srcpkgs/racket/template
+++ b/srcpkgs/racket/template
@@ -1,21 +1,23 @@
 # Template file for 'racket'
 pkgname=racket
-version=7.7
+version=7.8
 revision=1
 build_wrksrc=src
 build_style=gnu-configure
 configure_args="--enable-useprefix --disable-docs"
 hostmakedepends="gsfonts"
 makedepends="sqlite-devel gtk+-devel"
-depends="gtk+"
+depends="gtk+ libressl-devel"
 short_desc="Multi-paradigm programming language in the Lisp-Scheme family"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="LGPL-3.0-only"
 homepage="http://racket-lang.org/"
 distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
-checksum=62659f42b059d028b37874a5ddd56a69057b1895e37e2c08590c150be680a533
+checksum=32c9f3dd5af934b3b2ef262ce1466a5c71aaeead623ea2cf112ab3e5bd6ae3a7
 nostrip=yes
 
+CFLAGS="-D_GNU_SOURCE"
+
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --enable-racket=/usr/bin/racket"
 	hostmakedepends+=" racket sqlite-devel"
@@ -25,25 +27,17 @@ case "$XBPS_TARGET_MACHINE" in
 ppc*)
 	broken="hangs or segfaults";;
 *-musl)
-	makedepends+=" libucontext-devel";;
+	makedepends+=" libucontext-devel"
+        export LIBS="-lucontext"
+        ;;
 esac
 
-pre_configure() {
-	case "$XBPS_TARGET_MACHINE" in
-	*-musl)
-		export CFLAGS+=" -D_GNU_SOURCE"
-		export LIBS+=" -lucontext"
-		;;
-	esac
-}
-
 post_install() {
 	vlicense LICENSE-libscheme.txt
 	vlicense LICENSE-MIT.txt
 }
 
 racket-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="racket>=${version}_${revision}"
 	pkg_install() {

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

* Re: [PR PATCH] [Updated] racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (7 preceding siblings ...)
  2020-10-21 19:15 ` [PR PATCH] [Updated] " emacsomancer
@ 2020-10-21 19:17 ` emacsomancer
  2020-10-25 17:42 ` emacsomancer
                   ` (18 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-10-21 19:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages racket7.8
https://github.com/void-linux/void-packages/pull/25349

racket: update to 7.8


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

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

From 74ad13c14c5b0cdb7aa265a299485192c64a6552 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Thu, 1 Oct 2020 05:27:27 -0600
Subject: [PATCH] racket: update to 7.8

- add libressl-devel to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )
---
 srcpkgs/racket/template | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template
index dab6e5ec43c..a7081242872 100644
--- a/srcpkgs/racket/template
+++ b/srcpkgs/racket/template
@@ -1,21 +1,23 @@
 # Template file for 'racket'
 pkgname=racket
-version=7.7
+version=7.8
 revision=1
 build_wrksrc=src
 build_style=gnu-configure
 configure_args="--enable-useprefix --disable-docs"
 hostmakedepends="gsfonts"
 makedepends="sqlite-devel gtk+-devel"
-depends="gtk+"
+depends="gtk+ libressl-devel"
 short_desc="Multi-paradigm programming language in the Lisp-Scheme family"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="LGPL-3.0-only"
 homepage="http://racket-lang.org/"
 distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
-checksum=62659f42b059d028b37874a5ddd56a69057b1895e37e2c08590c150be680a533
+checksum=32c9f3dd5af934b3b2ef262ce1466a5c71aaeead623ea2cf112ab3e5bd6ae3a7
 nostrip=yes
 
+CFLAGS="-D_GNU_SOURCE"
+
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --enable-racket=/usr/bin/racket"
 	hostmakedepends+=" racket sqlite-devel"
@@ -25,25 +27,17 @@ case "$XBPS_TARGET_MACHINE" in
 ppc*)
 	broken="hangs or segfaults";;
 *-musl)
-	makedepends+=" libucontext-devel";;
+	makedepends+=" libucontext-devel"
+	export LIBS="-lucontext"
+	;;
 esac
 
-pre_configure() {
-	case "$XBPS_TARGET_MACHINE" in
-	*-musl)
-		export CFLAGS+=" -D_GNU_SOURCE"
-		export LIBS+=" -lucontext"
-		;;
-	esac
-}
-
 post_install() {
 	vlicense LICENSE-libscheme.txt
 	vlicense LICENSE-MIT.txt
 }
 
 racket-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="racket>=${version}_${revision}"
 	pkg_install() {

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

* Re: [PR PATCH] [Updated] racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (8 preceding siblings ...)
  2020-10-21 19:17 ` emacsomancer
@ 2020-10-25 17:42 ` emacsomancer
  2020-11-11 23:15 ` emacsomancer
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-10-25 17:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages racket7.8
https://github.com/void-linux/void-packages/pull/25349

racket: update to 7.8
- add libressl-devel to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )


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

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

From 19b0e68162b95e693c5974069f829111f5592384 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Thu, 1 Oct 2020 05:27:27 -0600
Subject: [PATCH] racket: update to 7.8

- add libressl-devel to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )
---
 srcpkgs/racket/template | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template
index dab6e5ec43c..54137c06247 100644
--- a/srcpkgs/racket/template
+++ b/srcpkgs/racket/template
@@ -1,21 +1,23 @@
 # Template file for 'racket'
 pkgname=racket
-version=7.7
+version=7.8
 revision=1
 build_wrksrc=src
 build_style=gnu-configure
 configure_args="--enable-useprefix --disable-docs"
 hostmakedepends="gsfonts"
 makedepends="sqlite-devel gtk+-devel"
-depends="gtk+"
+depends="gtk+ libressl-devel"
 short_desc="Multi-paradigm programming language in the Lisp-Scheme family"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="LGPL-3.0-only"
-homepage="http://racket-lang.org/"
+homepage="https://racket-lang.org/"
 distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
-checksum=62659f42b059d028b37874a5ddd56a69057b1895e37e2c08590c150be680a533
+checksum=32c9f3dd5af934b3b2ef262ce1466a5c71aaeead623ea2cf112ab3e5bd6ae3a7
 nostrip=yes
 
+CFLAGS="-D_GNU_SOURCE"
+
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --enable-racket=/usr/bin/racket"
 	hostmakedepends+=" racket sqlite-devel"
@@ -25,25 +27,17 @@ case "$XBPS_TARGET_MACHINE" in
 ppc*)
 	broken="hangs or segfaults";;
 *-musl)
-	makedepends+=" libucontext-devel";;
+	makedepends+=" libucontext-devel"
+	export LIBS="-lucontext"
+	;;
 esac
 
-pre_configure() {
-	case "$XBPS_TARGET_MACHINE" in
-	*-musl)
-		export CFLAGS+=" -D_GNU_SOURCE"
-		export LIBS+=" -lucontext"
-		;;
-	esac
-}
-
 post_install() {
 	vlicense LICENSE-libscheme.txt
 	vlicense LICENSE-MIT.txt
 }
 
 racket-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="racket>=${version}_${revision}"
 	pkg_install() {

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

* Re: [PR PATCH] [Updated] racket: update to 7.8
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (9 preceding siblings ...)
  2020-10-25 17:42 ` emacsomancer
@ 2020-11-11 23:15 ` emacsomancer
  2020-11-24 22:14 ` racket: update to 7.9 ericonr
                   ` (16 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-11-11 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages racket7.8
https://github.com/void-linux/void-packages/pull/25349

racket: update to 7.8
- add libressl-devel to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )


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

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

From a2d69a1b81097bc625c2740a849e895d8bf5359f Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Thu, 1 Oct 2020 05:27:27 -0600
Subject: [PATCH] racket: update to 7.9

- add libressl-devel to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )
---
 srcpkgs/racket/template | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template
index dab6e5ec43c..873a009d4c2 100644
--- a/srcpkgs/racket/template
+++ b/srcpkgs/racket/template
@@ -1,21 +1,23 @@
 # Template file for 'racket'
 pkgname=racket
-version=7.7
+version=7.9
 revision=1
 build_wrksrc=src
 build_style=gnu-configure
 configure_args="--enable-useprefix --disable-docs"
 hostmakedepends="gsfonts"
 makedepends="sqlite-devel gtk+-devel"
-depends="gtk+"
+depends="gtk+ libressl-devel"
 short_desc="Multi-paradigm programming language in the Lisp-Scheme family"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="LGPL-3.0-only"
-homepage="http://racket-lang.org/"
+homepage="https://racket-lang.org/"
 distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
-checksum=62659f42b059d028b37874a5ddd56a69057b1895e37e2c08590c150be680a533
+checksum=2e12f297678da2ff2299992ec0eaddb7bf7932b44a5636bb30ca78fce533ffa2
 nostrip=yes
 
+CFLAGS="-D_GNU_SOURCE"
+
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --enable-racket=/usr/bin/racket"
 	hostmakedepends+=" racket sqlite-devel"
@@ -25,25 +27,17 @@ case "$XBPS_TARGET_MACHINE" in
 ppc*)
 	broken="hangs or segfaults";;
 *-musl)
-	makedepends+=" libucontext-devel";;
+	makedepends+=" libucontext-devel"
+	export LIBS="-lucontext"
+	;;
 esac
 
-pre_configure() {
-	case "$XBPS_TARGET_MACHINE" in
-	*-musl)
-		export CFLAGS+=" -D_GNU_SOURCE"
-		export LIBS+=" -lucontext"
-		;;
-	esac
-}
-
 post_install() {
 	vlicense LICENSE-libscheme.txt
 	vlicense LICENSE-MIT.txt
 }
 
 racket-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="racket>=${version}_${revision}"
 	pkg_install() {

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

* Re: racket: update to 7.9
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (10 preceding siblings ...)
  2020-11-11 23:15 ` emacsomancer
@ 2020-11-24 22:14 ` ericonr
  2020-11-25 19:33 ` [PR PATCH] [Updated] " emacsomancer
                   ` (15 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-11-24 22:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-733263505

Comment:
Please ping when done with changes :P 

Would you mind rebasing and force pushing so GitHub CI can run?

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

* Re: [PR PATCH] [Updated] racket: update to 7.9
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (11 preceding siblings ...)
  2020-11-24 22:14 ` racket: update to 7.9 ericonr
@ 2020-11-25 19:33 ` emacsomancer
  2020-11-25 19:34 ` emacsomancer
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-11-25 19:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages racket7.8
https://github.com/void-linux/void-packages/pull/25349

racket: update to 7.9
- add `libressl-devel` to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )


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

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

From 315c3fc0c8d8550c852cd4abb7609341e22f81b3 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Thu, 1 Oct 2020 05:27:27 -0600
Subject: [PATCH] racket: update to 7.9

- add libressl-devel to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )
---
 srcpkgs/racket/template | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template
index dab6e5ec43c..873a009d4c2 100644
--- a/srcpkgs/racket/template
+++ b/srcpkgs/racket/template
@@ -1,21 +1,23 @@
 # Template file for 'racket'
 pkgname=racket
-version=7.7
+version=7.9
 revision=1
 build_wrksrc=src
 build_style=gnu-configure
 configure_args="--enable-useprefix --disable-docs"
 hostmakedepends="gsfonts"
 makedepends="sqlite-devel gtk+-devel"
-depends="gtk+"
+depends="gtk+ libressl-devel"
 short_desc="Multi-paradigm programming language in the Lisp-Scheme family"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="LGPL-3.0-only"
-homepage="http://racket-lang.org/"
+homepage="https://racket-lang.org/"
 distfiles="http://mirror.racket-lang.org/installers/${version}/${pkgname}-${version}-src.tgz"
-checksum=62659f42b059d028b37874a5ddd56a69057b1895e37e2c08590c150be680a533
+checksum=2e12f297678da2ff2299992ec0eaddb7bf7932b44a5636bb30ca78fce533ffa2
 nostrip=yes
 
+CFLAGS="-D_GNU_SOURCE"
+
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --enable-racket=/usr/bin/racket"
 	hostmakedepends+=" racket sqlite-devel"
@@ -25,25 +27,17 @@ case "$XBPS_TARGET_MACHINE" in
 ppc*)
 	broken="hangs or segfaults";;
 *-musl)
-	makedepends+=" libucontext-devel";;
+	makedepends+=" libucontext-devel"
+	export LIBS="-lucontext"
+	;;
 esac
 
-pre_configure() {
-	case "$XBPS_TARGET_MACHINE" in
-	*-musl)
-		export CFLAGS+=" -D_GNU_SOURCE"
-		export LIBS+=" -lucontext"
-		;;
-	esac
-}
-
 post_install() {
 	vlicense LICENSE-libscheme.txt
 	vlicense LICENSE-MIT.txt
 }
 
 racket-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="racket>=${version}_${revision}"
 	pkg_install() {

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

* Re: racket: update to 7.9
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (12 preceding siblings ...)
  2020-11-25 19:33 ` [PR PATCH] [Updated] " emacsomancer
@ 2020-11-25 19:34 ` emacsomancer
  2020-11-25 19:54 ` ericonr
                   ` (13 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-11-25 19:34 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-733909498

Comment:
It should be done. Last time the GitHub CI timed out on some of the archs.

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

* Re: racket: update to 7.9
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (13 preceding siblings ...)
  2020-11-25 19:34 ` emacsomancer
@ 2020-11-25 19:54 ` ericonr
  2020-11-25 20:13 ` emacsomancer
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-11-25 19:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-733917430

Comment:
> => ERROR: SHA256 mismatch for 'racket-7.9-src.tgz:'
> 5578942066a9405fdbcad9522d08685356693f4ddd5dbe92b5273557a112b73e

Check if fixing the xlint makes sense as well.

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

* Re: racket: update to 7.9
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (14 preceding siblings ...)
  2020-11-25 19:54 ` ericonr
@ 2020-11-25 20:13 ` emacsomancer
  2020-11-25 20:14 ` [PR REVIEW] " ericonr
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-11-25 20:13 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-733925265

Comment:
> > => ERROR: SHA256 mismatch for 'racket-7.9-src.tgz:'
> > 5578942066a9405fdbcad9522d08685356693f4ddd5dbe92b5273557a112b73e
> 
> Check if fixing the xlint makes sense as well.

xlint's complaints don't make sense to me. There's a `post_install` routine which does two `vlicense` things, a libscheme licence (which looks like a modified MIT licence?) and an MIT licence. xlint says `license LGPL-3.0-only should not be installed`, but neither of these are LGPL licences.

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

* Re: [PR REVIEW] racket: update to 7.9
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (15 preceding siblings ...)
  2020-11-25 20:13 ` emacsomancer
@ 2020-11-25 20:14 ` ericonr
  2020-11-25 20:26 ` emacsomancer
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-11-25 20:14 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#discussion_r530620709

Comment:
But the license field disagrees, so it should probably be updated.

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

* Re: [PR REVIEW] racket: update to 7.9
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (16 preceding siblings ...)
  2020-11-25 20:14 ` [PR REVIEW] " ericonr
@ 2020-11-25 20:26 ` emacsomancer
  2021-01-25 13:53 ` ericonr
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2020-11-25 20:26 UTC (permalink / raw)
  To: ml

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

New review comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#discussion_r530626582

Comment:
Ah, I see. That is an issue, since Racket relicensed: https://download.racket-lang.org/license.html though some things are still under the LGPL-3.0 licence. Should this now be Apache 2.0 ? (since that's the main licence?)

But I believe the two `vlicense` things pertain to some included code under other licences, and I don't understand why xlint generates the complaints it does.


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

* Re: racket: update to 7.9
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (17 preceding siblings ...)
  2020-11-25 20:26 ` emacsomancer
@ 2021-01-25 13:53 ` ericonr
  2021-02-14  3:14 ` [PR PATCH] [Updated] " emacsomancer
                   ` (8 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2021-01-25 13:53 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-766831660

Comment:
@thypon I think this PR also got stuck on cross building racket correctly.

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

* Re: [PR PATCH] [Updated] racket: update to 7.9
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (18 preceding siblings ...)
  2021-01-25 13:53 ` ericonr
@ 2021-02-14  3:14 ` emacsomancer
  2021-10-27 15:25 ` racket: update to 8.0 sleibrock
                   ` (7 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2021-02-14  3:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages racket7.8
https://github.com/void-linux/void-packages/pull/25349

racket: update to 7.9
- add `libressl-devel` to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )


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

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

From e7101088f431e55ca90a5da97af69ad9f709b2a0 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Thu, 3 Dec 2020 17:05:54 -0700
Subject: [PATCH] racket: update to 8.0

- + more racket changes
---
 srcpkgs/racket/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/racket/template b/srcpkgs/racket/template
index 1fee0a65e39..9fe173e6034 100644
--- a/srcpkgs/racket/template
+++ b/srcpkgs/racket/template
@@ -1,9 +1,10 @@
 # Template file for 'racket'
 pkgname=racket
-version=7.9
+version=8.0
 revision=1
 build_wrksrc=src
 build_style=gnu-configure
+build_helper="qemu"
 configure_args="--enable-useprefix --disable-docs"
 hostmakedepends="gsfonts"
 makedepends="sqlite-devel gtk+-devel"
@@ -13,12 +14,13 @@ 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=5578942066a9405fdbcad9522d08685356693f4ddd5dbe92b5273557a112b73e
+checksum=921ee96ccb58af190124600aac8fe577444f1751a090c3f14879818d90ba1853
 nostrip=yes
 nocross=yes
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --enable-racket=/usr/bin/racket"
+	configure_args+=" -Dexe_wrapper=qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
 	hostmakedepends+=" racket sqlite-devel"
 fi
 

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

* Re: racket: update to 8.0
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (19 preceding siblings ...)
  2021-02-14  3:14 ` [PR PATCH] [Updated] " emacsomancer
@ 2021-10-27 15:25 ` sleibrock
  2021-10-27 18:24 ` emacsomancer
                   ` (6 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: sleibrock @ 2021-10-27 15:25 UTC (permalink / raw)
  To: ml

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

New comment by sleibrock on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-953041298

Comment:
Will there be any updates to this PR? Racket is currently up to 8.2 using Chez Scheme as the main backend. I was considering adding patches for it but I think it is kind of hanging on this PR currently. Don't know if I should wait or start working on a new request.

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

* Re: racket: update to 8.0
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (20 preceding siblings ...)
  2021-10-27 15:25 ` racket: update to 8.0 sleibrock
@ 2021-10-27 18:24 ` emacsomancer
  2021-10-28  4:04 ` ericonr
                   ` (5 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2021-10-27 18:24 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-953195628

Comment:
I'm not exactly sure how to proceed for this PR (I've just been using Guix's version of Racket on top of Void as a stopgap). Maybe it's best to close this one and open a new one?


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

* Re: racket: update to 8.0
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (21 preceding siblings ...)
  2021-10-27 18:24 ` emacsomancer
@ 2021-10-28  4:04 ` ericonr
  2021-10-28 15:44 ` emacsomancer
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2021-10-28  4:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-953483389

Comment:
I think this PR is fine, given that the package had already been made `nocross` for racket 7.9... You'd need to remove `nocross` to see if the qemu trick worked.

I think `libssl1.1` also needs to be in `depends`, no?

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

* Re: racket: update to 8.0
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (22 preceding siblings ...)
  2021-10-28  4:04 ` ericonr
@ 2021-10-28 15:44 ` emacsomancer
  2021-10-28 21:10 ` leahneukirchen
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2021-10-28 15:44 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-953971633

Comment:
I'm not sure when I'll have time to work on this though, so if @sleibrock wanted to move ahead on it sooner

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

* Re: racket: update to 8.0
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (23 preceding siblings ...)
  2021-10-28 15:44 ` emacsomancer
@ 2021-10-28 21:10 ` leahneukirchen
  2021-10-28 21:16 ` emacsomancer
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: leahneukirchen @ 2021-10-28 21:10 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-954220469

Comment:
Racket 8.2 is out already, any reason not to target that?

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

* Re: racket: update to 8.0
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (24 preceding siblings ...)
  2021-10-28 21:10 ` leahneukirchen
@ 2021-10-28 21:16 ` emacsomancer
  2021-10-28 22:16 ` leahneukirchen
  2021-10-29 13:34 ` [PR PATCH] [Closed]: " leahneukirchen
  27 siblings, 0 replies; 29+ messages in thread
From: emacsomancer @ 2021-10-28 21:16 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-954224238

Comment:
I definitely agree that it makes sense to target the latest release.

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

* Re: racket: update to 8.0
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (25 preceding siblings ...)
  2021-10-28 21:16 ` emacsomancer
@ 2021-10-28 22:16 ` leahneukirchen
  2021-10-29 13:34 ` [PR PATCH] [Closed]: " leahneukirchen
  27 siblings, 0 replies; 29+ messages in thread
From: leahneukirchen @ 2021-10-28 22:16 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/25349#issuecomment-954266790

Comment:
I have a 8.2 template which doesn't build cross (it could, in theory, as chez does) and `(require openssl)` works too.

Fails to build on 32-bit arm musl tho.

But overall not worse than what we have now.

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

* Re: [PR PATCH] [Closed]: racket: update to 8.0
  2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
                   ` (26 preceding siblings ...)
  2021-10-28 22:16 ` leahneukirchen
@ 2021-10-29 13:34 ` leahneukirchen
  27 siblings, 0 replies; 29+ messages in thread
From: leahneukirchen @ 2021-10-29 13:34 UTC (permalink / raw)
  To: ml

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

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

racket: update to 8.0
https://github.com/void-linux/void-packages/pull/25349

Description:
- add `libressl-devel` to `depends` in order to address bug
https://github.com/void-linux/void-packages/issues/25748 (see upstream bug https://github.com/racket/racket/issues/1096 )


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

end of thread, other threads:[~2021-10-29 13:34 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05  1:23 [PR PATCH] racket: update to 7.8 emacsomancer
2020-10-15  6:01 ` ericonr
2020-10-20 18:37 ` ericonr
2020-10-21  1:22 ` emacsomancer
2020-10-21  1:22 ` emacsomancer
2020-10-21  1:39 ` ericonr
2020-10-21  2:32 ` emacsomancer
2020-10-21  4:41 ` ericonr
2020-10-21 19:15 ` [PR PATCH] [Updated] " emacsomancer
2020-10-21 19:17 ` emacsomancer
2020-10-25 17:42 ` emacsomancer
2020-11-11 23:15 ` emacsomancer
2020-11-24 22:14 ` racket: update to 7.9 ericonr
2020-11-25 19:33 ` [PR PATCH] [Updated] " emacsomancer
2020-11-25 19:34 ` emacsomancer
2020-11-25 19:54 ` ericonr
2020-11-25 20:13 ` emacsomancer
2020-11-25 20:14 ` [PR REVIEW] " ericonr
2020-11-25 20:26 ` emacsomancer
2021-01-25 13:53 ` ericonr
2021-02-14  3:14 ` [PR PATCH] [Updated] " emacsomancer
2021-10-27 15:25 ` racket: update to 8.0 sleibrock
2021-10-27 18:24 ` emacsomancer
2021-10-28  4:04 ` ericonr
2021-10-28 15:44 ` emacsomancer
2021-10-28 21:10 ` leahneukirchen
2021-10-28 21:16 ` emacsomancer
2021-10-28 22:16 ` leahneukirchen
2021-10-29 13:34 ` [PR PATCH] [Closed]: " 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).