rpms/maxima/FC-4 maxima-5.9.3-gcl-setarch.patch, NONE, 1.1 maxima-5.9.3-sbcl-disable-debugger.patch, NONE, 1.1

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Apr 28 12:36:44 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/maxima/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27913

Added Files:
	maxima-5.9.3-gcl-setarch.patch 
	maxima-5.9.3-sbcl-disable-debugger.patch 
Log Message:
oops, missed some patches on last commit


maxima-5.9.3-gcl-setarch.patch:

--- NEW FILE maxima-5.9.3-gcl-setarch.patch ---
--- maxima-5.9.3/src/maxima.in.setarch	2005-11-07 11:37:11.000000000 -0600
+++ maxima-5.9.3/src/maxima.in	2006-04-27 07:07:42.000000000 -0500
@@ -128,7 +128,7 @@
 	exec "@SCL_NAME@" -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
     fi
 elif [ "$MAXIMA_LISP" = "gcl" ]; then
-    exec "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
+    exec "setarch" "@ARCH@" "-X" "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9"
 elif [ "$MAXIMA_LISP" = "acl6" ]; then
 # FIXME: arguments need in a manner consistent with the way they are extracted
 #        in the function get-application-args in command-line.lisp

maxima-5.9.3-sbcl-disable-debugger.patch:

--- NEW FILE maxima-5.9.3-sbcl-disable-debugger.patch ---
--- maxima-5.9.3/src/Makefile.am.sbcl-disable-debugger	2006-02-11 08:25:06.000000000 -0600
+++ maxima-5.9.3/src/Makefile.am	2006-04-26 14:30:15.000000000 -0500
@@ -151,7 +151,7 @@
 
 
 if SBCL
-EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --eval
+EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --disable-debugger --eval
 all-local: binary-sbcl/maxima.core
 install-exec-local: install-sbcl
 uninstall: uninstall-sbcl
--- maxima-5.9.3/src/Makefile.in.sbcl-disable-debugger	2006-03-19 09:23:40.000000000 -0600
+++ maxima-5.9.3/src/Makefile.in	2006-04-26 14:31:14.000000000 -0500
@@ -204,7 +204,7 @@
 @CMUCL_TRUE at EXECUTECMUCL = $(CMUCL_NAME) -noinit -batch
 @SCL_TRUE at EXECUTESCL = $(SCL_NAME) -noinit -batch
 @ACL6_TRUE at EXECUTEACL6 = $(ACL6_NAME) -batch
- at SBCL_TRUE@EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --eval
+ at SBCL_TRUE@EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --disable-debugger --eval
 @GCL_TRUE at EXECUTEGCL = $(GCL_NAME) -batch -eval
 @OPENMCL_TRUE at EXECUTEOPENMCL = $(OPENMCL_NAME) -e
 genericdir = $(instsrcdir)




More information about the fedora-extras-commits mailing list