Github messages for voidlinux
 help / color / mirror / Atom feed
From: anddam <anddam@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] clisp: update to 2.49.92.
Date: Wed, 25 Aug 2021 00:42:51 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32655@inbox.vuxu.org> (raw)

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

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

https://github.com/anddam/void-packages feature-update-clisp
https://github.com/void-linux/void-packages/pull/32655

clisp: update to 2.49.92.
Cf. https://gitlab.com/gnu-clisp/clisp/-/issues/21

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 7a37aa34dc82e81890291d9d0ee1d80fbfc38cc0 Mon Sep 17 00:00:00 2001
From: Andrea D'Amore <a@d-amo.re>
Date: Wed, 25 Aug 2021 00:20:24 +0200
Subject: [PATCH] clisp: update to 2.49.92.

Cf. https://gitlab.com/gnu-clisp/clisp/-/issues/21
---
 srcpkgs/clisp/patches/no-page.h.patch  | 12 ------------
 srcpkgs/clisp/patches/readline-7.patch | 11 -----------
 srcpkgs/clisp/template                 |  9 +++++----
 3 files changed, 5 insertions(+), 27 deletions(-)
 delete mode 100644 srcpkgs/clisp/patches/no-page.h.patch
 delete mode 100644 srcpkgs/clisp/patches/readline-7.patch

diff --git a/srcpkgs/clisp/patches/no-page.h.patch b/srcpkgs/clisp/patches/no-page.h.patch
deleted file mode 100644
index aafb98a31e7c..000000000000
--- a/srcpkgs/clisp/patches/no-page.h.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/unix.d
-+++ b/src/unix.d
-@@ -135,9 +135,6 @@
-   #ifdef UNIX_AUX
-     #include <sys/mmu.h> /* for SHMLBA */
-   #endif
--  #if defined(UNIX_LINUX) && !defined(UNIX_GNU)
--    #include <asm/page.h> /* for SHMLBA on Linux 2.0 */
--  #endif
- /* <sys/shm.h> declares shmget(), shmat(), shmdt(), shmctl() */
- #endif
- /* used by SPVW, STREAM */
diff --git a/srcpkgs/clisp/patches/readline-7.patch b/srcpkgs/clisp/patches/readline-7.patch
deleted file mode 100644
index 75adc511e7d4..000000000000
--- a/srcpkgs/clisp/patches/readline-7.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/modules/readline/readline.lisp	2016-09-20 22:23:51.876046496 +0200
-+++ b/modules/readline/readline.lisp	2016-09-20 22:24:11.070047486 +0200
-@@ -424,7 +424,7 @@
-    "The version of this incarnation of the readline library, e.g., 0x0402."))
- (def-c-var gnu-readline-p (:name "rl_gnu_readline_p") (:type int)
-   (:documentation "True if this is real GNU readline."))
--(def-c-var readline-state (:name "rl_readline_state") (:type int)
-+(def-c-var readline-state (:name "rl_readline_state") (:type ulong)
-   (:documentation "Flags word encapsulating the current readline state."))
- (def-c-var editing-mode (:name "rl_editing_mode") (:type int)
-   (:documentation "Says which editing mode readline is currently using.
diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index ee0941a3d581..5ba26be75af9 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,9 +1,10 @@
 # Template file for 'clisp'
 pkgname=clisp
-version=2.49
-revision=6
+version=2.49.92
+revision=1
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
+wrksrc="${pkgname}-${pkgname}-${version}-2018-02-18"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --disable-rpath
  --without-dynamic-modules $(vopt_with readline)"
@@ -13,8 +14,8 @@ short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2.0-only"
 homepage="http://clisp.cons.org"
-distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
-checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
+distfiles="https://gitlab.com/gnu-clisp/clisp/-/archive/${wrksrc##clisp-}/${wrksrc}.tar.bz2"
+checksum=9ef886229ee5f05005a32ec4e00b6699fbdcc51c1bdc55733833ec4af76bced3
 nopie=yes
 nocross=yes
 lib32disabled=yes

             reply	other threads:[~2021-08-24 22:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-24 22:42 anddam [this message]
2021-08-24 23:01 ` abenson
2021-08-26 10:53 ` anddam
2021-08-26 10:53 ` [PR PATCH] [Closed]: " anddam
  -- strict thread matches above, loose matches on Subject: below --
2021-04-18 22:11 [PR PATCH] " mahiuchun

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32655@inbox.vuxu.org \
    --to=anddam@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

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

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