From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 29 03:20:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75A72106564A for ; Thu, 29 Jan 2009 03:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5165E8FC19 for ; Thu, 29 Jan 2009 03:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0T3K2EB006863 for ; Thu, 29 Jan 2009 03:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0T3K2bG006862; Thu, 29 Jan 2009 03:20:02 GMT (envelope-from gnats) Resent-Date: Thu, 29 Jan 2009 03:20:02 GMT Resent-Message-Id: <200901290320.n0T3K2bG006862@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC105106564A for ; Thu, 29 Jan 2009 03:18:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id AF2228FC0C for ; Thu, 29 Jan 2009 03:18:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0T3IJ8H020183 for ; Thu, 29 Jan 2009 03:18:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0T3IJSR020181; Thu, 29 Jan 2009 03:18:19 GMT (envelope-from nobody) Message-Id: <200901290318.n0T3IJSR020181@www.freebsd.org> Date: Thu, 29 Jan 2009 03:18:19 GMT From: bf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131105: [PATCH]math/maxima: update to 5.17.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2009 03:20:03 -0000 >Number: 131105 >Category: ports >Synopsis: [PATCH]math/maxima: update to 5.17.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jan 29 03:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 8-CURRENT i386 >Organization: - >Environment: >Description: >From release announcements: "Differences wrt 5.17.0: html documentation was generated incorrectly, should be OK now; build problems w/ ECL mostly resolved, I hope; and some minor bug fixes." "Some problems with 5.17.1 were reported. None of these seem serious enough to require fixing on the release branch. There are hundreds of open bug reports; I don't see that the following are any more important than any of the others. (1) limit(1/x, x, 0) => infinity: intended result, won't change (2) erf sometimes returns complex result (with small imaginary part) for real float argument: not serious (3) problem loading affine package: situation unchanged from last release (couldn't load affine due to a different problem) (4) Problem running 5.17.1 on one user's Windows system: problem only for that one user to the best of my knowledge (5) asksign nuttiness in limit(a*x, x, 0): annoying, not incorrect" >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN maxima.orig/Makefile maxima/Makefile --- maxima.orig/Makefile 2009-01-28 21:32:51.239511585 -0500 +++ maxima/Makefile 2009-01-28 22:04:18.031211926 -0500 @@ -6,7 +6,7 @@ # PORTNAME= maxima -PORTVERSION= 5.17.0 +PORTVERSION= 5.17.1 PORTREVISION= 0 CATEGORIES= math tk MASTER_SITES= SF diff -ruN maxima.orig/distinfo maxima/distinfo --- maxima.orig/distinfo 2009-01-28 21:32:51.256505365 -0500 +++ maxima/distinfo 2009-01-28 22:04:18.080203628 -0500 @@ -1,3 +1,3 @@ -MD5 (maxima-5.17.0.tar.gz) = 98ec3ec237d55639a8de5b317990eb2d -SHA256 (maxima-5.17.0.tar.gz) = 922a31b4ae042064519d557c8c0c657acdc71c6e4c53f598441250452a85f7db -SIZE (maxima-5.17.0.tar.gz) = 20042951 +MD5 (maxima-5.17.1.tar.gz) = f49e7b978061a63423b0d486240d281e +SHA256 (maxima-5.17.1.tar.gz) = 52c7b26c49488b7e774a2ef20684810e1d1609f48e341850054b8669ea3c96ab +SIZE (maxima-5.17.1.tar.gz) = 20080768 diff -ruN maxima.orig/pkg-plist maxima/pkg-plist --- maxima.orig/pkg-plist 2009-01-28 21:32:51.268508007 -0500 +++ maxima/pkg-plist 2009-01-28 22:04:18.084209724 -0500 @@ -180,6 +180,7 @@ %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_90.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_91.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_92.html +%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_93.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_abt.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_fot.html %%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_ovr.html >Release-Note: >Audit-Trail: >Unformatted: