From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 29 01:30:04 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 4DDB51065672 for ; Sun, 29 Nov 2009 01:30:04 +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 0F2718FC13 for ; Sun, 29 Nov 2009 01:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAT1U3uM017233 for ; Sun, 29 Nov 2009 01:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAT1U36W017230; Sun, 29 Nov 2009 01:30:03 GMT (envelope-from gnats) Resent-Date: Sun, 29 Nov 2009 01:30:03 GMT Resent-Message-Id: <200911290130.nAT1U36W017230@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, "Pedro F. Giffuni" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EB651065670 for ; Sun, 29 Nov 2009 01:29:44 +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 13D748FC08 for ; Sun, 29 Nov 2009 01:29:44 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAT1Th7e057581 for ; Sun, 29 Nov 2009 01:29:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nAT1ThWr057580; Sun, 29 Nov 2009 01:29:43 GMT (envelope-from nobody) Message-Id: <200911290129.nAT1ThWr057580@www.freebsd.org> Date: Sun, 29 Nov 2009 01:29:43 GMT From: "Pedro F. Giffuni" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140987: Minor update in math/mumps to version 4.8.4 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: Sun, 29 Nov 2009 01:30:04 -0000 >Number: 140987 >Category: ports >Synopsis: Minor update in math/mumps to version 4.8.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 29 01:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 8.0-RELEASE >Organization: >Environment: $ uname -a FreeBSD mogwai.giffuni.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: * Absolute threshold criterion for null pivot detection added to CNTL(3) * Problems related to messages "Increase small buffer size ..." solved. * New option for ICNTL(8) to scale matrices. Default scaling cheaper to compute * Problem of filename clash with unsymmetric matrices on Windows platforms solved * Allow for longer filenames for temporary OOC files * Strategy to update blocksize during factorization of frontal matrices modified to avoid too large messages during pipelined factorization (that could lead to a -17 error code) * Messages corresponding to delayed pivots can now be sent in several packets. This avoids some other cases of error -17 * One rare case of deadlock solved * Corrected values and sign of INFO(8) and INFO(20) >How-To-Repeat: >Fix: diff -ruN mumps.orig/Makefile mumps/Makefile --- mumps.orig/Makefile 2009-11-28 19:55:53.000000000 +0000 +++ mumps/Makefile 2009-11-28 20:23:25.000000000 +0000 @@ -6,8 +6,7 @@ # PORTNAME= mumps -PORTVERSION= 4.8.3 -PORTREVISION= 3 +PORTVERSION= 4.8.4 CATEGORIES= math MASTER_SITES= http://mumps.enseeiht.fr/ \ http://graal.ens-lyon.fr/MUMPS/ \ diff -ruN mumps.orig/distinfo mumps/distinfo --- mumps.orig/distinfo 2009-11-28 19:55:53.000000000 +0000 +++ mumps/distinfo 2009-11-28 20:23:52.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (MUMPS_4.8.3.tar.gz) = db34f11bbe0f7c461cabebb230f23c23 -SHA256 (MUMPS_4.8.3.tar.gz) = f82c990acec0479764c1c2a446c83da97ffcbab0725db2da5aa2cbd53207fd6a -SIZE (MUMPS_4.8.3.tar.gz) = 1999766 +MD5 (MUMPS_4.8.4.tar.gz) = 4b80e8ecff2b43473dc885b0b7120313 +SHA256 (MUMPS_4.8.4.tar.gz) = cda022a12ce632ae753dcffc06411b2569647fafa01db947cc6a280d465acb2d +SIZE (MUMPS_4.8.4.tar.gz) = 2007524 >Release-Note: >Audit-Trail: >Unformatted: