Date: Tue, 11 Aug 2009 21:53:35 -0500 From: Stephen Montgomery-Smith <stephen@missouri.edu> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/137577: Update of math/GiNaC port Message-ID: <4A822EAF.40709@missouri.edu> In-Reply-To: <200908081830.n78IU46k033492@freefall.freebsd.org> References: <200908081830.n78IU46k033492@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------000801080202080804090504 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/137577'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=137577 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: Update of math/GiNaC port >> Arrival-Date: Sat Aug 08 18:30:04 UTC 2009 > > > Put this patch into files. --------------000801080202080804090504 Content-Type: text/plain; name="patch-ginac__parser__parser.cpp" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ginac__parser__parser.cpp" --- ginac/parser/parser.cpp-orig 2009-08-08 12:27:12.000000000 -0500 +++ ginac/parser/parser.cpp 2009-08-08 12:29:20.000000000 -0500 @@ -66,7 +66,7 @@ Parse_error_("no function \"" << name << "\" with " << args.size() << " arguments"); } - ex ret = GiNaC::function((unsigned)reader->second, args); + ex ret = GiNaC::function((size_t)reader->second, args); return ret; } --------------000801080202080804090504--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A822EAF.40709>