From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 5 04:40:03 2010 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 E8AF31065675 for ; Sat, 5 Jun 2010 04:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B7D098FC0A for ; Sat, 5 Jun 2010 04:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o554e39a094377 for ; Sat, 5 Jun 2010 04:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o554e3ZB094376; Sat, 5 Jun 2010 04:40:03 GMT (envelope-from gnats) Date: Sat, 5 Jun 2010 04:40:03 GMT Message-Id: <201006050440.o554e3ZB094376@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stephen Montgomery-Smith Cc: Subject: Re: ports/147487: [PATCH] strange behaviour of math/arpack linking with lapack library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2010 04:40:04 -0000 The following reply was made to PR ports/147487; it has been noted by GNATS. From: Stephen Montgomery-Smith To: bug-followup@FreeBSD.org, ej-sib@ice.uec.ac.jp Cc: Subject: Re: ports/147487: [PATCH] strange behaviour of math/arpack linking with lapack library Date: Fri, 04 Jun 2010 23:32:04 -0500 This is a multi-part message in MIME format. --------------050605040106010404020803 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Dear Eijiro Shibusawa, Can you tell me which file you used in http://mathema.tician.de/node/373? I can get arpack-arscnd-2.patch.gz to apply cleanly, but I cannot do the same with arpack-arscnd-3.patch.gz. I have attached a patch to the actual port. Can you tell me if this works? Thanks, Stephen --------------050605040106010404020803 Content-Type: text/plain; name="ddd" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ddd" diff -ur /usr/ports/math/arpack/Makefile arpack/Makefile --- /usr/ports/math/arpack/Makefile 2010-05-21 22:26:50.000000000 -0500 +++ arpack/Makefile 2010-06-04 23:27:55.000000000 -0500 @@ -7,7 +7,7 @@ PORTNAME= arpack PORTVERSION= 96 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz @@ -17,7 +17,10 @@ DIST_SUBDIR= arpack EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.gz -PATCH_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ +PATCH_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ \ + http://mathema.tician.de/news.tiker.net/files/ +PATCHFILES= arpack-arscnd-2.patch.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= stephen@missouri.edu COMMENT= Argand Library: large eigenvalue subroutines (serial version) diff -ur /usr/ports/math/arpack/distinfo arpack/distinfo --- /usr/ports/math/arpack/distinfo 2010-05-21 22:26:50.000000000 -0500 +++ arpack/distinfo 2010-06-04 23:30:03.000000000 -0500 @@ -7,3 +7,6 @@ MD5 (arpack/ug.ps.gz) = 79cc51e4812c75873adafcad2185842e SHA256 (arpack/ug.ps.gz) = ff1faac74bfc42442955906132756ecd7f0034803898d507dbd1bc960f6f4ab0 SIZE (arpack/ug.ps.gz) = 248543 +MD5 (arpack/arpack-arscnd-2.patch.gz) = dc1bc25e853b1d5e10dfdc752d2424f5 +SHA256 (arpack/arpack-arscnd-2.patch.gz) = 5c7923b64560733200c4ce79b2cbdc740b2cbfd94885182378c9ee8be1375711 +SIZE (arpack/arpack-arscnd-2.patch.gz) = 7946 --------------050605040106010404020803--