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.24.0-wish.patch maxima-5.24.0.patch maxima-5.19.1-no-init-files.patch maxima-wish.patch
Date: Thu, 28 Apr 2011 19:25:56
Message-Id: 20110428192546.0803520057@flycatcher.gentoo.org
1 grozin 11/04/28 19:25:45
2
3 Added: maxima-5.24.0-wish.patch maxima-5.24.0.patch
4 Removed: maxima-5.19.1-no-init-files.patch maxima-wish.patch
5 Log:
6 Version bump, closing #364005
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux i686)
9
10 Revision Changes Path
11 1.1 sci-mathematics/maxima/files/maxima-5.24.0-wish.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.24.0-wish.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.24.0-wish.patch?rev=1.1&content-type=text/plain
15
16 Index: maxima-5.24.0-wish.patch
17 ===================================================================
18 diff -r -U1 maxima-5.23.1.orig//configure.in maxima-5.23.1//configure.in
19 --- maxima-5.23.1.orig//configure.in 2011-01-15 21:54:46.000000000 +0600
20 +++ maxima-5.23.1//configure.in 2011-01-16 21:00:16.000000000 +0600
21 @@ -777,6 +777,11 @@
22 [ --with-wish=<prog> Use <prog> for Tk wish shell (default wish)],
23 - [WISH="${withval}"],
24 - [WISH="wish"])
25 + [],
26 + [with_wish="wish"])
27 +case "${with_wish}" in
28 + no) WISH="none" ;;
29 + yes) WISH="wish" ;;
30 + *) WISH="${with_wish}" ;;
31 +esac
32 AC_SUBST(WISH)
33 -
34 +AM_CONDITIONAL(WANT_TK, test x"${with_wish}" != xno)
35
36 diff -r -U1 maxima-5.23.1.orig//interfaces/Makefile.am maxima-5.23.1//interfaces/Makefile.am
37 --- maxima-5.23.1.orig//interfaces/Makefile.am 2004-04-28 23:34:59.000000000 +0700
38 +++ maxima-5.23.1//interfaces/Makefile.am 2011-01-16 20:41:38.000000000 +0600
39 @@ -1,2 +1,6 @@
40 +if WANT_TK
41 SUBDIRS = emacs xmaxima
42 +else
43 +SUBDIRS = emacs
44 +endif
45 EXTRA_DIST = bin/xmaxima.iss
46
47
48
49 1.1 sci-mathematics/maxima/files/maxima-5.24.0.patch
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.24.0.patch?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.24.0.patch?rev=1.1&content-type=text/plain
53
54 Index: maxima-5.24.0.patch
55 ===================================================================
56 diff -r -U1 maxima-5.23.1.orig//configure.in maxima-5.23.1//configure.in
57 --- maxima-5.23.1.orig//configure.in 2011-01-15 21:54:46.000000000 +0600
58 +++ maxima-5.23.1//configure.in 2011-01-16 19:50:55.000000000 +0600
59 @@ -294,3 +294,3 @@
60 dnl n.b. openmcl_default_name is hardcoded in "with" message
61 -openmcl_default_name=openmcl
62 +openmcl_default_name=ccl
63 AC_ARG_ENABLE(openmcl,
64 diff -r -U1 maxima-5.23.1.orig//src/maxima.in maxima-5.23.1//src/maxima.in
65 --- maxima-5.23.1.orig//src/maxima.in 2010-12-05 08:06:03.000000000 +0600
66 +++ maxima-5.23.1//src/maxima.in 2011-01-16 20:07:27.000000000 +0600
67 @@ -137,5 +137,5 @@
68 if [ "$layout_autotools" = "true" ]; then
69 - 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"
70 + 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"
71 else
72 - exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
73 + exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -norc -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
74 fi
75 @@ -147,5 +147,5 @@
76 if [ -x "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" ]; then
77 - exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" $MAXIMA_LISP_OPTIONS -quiet -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
78 + exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" $MAXIMA_LISP_OPTIONS -quiet -nositeinit -noinit -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
79 else
80 - 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"
81 + 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"
82 fi
83 @@ -155,3 +155,3 @@
84 else
85 - 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"
86 + 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"
87 fi
88 @@ -177,3 +177,3 @@
89 elif [ "$MAXIMA_LISP" = "sbcl" ]; then
90 - 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"
91 + 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"
92 else