From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 5 04:40:05 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 911FF1065674 for ; Sat, 5 Jun 2010 04:40:05 +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 6179B8FC12 for ; Sat, 5 Jun 2010 04:40:05 +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 o554e5E1094386 for ; Sat, 5 Jun 2010 04:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o554e5tf094384; Sat, 5 Jun 2010 04:40:05 GMT (envelope-from gnats) Date: Sat, 5 Jun 2010 04:40:05 GMT Message-Id: <201006050440.o554e5tf094384@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Eijiro Shibusawa 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: Eijiro Shibusawa 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:05 -0000 The following reply was made to PR ports/147487; it has been noted by GNATS. From: Eijiro Shibusawa 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: Sat, 5 Jun 2010 13:05:04 +0900 This is a multi-part message in MIME format. --Multipart=_Sat__5_Jun_2010_13_05_04_+0900_ostSDC_Fte2NAQvx Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sorry ! I forgot to attach the patch - here it is. Regards, Eijiro Shibusawa --Multipart=_Sat__5_Jun_2010_13_05_04_+0900_ostSDC_Fte2NAQvx Content-Type: text/plain; name="arpack-patch.txt" Content-Disposition: attachment; filename="arpack-patch.txt" Content-Transfer-Encoding: 7bit diff -ur /usr/ports/math/arpack/Makefile ./Makefile --- /usr/ports/math/arpack/Makefile 2009-09-13 09:07:46.000000000 +0900 +++ ./Makefile 2010-05-31 23:52:39.000000000 +0900 @@ -9,8 +9,11 @@ PORTVERSION= 96 PORTREVISION= 6 CATEGORIES= math -MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ -DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz +MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ \ + http://mathema.tician.de/news.tiker.net/files/ +DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz \ + patch.tar.gz \ + arpack-arscnd-2.patch.gz .ifndef NOPORTDOCS DISTFILES+= ug.ps.gz .endif @@ -53,6 +56,7 @@ pre-patch: @(cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.gz) + @(cd ${WRKSRC}; ${GZIP_CMD} -cd ${DISTDIR}/${DIST_SUBDIR}/arpack-arscnd-2.patch.gz | patch -sp1) pre-build: ${CP} -R ${WRKSRC} ${WRKSRC_SHARED} diff -ur /usr/ports/math/arpack/distinfo ./distinfo --- /usr/ports/math/arpack/distinfo 2005-11-26 00:47:57.000000000 +0900 +++ ./distinfo 2010-06-01 11:41:58.000000000 +0900 @@ -4,6 +4,9 @@ MD5 (arpack/patch.tar.gz) = 14830d758f195f272b8594a493501fa2 SHA256 (arpack/patch.tar.gz) = af8914d60af47e49fbad55812d0a5d0a7040fba90c93e5ef1a8d88d32027d3ad SIZE (arpack/patch.tar.gz) = 226473 +MD5 (arpack/arpack-arscnd-2.patch.gz) = dc1bc25e853b1d5e10dfdc752d2424f5 +SHA256 (arpack/arpack-arscnd-2.patch.gz) = 5c7923b64560733200c4ce79b2cbdc740b2cbfd94885182378c9ee8be1375711 +SIZE (arpack/arpack-arscnd-2.patch.gz) = 7946 MD5 (arpack/ug.ps.gz) = 79cc51e4812c75873adafcad2185842e SHA256 (arpack/ug.ps.gz) = ff1faac74bfc42442955906132756ecd7f0034803898d507dbd1bc960f6f4ab0 SIZE (arpack/ug.ps.gz) = 248543 --Multipart=_Sat__5_Jun_2010_13_05_04_+0900_ostSDC_Fte2NAQvx--