* [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima/files: maxima-5.23.2-emacs-version.patch maxima-5.23.2-wish.patch maxima-5.23.2.patch maxima-5.23.1-emacs-version.patch maxima-5.23.1-wish.patch maxima-5.23.1.patch
@ 2011-01-17 18:05 Andrey Grozin (grozin)
0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2011-01-17 18:05 UTC (permalink / raw
To: gentoo-commits
grozin 11/01/17 18:05:04
Added: maxima-5.23.2-emacs-version.patch
maxima-5.23.2-wish.patch maxima-5.23.2.patch
Removed: maxima-5.23.1-emacs-version.patch
maxima-5.23.1-wish.patch maxima-5.23.1.patch
Log:
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux i686)
Revision Changes Path
1.1 sci-mathematics/maxima/files/maxima-5.23.2-emacs-version.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.23.2-emacs-version.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.23.2-emacs-version.patch?rev=1.1&content-type=text/plain
Index: maxima-5.23.2-emacs-version.patch
===================================================================
diff -r -U1 maxima-5.23.1.orig//interfaces/emacs/emaxima/maxima.el maxima-5.23.1//interfaces/emacs/emaxima/maxima.el
--- maxima-5.23.1.orig//interfaces/emacs/emaxima/maxima.el 2010-12-05 08:05:58.000000000 +0600
+++ maxima-5.23.1//interfaces/emacs/emaxima/maxima.el 2011-01-16 20:12:16.000000000 +0600
@@ -2105,2 +2105,3 @@
(not maxima-running-xemacs)
+ (<= emacs-major-version 21)
(or
1.1 sci-mathematics/maxima/files/maxima-5.23.2-wish.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.23.2-wish.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.23.2-wish.patch?rev=1.1&content-type=text/plain
Index: maxima-5.23.2-wish.patch
===================================================================
diff -r -U1 maxima-5.23.1.orig//configure.in maxima-5.23.1//configure.in
--- maxima-5.23.1.orig//configure.in 2011-01-15 21:54:46.000000000 +0600
+++ maxima-5.23.1//configure.in 2011-01-16 21:00:16.000000000 +0600
@@ -777,6 +777,11 @@
[ --with-wish=<prog> Use <prog> for Tk wish shell (default wish)],
- [WISH="${withval}"],
- [WISH="wish"])
+ [],
+ [with_wish="wish"])
+case "${with_wish}" in
+ no) WISH="none" ;;
+ yes) WISH="wish" ;;
+ *) WISH="${with_wish}" ;;
+esac
AC_SUBST(WISH)
-
+AM_CONDITIONAL(WANT_TK, test x"${with_wish}" != xno)
diff -r -U1 maxima-5.23.1.orig//interfaces/Makefile.am maxima-5.23.1//interfaces/Makefile.am
--- maxima-5.23.1.orig//interfaces/Makefile.am 2004-04-28 23:34:59.000000000 +0700
+++ maxima-5.23.1//interfaces/Makefile.am 2011-01-16 20:41:38.000000000 +0600
@@ -1,2 +1,6 @@
+if WANT_TK
SUBDIRS = emacs xmaxima
+else
+SUBDIRS = emacs
+endif
EXTRA_DIST = bin/xmaxima.iss
1.1 sci-mathematics/maxima/files/maxima-5.23.2.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.23.2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/files/maxima-5.23.2.patch?rev=1.1&content-type=text/plain
Index: maxima-5.23.2.patch
===================================================================
diff -r -U1 maxima-5.23.1.orig//configure.in maxima-5.23.1//configure.in
--- maxima-5.23.1.orig//configure.in 2011-01-15 21:54:46.000000000 +0600
+++ maxima-5.23.1//configure.in 2011-01-16 19:50:55.000000000 +0600
@@ -294,3 +294,3 @@
dnl n.b. openmcl_default_name is hardcoded in "with" message
-openmcl_default_name=openmcl
+openmcl_default_name=ccl
AC_ARG_ENABLE(openmcl,
diff -r -U1 maxima-5.23.1.orig//src/maxima.in maxima-5.23.1//src/maxima.in
--- maxima-5.23.1.orig//src/maxima.in 2010-12-05 08:06:03.000000000 +0600
+++ maxima-5.23.1//src/maxima.in 2011-01-16 20:07:27.000000000 +0600
@@ -137,5 +137,5 @@
if [ "$layout_autotools" = "true" ]; then
- 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"
+ 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"
else
- exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
+ exec "@CLISP_NAME@" $MAXIMA_LISP_OPTIONS -q -norc -M "$maxima_image_base.mem" "" -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
fi
@@ -147,5 +147,5 @@
if [ -x "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" ]; then
- exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" $MAXIMA_LISP_OPTIONS -quiet -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
+ exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" $MAXIMA_LISP_OPTIONS -quiet -nositeinit -noinit -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
else
- 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"
+ 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"
fi
@@ -155,3 +155,3 @@
else
- 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"
+ 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"
fi
@@ -177,3 +177,3 @@
elif [ "$MAXIMA_LISP" = "sbcl" ]; then
- 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"
+ 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"
else
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-17 18:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 18:05 [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima/files: maxima-5.23.2-emacs-version.patch maxima-5.23.2-wish.patch maxima-5.23.2.patch maxima-5.23.1-emacs-version.patch maxima-5.23.1-wish.patch maxima-5.23.1.patch Andrey Grozin (grozin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox