Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 15:47:28 -0500 (EST)
From:      Steven Kreuzer <skreuzer@exit2shell.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        maho@FreeBSD.org
Subject:   ports/130242: [PATCH] math/lapack: Add additional MASTER_SITES
Message-ID:  <200901062047.n06KlShU094845@slurry.exit2shell.com>
Resent-Message-ID: <200901062050.n06Ko4tQ056869@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130242
>Category:       ports
>Synopsis:       [PATCH] math/lapack: Add additional MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 06 20:50:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD slurry.exit2shell.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 14:01:09 EST 2008
>Description:
I went to compile lapak and the ftp site was unavailable. The attached patch
will add additional mirrors for the tarball

Port maintainer (maho@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lapack-3.1.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/math/lapack/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	19 Jun 2008 02:08:21 -0000	1.40
+++ Makefile	6 Jan 2009 20:45:43 -0000
@@ -9,7 +9,10 @@
 PORTVERSION=	3.1.1
 PORTREVISION=	1
 CATEGORIES=	math
-MASTER_SITES=	ftp://ftp.netlib.org/lapack/
+MASTER_SITES=	ftp://ftp.netlib.org/lapack/ \
+				http://netlib.org/lapack/ \
+				http://scicomp.ewha.ac.kr/netlib/lapack/ \
+				http://service-spi.web.cern.ch/service-spi/external/tarFiles/
 DISTFILES=	lapack-${PORTVERSION}.tgz manpages-${PORTVERSION}.tgz
 
 MAINTAINER=	maho@FreeBSD.org
--- lapack-3.1.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901062047.n06KlShU094845>