Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 19:58:37 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6015b2965945 - main - math/lapack: make the manpages fetchable from everywhere
Message-ID:  <202107041958.164Jwbw9063141@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6015b2965945c7a6ba8b6f5bef3706d57745e84b

commit 6015b2965945c7a6ba8b6f5bef3706d57745e84b
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-07-04 19:50:06 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-07-04 19:52:44 +0000

    math/lapack: make the manpages fetchable from everywhere
    
    Host the manpages, because they seem unfetchable from some locations.
    
    PR:             256965
    Reported by:    gja822 (at) narod.ru
---
 math/lapack/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 6c35bdc90a8b..5bc224415b5d 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -5,7 +5,8 @@ PORTVERSION=	3.10.0
 PORTREVISION?=	0	# Never remove this line, keep PORTREVISION?=0 in case.
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/Reference-LAPACK/lapack/archive/refs/tags/:src	\
-		http://www.netlib.org/lapack/:man
+		http://www.netlib.org/lapack/:man	\
+		LOCAL/thierry/lapack-${PORTVERSION}/:man
 DISTFILES=	v${PORTVERSION}${EXTRACT_SUFX}:src
 .if make(makesum) || !(defined(BLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT))
 DISTFILES+=	manpages.tgz:man



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