Github messages for voidlinux
 help / color / mirror / Atom feed
From: rc-05 <rc-05@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ccl: update to 1.12.
Date: Sat, 25 Apr 2020 22:10:40 +0200	[thread overview]
Message-ID: <20200425201040.qqh5bKR1GAxCEloSDj-beuOtyoTxk6g3sCOO5uNup0U@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21183@inbox.vuxu.org>

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

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

https://github.com/rc-05/void-packages ccl
https://github.com/void-linux/void-packages/pull/21183

ccl: update to 1.12.
Clozure-CL updated to latest [release](https://github.com/Clozure/ccl/releases).

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

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

From e14b739c3b3b1d92aa78f832a30ec1cba5f9280a Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 10 Mar 2020 13:38:21 +0100
Subject: [PATCH] ccl: update to 1.12.

---
 srcpkgs/ccl/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/ccl/template b/srcpkgs/ccl/template
index 9c982901491..bb5c56cd9c3 100644
--- a/srcpkgs/ccl/template
+++ b/srcpkgs/ccl/template
@@ -1,16 +1,15 @@
+# Template file for 'ccl'
 pkgname=ccl
-version=1.11.5
-revision=2
-wrksrc="ccl"
+version=1.12
+revision=1
 archs="i686* x86_64*"
-build_style=gnu-makefile
-hostmakedepends="m4"
+hostmakedepends="m4 tar wget"
 short_desc="Clozure Common Lisp interpreter and compiler"
-maintainer="Ankur Kothari <ankz.kothari@gmail.com>"
+maintainer="rc-05 <rc23@email.it>"
 license="Apache-2.0"
 homepage="http://ccl.clozure.com/"
-distfiles="https://github.com/Clozure/ccl/releases/download/v${version}/${pkgname}-${version}-linuxx86.tar.gz"
-checksum=b80850d8d6ca8662499975f1cd76bf51affdd29e2025796ddcff6576fe704143
+distfiles="https://github.com/Clozure/ccl/archive/v${version}.tar.gz"
+checksum=774a06b4fb6dc4b51dfb26da8e1cc809c605e7706c12180805d1be6f2885bd52
 nopie=1
 nostrip=1
 disable_parallel_build=1
@@ -21,6 +20,11 @@ case $XBPS_MACHINE in
 	*) _arch='' ;;
 esac
 
+pre_build() {
+	wget https://github.com/Clozure/ccl/releases/download/v${version}/linuxx86.tar.gz
+	tar xvzf linuxx86.tar.gz -C .
+}
+
 do_build() {
 	# recompile kernel, mandatory for musl
 	cd "lisp-kernel/linuxx86${_arch:-32}"
@@ -60,4 +64,3 @@ EOF
 	vcopy "examples/*" usr/share/examples/$pkgname
 
 }
-

  parent reply	other threads:[~2020-04-25 20:10 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-20 11:30 [PR PATCH] " rc-05
2020-04-20 11:32 ` [PR PATCH] [Updated] " rc-05
2020-04-20 11:34 ` rc-05
2020-04-20 11:36 ` rc-05
2020-04-20 11:37 ` rc-05
2020-04-22 23:11 ` rc-05
2020-04-22 23:11 ` rc-05
2020-04-25 16:15 ` [PR PATCH] [Updated] " rc-05
2020-04-25 20:10 ` rc-05 [this message]
2020-04-27 18:02 ` rc-05
2020-04-27 18:17 ` rc-05
2020-04-27 21:10 ` Chocimier
2020-04-28 16:52 ` [PR PATCH] [Updated] " rc-05
2020-04-28 16:53 ` rc-05
2020-04-29 19:24 ` Chocimier
2020-04-29 21:40 ` rc-05
2020-04-29 22:19 ` [PR PATCH] [Updated] " rc-05
2020-04-29 22:43 ` rc-05
2020-04-29 23:28 ` rc-05
2020-04-30 18:32 ` [PR PATCH] [Merged]: " Chocimier

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=20200425201040.qqh5bKR1GAxCEloSDj-beuOtyoTxk6g3sCOO5uNup0U@z \
    --to=rc-05@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).