Github messages for voidlinux
 help / color / mirror / Atom feed
From: jbgg <jbgg@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] maxima: stand-alone executable for sbcl option
Date: Thu, 15 Oct 2020 16:03:24 +0200	[thread overview]
Message-ID: <20201015140324._LJVkcy9fa9Ca9iNYM6F4ORjMdn0hi9by0pd7RBCVfg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25631@inbox.vuxu.org>

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

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

https://github.com/jbgg/void-packages maxima
https://github.com/void-linux/void-packages/pull/25631

maxima: stand-alone executable for sbcl option
closes: #25221

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

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

From e6b6a76dcc9ffbc8e19009eb618b7ce20480f4ae Mon Sep 17 00:00:00 2001
From: Bosco Garcia <jboscogg@gmail.com>
Date: Fri, 2 Oct 2020 19:02:05 +0200
Subject: [PATCH] maxima: stand-alone executable for sbcl option

closes: #25221
---
 srcpkgs/maxima/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/maxima/template b/srcpkgs/maxima/template
index a1a856c4473..69b4fc3d990 100644
--- a/srcpkgs/maxima/template
+++ b/srcpkgs/maxima/template
@@ -1,12 +1,12 @@
 # Template file for 'maxima'
 pkgname=maxima
 version=5.44.0
-revision=3
+revision=4
 build_style=gnu-configure
-configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
+configure_args="$(vopt_enable clisp) $(vopt_enable sbcl sbcl-exec)"
 hostmakedepends="python3 perl emacs texinfo"
 makedepends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl)"
-depends="$(vopt_if clisp clisp) $(vopt_if sbcl sbcl)"
+depends="$(vopt_if clisp clisp)"
 short_desc="Computer Algebra System"
 maintainer="Bosco Garcia <jboscogg@gmail.org>"
 license="GPL-2.0-only"
@@ -14,6 +14,7 @@ homepage="http://maxima.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
 checksum=d93f5e48c4daf8f085d609cb3c7b0bdf342c667fd04cf750c846426874c9d2ec
 
+nostrip=yes
 nopie=yes
 build_options="clisp sbcl"
 desc_option_clisp="Build with CLISP"
@@ -39,7 +40,7 @@ maxima-emacs_package() {
 	depends="${sourcepkg}-${version}_${revision} virtual?emacs"
 	pkg_install() {
 		vmove usr/share/emacs
-		}
+	}
 }
 
 xmaxima_package() {

  reply	other threads:[~2020-10-15 14:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15 10:24 [PR PATCH] " jbgg
2020-10-15 14:03 ` jbgg [this message]
2020-10-15 14:04 ` [PR PATCH] [Updated] " jbgg
2020-12-03 13:23 ` [PR PATCH] [Merged]: " abenson

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=20201015140324._LJVkcy9fa9Ca9iNYM6F4ORjMdn0hi9by0pd7RBCVfg@z \
    --to=jbgg@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).