ports/130242: [PATCH] math/lapack: Add additional MASTER_SITES

Steven Kreuzer skreuzer at exit2shell.com
Tue Jan 6 20:50:05 UTC 2009


>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 at 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 at FreeBSD.org
--- lapack-3.1.1_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list