From owner-cvs-all@FreeBSD.ORG Sat Sep 29 12:53:56 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79B4916A418; Sat, 29 Sep 2007 12:53:56 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68CAC13C44B; Sat, 29 Sep 2007 12:53:56 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8TCru83083458; Sat, 29 Sep 2007 12:53:56 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8TCrut2083457; Sat, 29 Sep 2007 12:53:56 GMT (envelope-from maho) Message-Id: <200709291253.l8TCrut2083457@repoman.freebsd.org> From: Maho Nakata Date: Sat, 29 Sep 2007 12:53:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/lapack Makefile distinfo pkg-descr pkg-plist ports/math/lapack/files manpages patch-Makefile patch-aa patch-ab patch-ac patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2007 12:53:56 -0000 maho 2007-09-29 12:53:56 UTC FreeBSD ports repository Modified files: math/lapack Makefile distinfo pkg-descr pkg-plist Added files: math/lapack/files manpages patch-Makefile patch-make.inc.gfortran Removed files: math/lapack/files patch-aa patch-ab patch-ac patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-au patch-av patch-aw patch-ax patch-ay patch-az patch-ba math/lapack/scripts configure Log: Update to 3.3.1. According to http://www.netlib.org/lapack/lapack-3.1.0.changes > The interfaces to primary computational routines are fixed and > will not be changed by minor LAPACK versions (e.g. 3.x). > Primary routines are those prefixed by a precision and matrix > type like SGERFS, CUNMQR, ZHEGV, etc., and these interfaces > will remain the same for all LAPACK version 3 versions. So I didn't change the version number of shared lib. See also PR: 116166 Revision Changes Path 1.37 +68 -214 ports/math/lapack/Makefile 1.12 +6 -6 ports/math/lapack/distinfo 1.1 +1368 -0 ports/math/lapack/files/manpages (new) 1.1 +14 -0 ports/math/lapack/files/patch-Makefile (new) 1.4 +0 -48 ports/math/lapack/files/patch-aa (dead) 1.3 +0 -38 ports/math/lapack/files/patch-ab (dead) 1.7 +0 -33 ports/math/lapack/files/patch-ac (dead) 1.4 +0 -11 ports/math/lapack/files/patch-af (dead) 1.2 +0 -132 ports/math/lapack/files/patch-ag (dead) 1.2 +0 -24 ports/math/lapack/files/patch-ah (dead) 1.3 +0 -11 ports/math/lapack/files/patch-ai (dead) 1.2 +0 -19 ports/math/lapack/files/patch-aj (dead) 1.2 +0 -19 ports/math/lapack/files/patch-ak (dead) 1.2 +0 -19 ports/math/lapack/files/patch-al (dead) 1.2 +0 -19 ports/math/lapack/files/patch-am (dead) 1.2 +0 -11 ports/math/lapack/files/patch-an (dead) 1.2 +0 -19 ports/math/lapack/files/patch-ao (dead) 1.3 +0 -11 ports/math/lapack/files/patch-ap (dead) 1.2 +0 -19 ports/math/lapack/files/patch-aq (dead) 1.2 +0 -19 ports/math/lapack/files/patch-ar (dead) 1.2 +0 -19 ports/math/lapack/files/patch-as (dead) 1.3 +0 -301 ports/math/lapack/files/patch-au (dead) 1.2 +0 -10 ports/math/lapack/files/patch-av (dead) 1.2 +0 -19 ports/math/lapack/files/patch-aw (dead) 1.2 +0 -19 ports/math/lapack/files/patch-ax (dead) 1.2 +0 -19 ports/math/lapack/files/patch-ay (dead) 1.2 +0 -19 ports/math/lapack/files/patch-az (dead) 1.4 +0 -10 ports/math/lapack/files/patch-ba (dead) 1.1 +36 -0 ports/math/lapack/files/patch-make.inc.gfortran (new) 1.4 +0 -34 ports/math/lapack/pkg-descr 1.12 +4 -0 ports/math/lapack/pkg-plist 1.7 +0 -255 ports/math/lapack/scripts/configure (dead)