Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] clisp: enable readline by default
@ 2019-09-05 22:53 voidlinux-github
  2019-09-05 23:52 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: voidlinux-github @ 2019-09-05 22:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From fb1b80f9f3a805c0d1be2efe8b170078746a4fbf Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

---
 srcpkgs/clisp/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..420f978bb8c 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,7 +1,7 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

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

* Re: [PR PATCH] [Updated] clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
  2019-09-05 23:52 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-05 23:52 ` voidlinux-github
  2020-01-13 23:22 ` voidlinux-github
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: voidlinux-github @ 2019-09-05 23:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From cc38c938aa215c34198ac6923ade0fe4e9f64dbd Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

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

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..abc2433d94e 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,17 +1,17 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
  $(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2"
 homepage="http://clisp.cons.org"
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
 
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

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

* Re: [PR PATCH] [Updated] clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
@ 2019-09-05 23:52 ` voidlinux-github
  2019-09-05 23:52 ` voidlinux-github
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: voidlinux-github @ 2019-09-05 23:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From cc38c938aa215c34198ac6923ade0fe4e9f64dbd Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

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

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..abc2433d94e 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,17 +1,17 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
  $(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2"
 homepage="http://clisp.cons.org"
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
 
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

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

* Re: [PR PATCH] [Updated] clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
  2019-09-05 23:52 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-05 23:52 ` voidlinux-github
@ 2020-01-13 23:22 ` voidlinux-github
  2020-01-21  6:35 ` voidlinux-github
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: voidlinux-github @ 2020-01-13 23:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From c49565fa9ce3a3d7105fd2061ef46998b543ccb2 Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

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

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..abc2433d94e 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,17 +1,17 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
  $(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2"
 homepage="http://clisp.cons.org"
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
 
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

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

* Re: [PR PATCH] [Updated] clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-13 23:22 ` voidlinux-github
@ 2020-01-21  6:35 ` voidlinux-github
  2020-08-08 21:37 ` Noah-Huppert
                   ` (24 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: voidlinux-github @ 2020-01-21  6:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From 842d1610eace46b428ff2f1d5cc0a8e4c7b2446c Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

---
 srcpkgs/clisp/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..420f978bb8c 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,7 +1,7 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-21  6:35 ` voidlinux-github
@ 2020-08-08 21:37 ` Noah-Huppert
  2020-08-08 21:41 ` Noah-Huppert
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Noah-Huppert @ 2020-08-08 21:37 UTC (permalink / raw)
  To: ml

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

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-670976428

Comment:
@Nicop06 Apply this patch to fix the xlint errors:
```patch
diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c98..24b782b845 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -7,11 +7,11 @@ archs="x86_64* i686*"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
  $(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2"
 homepage="http://clisp.cons.org"
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
 

```

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (4 preceding siblings ...)
  2020-08-08 21:37 ` Noah-Huppert
@ 2020-08-08 21:41 ` Noah-Huppert
  2020-08-17 22:21 ` [PR PATCH] [Updated] " Nicop06
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Noah-Huppert @ 2020-08-08 21:41 UTC (permalink / raw)
  To: ml

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

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-670976428

Comment:
@Nicop06 Apply this patch to fix the xlint errors:

[`clisp-readline-xlint.patch`](https://gist.githubusercontent.com/Noah-Huppert/1ad8933778e61194fb23c35f3d7474e7/raw/709d5e072e53e25d8c0df28fdb9d57a7a5ce9e94/void-packages-clisp-readline-xlint.patch)

```patch
diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c98..24b782b845 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -7,11 +7,11 @@ archs="x86_64* i686*"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
  $(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2"
 homepage="http://clisp.cons.org"
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
 

```

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

* Re: [PR PATCH] [Updated] clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (5 preceding siblings ...)
  2020-08-08 21:41 ` Noah-Huppert
@ 2020-08-17 22:21 ` Nicop06
  2020-08-17 22:22 ` Nicop06
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Nicop06 @ 2020-08-17 22:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From d707cb17ad05e3d7eff434173effffaf500ca321 Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

---
 srcpkgs/clisp/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..420f978bb8c 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,7 +1,7 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (6 preceding siblings ...)
  2020-08-17 22:21 ` [PR PATCH] [Updated] " Nicop06
@ 2020-08-17 22:22 ` Nicop06
  2020-08-17 22:22 ` Nicop06
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Nicop06 @ 2020-08-17 22:22 UTC (permalink / raw)
  To: ml

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

New comment by Nicop06 on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-675144490

Comment:
Thanks for the fix!

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (7 preceding siblings ...)
  2020-08-17 22:22 ` Nicop06
@ 2020-08-17 22:22 ` Nicop06
  2020-08-17 22:24 ` [PR PATCH] [Updated] " Nicop06
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Nicop06 @ 2020-08-17 22:22 UTC (permalink / raw)
  To: ml

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

New comment by Nicop06 on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-675144490

Comment:
@Noah-Huppert Thanks for the fix!

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

* Re: [PR PATCH] [Updated] clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (8 preceding siblings ...)
  2020-08-17 22:22 ` Nicop06
@ 2020-08-17 22:24 ` Nicop06
  2020-09-29  1:22 ` ericonr
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Nicop06 @ 2020-08-17 22:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From f7473a8316dbb6001a48e8a449f222052c84cce7 Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

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

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..abc2433d94e 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,17 +1,17 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
  $(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2"
 homepage="http://clisp.cons.org"
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
 
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (9 preceding siblings ...)
  2020-08-17 22:24 ` [PR PATCH] [Updated] " Nicop06
@ 2020-09-29  1:22 ` ericonr
  2020-10-04 16:38 ` [PR PATCH] [Updated] " Nicop06
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-09-29  1:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-700368390

Comment:
See i686 build failure:

```
./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp  -x '(and (load "init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)'
C_CODE_ALIGNMENT is wrong. &CRASH = 0x80e8d52.
Add -falign-functions=4 to CFLAGS in the Makefile.
make: *** [Makefile:1404: interpreted.mem] Aborted (core dumped)
```

Also the xlint ones.

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

* Re: [PR PATCH] [Updated] clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (10 preceding siblings ...)
  2020-09-29  1:22 ` ericonr
@ 2020-10-04 16:38 ` Nicop06
  2020-11-01  2:07 ` ericonr
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Nicop06 @ 2020-10-04 16:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From a36207ae498b89e338e3c4ae6a7c2979cb86d364 Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

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

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..abc2433d94e 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,17 +1,17 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
  $(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2"
 homepage="http://clisp.cons.org"
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
 
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (11 preceding siblings ...)
  2020-10-04 16:38 ` [PR PATCH] [Updated] " Nicop06
@ 2020-11-01  2:07 ` ericonr
  2020-11-01 22:39 ` [PR PATCH] [Updated] " Nicop06
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-11-01  2:07 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-720015194

Comment:
Please fix errors reported by CI. You can run `xlint clisp` to see what's wrong with the template.

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

* Re: [PR PATCH] [Updated] clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (12 preceding siblings ...)
  2020-11-01  2:07 ` ericonr
@ 2020-11-01 22:39 ` Nicop06
  2020-11-03 23:30 ` Nicop06
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Nicop06 @ 2020-11-01 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From 627b39ae971b9e09870276de8dd25a7b366d3b9c Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

---
 srcpkgs/clisp/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..4d8dca52b78 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,17 +1,17 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
  $(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
-license="GPL-2"
+license="GPL-2.0.only"
 homepage="http://clisp.cons.org"
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
 
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (13 preceding siblings ...)
  2020-11-01 22:39 ` [PR PATCH] [Updated] " Nicop06
@ 2020-11-03 23:30 ` Nicop06
  2020-11-03 23:34 ` ericonr
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Nicop06 @ 2020-11-03 23:30 UTC (permalink / raw)
  To: ml

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

New comment by Nicop06 on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-721428620

Comment:
I think the clisp package is not building for target `i686` on `x86_64` machine. I used the following commands on my machine at HEAD and got the same error I see in the CI:

```
$ ./xbps-src -m /var/tmp/void-packages/masterdir-x86 binary-bootstrap i686
$ ./xbps-src -m /var/tmp/void-packages/masterdir-x86 pkg clisp
...
./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp  -x '(and (load "init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)'
C_CODE_ALIGNMENT is wrong. &CRASH = 0x80e4512.
Add -falign-functions=4 to CFLAGS in the Makefile.
make: *** [Makefile:1404: interpreted.mem] Aborted
=> ERROR: clisp-2.49_4: do_build: 'make' exited with 2
=> ERROR:   in do_build() at srcpkgs/clisp/template:32
```

The `x86_64` build is working perfectly.

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (14 preceding siblings ...)
  2020-11-03 23:30 ` Nicop06
@ 2020-11-03 23:34 ` ericonr
  2020-11-04  1:41 ` Nicop06
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-11-03 23:34 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-721429742

Comment:
> Add -falign-functions=4 to CFLAGS in the Makefile.

Define those `CFLAGS` in the template for `i686*`.

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (15 preceding siblings ...)
  2020-11-03 23:34 ` ericonr
@ 2020-11-04  1:41 ` Nicop06
  2020-11-04 20:40 ` ericonr
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Nicop06 @ 2020-11-04  1:41 UTC (permalink / raw)
  To: ml

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

New comment by Nicop06 on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-721464833

Comment:
It is actually set, but it doesn't not work. This is a weird issue and it seems to be upstream.

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (16 preceding siblings ...)
  2020-11-04  1:41 ` Nicop06
@ 2020-11-04 20:40 ` ericonr
  2020-11-04 20:59 ` ericonr
                   ` (10 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-11-04 20:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-721963559

Comment:
@Nicop06 can you shoot me a link to it upstream?

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (17 preceding siblings ...)
  2020-11-04 20:40 ` ericonr
@ 2020-11-04 20:59 ` ericonr
  2020-11-05  0:14 ` ericonr
                   ` (9 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-11-04 20:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-721971874

Comment:
https://sourceforge.net/p/clisp/bugs/686/ See fix there and perhaps extend it to gcc 9? Not sure.

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (18 preceding siblings ...)
  2020-11-04 20:59 ` ericonr
@ 2020-11-05  0:14 ` ericonr
  2020-11-05  8:35 ` pullmoll
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-11-05  0:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-722044006

Comment:
Yeah, it fails to build from source without readline, our clisp build is from 2016.

@pullmoll do you build `clisp` on your repo?

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (19 preceding siblings ...)
  2020-11-05  0:14 ` ericonr
@ 2020-11-05  8:35 ` pullmoll
  2020-11-05  8:36 ` pullmoll
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: pullmoll @ 2020-11-05  8:35 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-722228073

Comment:
Yes, I built clips for `x86_64{,-musl}`:
```
-rw-r--r-- 2 1000 1000 6251395 31. Okt 19:40 /work/void/binpkgs/clisp-2.49_4.x86_64-musl.xbps
-rw-r--r-- 2 1000 1000     512 31. Okt 19:49 /work/void/binpkgs/clisp-2.49_4.x86_64-musl.xbps.sig
-rw-r--r-- 2 1000 1000 6558369 21. Okt 08:25 /work/void/binpkgs/clisp-2.49_4.x86_64.xbps
-rw-r--r-- 2 1000 1000     512 21. Okt 08:58 /work/void/binpkgs/clisp-2.49_4.x86_64.xbps.sig
```

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (20 preceding siblings ...)
  2020-11-05  8:35 ` pullmoll
@ 2020-11-05  8:36 ` pullmoll
  2020-11-05  8:36 ` pullmoll
                   ` (6 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: pullmoll @ 2020-11-05  8:36 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-722228073

Comment:
Yes, I built clips for `x86_64{,-musl}`:
```
-rw-r--r-- 2 1000 1000 6251395 Oct 31 19:40 /work/void/binpkgs/clisp-2.49_4.x86_64-musl.xbps
-rw-r--r-- 2 1000 1000     512 Oct 31 19:49 /work/void/binpkgs/clisp-2.49_4.x86_64-musl.xbps.sig
-rw-r--r-- 2 1000 1000 6558369 Oct 21 08:25 /work/void/binpkgs/clisp-2.49_4.x86_64.xbps
-rw-r--r-- 2 1000 1000     512 Oct 21 08:58 /work/void/binpkgs/clisp-2.49_4.x86_64.xbps.sig
```

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (21 preceding siblings ...)
  2020-11-05  8:36 ` pullmoll
@ 2020-11-05  8:36 ` pullmoll
  2020-11-05  8:38 ` pullmoll
                   ` (5 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: pullmoll @ 2020-11-05  8:36 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-722228073

Comment:
Yes, I built clisp for `x86_64{,-musl}` here... some time ago:
```
-rw-r--r-- 2 1000 1000 6251395 Oct 31 19:40 /work/void/binpkgs/clisp-2.49_4.x86_64-musl.xbps
-rw-r--r-- 2 1000 1000     512 Oct 31 19:49 /work/void/binpkgs/clisp-2.49_4.x86_64-musl.xbps.sig
-rw-r--r-- 2 1000 1000 6558369 Oct 21 08:25 /work/void/binpkgs/clisp-2.49_4.x86_64.xbps
-rw-r--r-- 2 1000 1000     512 Oct 21 08:58 /work/void/binpkgs/clisp-2.49_4.x86_64.xbps.sig
```

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (22 preceding siblings ...)
  2020-11-05  8:36 ` pullmoll
@ 2020-11-05  8:38 ` pullmoll
  2020-11-05 13:17 ` ericonr
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: pullmoll @ 2020-11-05  8:38 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-722228073

Comment:
Yes, I built clisp for `x86_64{,-musl}` here... some time ago:
```
-rw-r--r-- 2 1000 1000 6251395 Oct 31 19:40 /work/void/binpkgs/clisp-2.49_4.x86_64-musl.xbps
-rw-r--r-- 2 1000 1000     512 Oct 31 19:49 /work/void/binpkgs/clisp-2.49_4.x86_64-musl.xbps.sig
-rw-r--r-- 2 1000 1000 6558369 Oct 21 08:25 /work/void/binpkgs/clisp-2.49_4.x86_64.xbps
-rw-r--r-- 2 1000 1000     512 Oct 21 08:58 /work/void/binpkgs/clisp-2.49_4.x86_64.xbps.sig
```

Since there is no `i686{,-musl}` I think it failed but have no log at hand currently.

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (23 preceding siblings ...)
  2020-11-05  8:38 ` pullmoll
@ 2020-11-05 13:17 ` ericonr
  2021-01-29  3:20 ` ericonr
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-11-05 13:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-722371969

Comment:
> Since there is no i686{,-musl} I think it failed but have no log at hand currently.

Ok, thank you. So it's probably not a one off.

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (24 preceding siblings ...)
  2020-11-05 13:17 ` ericonr
@ 2021-01-29  3:20 ` ericonr
  2021-03-24 19:07 ` ericonr
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2021-01-29  3:20 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-769547408

Comment:
Ping

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

* Re: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (25 preceding siblings ...)
  2021-01-29  3:20 ` ericonr
@ 2021-03-24 19:07 ` ericonr
  2021-04-11  3:46 ` [PR PATCH] [Updated] " ericonr
  2021-04-11  3:50 ` [PR PATCH] [Merged]: " ericonr
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2021-03-24 19:07 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/14228#issuecomment-806082236

Comment:
@Nicop06 it seems pullmoll fixed the build failure, could you try rebasing this PR?

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

* Re: [PR PATCH] [Updated] clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (26 preceding siblings ...)
  2021-03-24 19:07 ` ericonr
@ 2021-04-11  3:46 ` ericonr
  2021-04-11  3:50 ` [PR PATCH] [Merged]: " ericonr
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2021-04-11  3:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages clisp
https://github.com/void-linux/void-packages/pull/14228

clisp: enable readline by default
None

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

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

From 55d5d13b925521a339515098ca0b4d76df578f58 Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH] clisp: enable readline by default

---
 srcpkgs/clisp/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index 0bd8d107d041..ee0941a3d581 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,7 +1,7 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=5
+revision=6
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
@@ -20,6 +20,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686-musl) broken="*** - MULTIPLE-VALUE-SETQ: variable EXTRA-FILE-TYPES has no value";;

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

* Re: [PR PATCH] [Merged]: clisp: enable readline by default
  2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
                   ` (27 preceding siblings ...)
  2021-04-11  3:46 ` [PR PATCH] [Updated] " ericonr
@ 2021-04-11  3:50 ` ericonr
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2021-04-11  3:50 UTC (permalink / raw)
  To: ml

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

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

clisp: enable readline by default
https://github.com/void-linux/void-packages/pull/14228

Description:
None

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

end of thread, other threads:[~2021-04-11  3:50 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 22:53 [PR PATCH] clisp: enable readline by default voidlinux-github
2019-09-05 23:52 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-05 23:52 ` voidlinux-github
2020-01-13 23:22 ` voidlinux-github
2020-01-21  6:35 ` voidlinux-github
2020-08-08 21:37 ` Noah-Huppert
2020-08-08 21:41 ` Noah-Huppert
2020-08-17 22:21 ` [PR PATCH] [Updated] " Nicop06
2020-08-17 22:22 ` Nicop06
2020-08-17 22:22 ` Nicop06
2020-08-17 22:24 ` [PR PATCH] [Updated] " Nicop06
2020-09-29  1:22 ` ericonr
2020-10-04 16:38 ` [PR PATCH] [Updated] " Nicop06
2020-11-01  2:07 ` ericonr
2020-11-01 22:39 ` [PR PATCH] [Updated] " Nicop06
2020-11-03 23:30 ` Nicop06
2020-11-03 23:34 ` ericonr
2020-11-04  1:41 ` Nicop06
2020-11-04 20:40 ` ericonr
2020-11-04 20:59 ` ericonr
2020-11-05  0:14 ` ericonr
2020-11-05  8:35 ` pullmoll
2020-11-05  8:36 ` pullmoll
2020-11-05  8:36 ` pullmoll
2020-11-05  8:38 ` pullmoll
2020-11-05 13:17 ` ericonr
2021-01-29  3:20 ` ericonr
2021-03-24 19:07 ` ericonr
2021-04-11  3:46 ` [PR PATCH] [Updated] " ericonr
2021-04-11  3:50 ` [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).