From owner-freebsd-questions@FreeBSD.ORG Tue Dec 13 17:47:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B18D916A422 for ; Tue, 13 Dec 2005 17:47:12 +0000 (GMT) (envelope-from mback99@telia.com) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8453843DA4 for ; Tue, 13 Dec 2005 17:46:22 +0000 (GMT) (envelope-from mback99@telia.com) Received: from [192.168.0.2] (217.211.47.223) by pne-smtpout1-sn1.fre.skanova.net (7.2.069.1) (authenticated as u41020144) id 439EE12E0000DF78 for freebsd-questions@freebsd.org; Tue, 13 Dec 2005 18:46:11 +0100 Message-ID: <439F08D3.5020304@telia.com> Date: Tue, 13 Dec 2005 18:45:55 +0100 From: Mikael Backman User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051108 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <439EB2E6.3080904@telia.com> <20051213180241.I910@www.pukruppa.net> <20051213181832.L910@www.pukruppa.net> In-Reply-To: <20051213181832.L910@www.pukruppa.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: port math/maxima broken.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 17:47:12 -0000 P.U.Kruppa wrote: > On Tue, 13 Dec 2005, P.U.Kruppa wrote: > >> On Tue, 13 Dec 2005, Mikael Backman wrote: >> >>> Hi, >>> Is there anybody who knows when/if this port will be fixed? >>> Is there any similar app in the ports tree? >>> /Mikael >> >> I think it isn't completely broken. In its Makefile you can comment >> the line >> # WITH_CMUCL= yes >> and uncomment >> WITH_GCL= yes >> >> This will build maxima with gnu common lisp instead of cmucl and >> should work. > > and sorry I forgot: Of course you also have to comment the line > # BROKEN= Does not build > > Uli. > > >> >> There also are the CAS's >> mupad (needs linux compat) >> yacas (no GUI, console only) >> gap (specialized on algebra and group theory stuff) >> >> Regards, >> >> Uli. >> >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >>> >> >> >> >> ********************************************* >> * Peter Ulrich Kruppa - Wuppertal - Germany * >> ********************************************* >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > > > ********************************************* > * Peter Ulrich Kruppa - Wuppertal - Germany * > ********************************************* > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Hello! Thank you for your very helpfull answer. :) /Mikael