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.patch maxima-5.21.1-clozurecl-1.5.patch
Date: Sat, 01 May 2010 12:18:15
Message-Id: 20100501121811.42C842C0E8@corvid.gentoo.org
1 grozin 10/05/01 12:18:11
2
3 Added: maxima-5.21.1.patch
4 Removed: maxima-5.21.1-clozurecl-1.5.patch
5 Log:
6 A patch to support clozurecl-1.5 added
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.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/files/maxima-5.21.1.patch?rev=1.1&content-type=text/plain
14
15 Index: maxima-5.21.1.patch
16 ===================================================================
17 diff -r -U1 maxima-5.21.1.orig/configure maxima-5.21.1/configure
18 --- maxima-5.21.1.orig/configure 2010-04-24 18:34:21.000000000 +0200
19 +++ maxima-5.21.1/configure 2010-04-27 03:37:50.000000000 +0200
20 @@ -2560,3 +2560,3 @@
21
22 -openmcl_default_name=openmcl
23 +openmcl_default_name=ccl
24 # Check whether --enable-openmcl or --disable-openmcl was given.
25 diff -r -U1 maxima-5.21.1.orig/src/maxima.in maxima-5.21.1/src/maxima.in
26 --- maxima-5.21.1.orig/src/maxima.in 2009-07-13 17:25:25.000000000 +0200
27 +++ maxima-5.21.1/src/maxima.in 2010-04-27 03:36:24.000000000 +0200
28 @@ -131,5 +131,5 @@
29 if [ "$layout_autotools" = "true" ]; then
30 - exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CLISP_RUNTIME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
31 + exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CLISP_RUNTIME@" $MAXIMA_LISP_OPTIONS -q -norc -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
32 else
33 - exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
34 + exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -norc -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
35 fi
36 @@ -137,5 +137,5 @@
37 if [ "$layout_autotools" = "true" ]; then
38 - exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CMUCL_RUNTIME@" $MAXIMA_LISP_OPTIONS -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
39 + exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/@CMUCL_RUNTIME@" $MAXIMA_LISP_OPTIONS -quiet -nositeinit -noinit -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
40 else
41 - exec "@CMUCL_NAME@" $MAXIMA_LISP_OPTIONS -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
42 + exec "@CMUCL_NAME@" $MAXIMA_LISP_OPTIONS -quiet -nositeinit -noinit -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
43 fi
44 @@ -156,3 +156,3 @@
45 # in the function get-application-args in command-line.lisp
46 - exec "@OPENMCL_NAME@" -I "$maxima_image_base.image" $MAXIMA_LISP_OPTIONS -e '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
47 + exec "@OPENMCL_NAME@" -I "$maxima_image_base.image" $MAXIMA_LISP_OPTIONS -e "(let\* ((\*read-default-float-format\* 'double-float)) (cl-user::run))" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
48 elif [ "$MAXIMA_LISP" = "ecl" ]; then
49 @@ -160,3 +160,3 @@
50 elif [ "$MAXIMA_LISP" = "sbcl" ]; then
51 - exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --eval '(cl-user::run)' --end-toplevel-options "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
52 + exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --no-sysinit --no-userinit --eval '(cl-user::run)' --end-toplevel-options "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
53 else
54 ôÏÌØËÏ × maxima-5.21.1/src: maxima.in.orig