Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=e2c2879dc542070314b8781ad10b2a7d5a32254c

commit e2c2879dc542070314b8781ad10b2a7d5a32254c
Author: crazy <cr...@frugalware.org>
Date:   Fri Feb 9 02:32:01 2018 +0100

clisp-2.49-7-x86_64

* rebuild with tc
* added an patch to fix compile errors with readline7

diff --git a/source/devel-extra/clisp/FrugalBuild 
b/source/devel-extra/clisp/FrugalBuild
index 8401ad3..43b831c 100644
--- a/source/devel-extra/clisp/FrugalBuild
+++ b/source/devel-extra/clisp/FrugalBuild
@@ -3,18 +3,19 @@

pkgname=clisp
pkgver=2.49
-pkgrel=6
+pkgrel=7
pkgdesc="GNU CLisp is an ANSI Common Lisp Implementation"
url="http://clisp.cons.org/";
source=("http://ftp.gnu.org/pub/gnu/clisp/latest/$pkgname-$pkgver.tar.bz2"; \
-       clisp-gcc5.patch)
+       clisp-gcc5.patch readline7.patch)
depends=('glibc' 'readline>=6.3-6' 'ncurses>=6.0-3' 'gettext' 'libsigsegv' 
'ffcall')
groups=('devel-extra')
-archs=('i686' 'x86_64')
+archs=('x86_64')
up2date="Flasttar http://ftp.gnu.org/pub/gnu/clisp/latest/";
Fconfopts="--prefix=/usr --docdir=/usr/share/doc/$pkgname-$pkgver"
sha1sums=('7e8d585ef8d0d6349ffe581d1ac08681e6e670d4' \
-          '2252f04095ab1bcbfe192ed5de5d81d42b97877b')
+          '2252f04095ab1bcbfe192ed5de5d81d42b97877b' \
+          '8dfc67cc2bb035ed44f0f0b74e375fabd1b05c25')

build() {
Fcd
diff --git a/source/devel-extra/clisp/readline7.patch 
b/source/devel-extra/clisp/readline7.patch
new file mode 100644
index 0000000..cf614ea
--- /dev/null
+++ b/source/devel-extra/clisp/readline7.patch
@@ -0,0 +1,11 @@
+--- modules/readline/readline.lisp.orig        2010-01-06 22:18:03.000000000 
+0000
++++ modules/readline/readline.lisp
+@@ -424,7 +424,7 @@ name in ~/.inputrc. This is preferred wa
+    "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.
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to