Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima/files: maxima-5.21.1-emacs-version.patch maxima-5.21.1-clozurecl-1.5.patch
Date: Sat, 24 Apr 2010 21:23:52
Message-Id: 20100424212345.7DC022C04C@corvid.gentoo.org
1 grozin 10/04/24 21:23:45
2
3 Added: maxima-5.21.1-emacs-version.patch
4 maxima-5.21.1-clozurecl-1.5.patch
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 sci-mathematics/maxima/files/maxima-5.21.1-emacs-version.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1-emacs-version.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1-emacs-version.patch?rev=1.1&content-type=text/plain
14
15 Index: maxima-5.21.1-emacs-version.patch
16 ===================================================================
17 http://bugs.gentoo.org/307349
18
19 --- maxima-5.20.1-orig/interfaces/emacs/emaxima/maxima.el
20 +++ maxima-5.20.1/interfaces/emacs/emaxima/maxima.el
21 @@ -2109,6 +2109,7 @@
22 ;;; The next functions are from comint.el in cvs emacs
23 (if (and
24 (not maxima-running-xemacs)
25 + (<= emacs-major-version 21)
26 (or
27 (< emacs-major-version 21)
28 (< emacs-minor-version 3)))
29
30
31
32 1.1 sci-mathematics/maxima/files/maxima-5.21.1-clozurecl-1.5.patch
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1-clozurecl-1.5.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1-clozurecl-1.5.patch?rev=1.1&content-type=text/plain
36
37 Index: maxima-5.21.1-clozurecl-1.5.patch
38 ===================================================================
39 diff -r -U2 maxima-5.20.1.orig/configure maxima-5.20.1/configure
40 --- maxima-5.20.1.orig/configure 2009-12-14 04:20:43.000000000 +0100
41 +++ maxima-5.20.1/configure 2010-04-24 21:59:24.000000000 +0200
42 @@ -2559,5 +2559,5 @@
43 fi
44
45 -openmcl_default_name=openmcl
46 +openmcl_default_name=ccl
47 # Check whether --enable-openmcl or --disable-openmcl was given.
48 if test "${enable_openmcl+set}" = set; then
49 diff -r -U2 maxima-5.20.1.orig/src/maxima-build.lisp maxima-5.20.1/src/maxima-build.lisp
50 --- maxima-5.20.1.orig/src/maxima-build.lisp 2008-12-30 02:32:33.000000000 +0100
51 +++ maxima-5.20.1/src/maxima-build.lisp 2010-04-24 21:54:19.000000000 +0200
52 @@ -36,5 +36,5 @@
53 #+allegro (excl:dumplisp :name "binary-acl/maxima.dxl")
54 #+lispworks (hcl:save-image "binary-lispworks/maxima" :restart-function 'cl-user::run)
55 - #+ccl (ccl:save-application "binary-openmcl/maxima" :toplevel-function 'cl-user::run))
56 -
57 -
58 + #+ccl (ccl:save-application "binary-openmcl/maxima" :toplevel-function
59 + (lambda () (let* ((*read-default-float-format* 'double-float))
60 + (cl-user::run))))