Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] clisp: enable readline by default
Date: Fri, 06 Sep 2019 01:52:51 +0200	[thread overview]
Message-ID: <20190905235251.a57WKcuQZnQzvhJ9Aj7vJAUtXQc4pHDBHHMzPJEfz-k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14228@inbox.vuxu.org>

[-- 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

  reply	other threads:[~2019-09-05 23:52 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-05 22:53 [PR PATCH] " voidlinux-github
2019-09-05 23:52 ` voidlinux-github [this message]
2019-09-05 23:52 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190905235251.a57WKcuQZnQzvhJ9Aj7vJAUtXQc4pHDBHHMzPJEfz-k@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).