Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 12:18:22 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15468: Update port: math/blas
Message-ID:  <19991213201822.AC2D81519D@hub.freebsd.org>

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

>Number:         15468
>Category:       ports
>Synopsis:       Update port: math/blas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 13 12:20:03 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Fixed MASTER_SITES
* Supported NO_WRKSUBDIR
* Added WWW: line into pkg/DESCR

Remove file:
scripts/uncomp

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/math/blas/Makefile math/blas/Makefile
--- /usr/ports/math/blas/Makefile	Wed Aug 25 19:19:30 1999
+++ math/blas/Makefile	Tue Dec 14 03:50:27 1999
@@ -11,20 +11,20 @@
 CATEGORIES=	math
 MASTER_SITES=	ftp://netlib.bell-labs.com/netlib/blas/ \
 		ftp://www.hensa.ac.uk/mirrors/netlib/blas/ \
-		ftp://elib.zib-berlin.de/pub/blas/
+		http://www.netlib.org/blas/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 
-WRKSRC=		${WRKDIR}
+NO_WRKSUBDIR=	yes
 
 .include <bsd.port.pre.mk>
 
 pre-build:
-	${CP} ${FILESDIR}/makefile.lib ${WRKDIR}/Makefile
+	${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
 
 post-install:
-	${LDCONFIG} -m ${PREFIX}/lib
+	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
 .if ${PORTOBJFORMAT} == "aout"
 	${LN} -sf libblas.so.1.0 ${PREFIX}/lib/libblas.so
 .endif
diff -urN /usr/ports/math/blas/pkg/DESCR math/blas/pkg/DESCR
--- /usr/ports/math/blas/pkg/DESCR	Tue Feb 10 08:33:30 1998
+++ math/blas/pkg/DESCR	Tue Dec 14 03:43:31 1999
@@ -8,3 +8,5 @@
 
 A Fortran77 reference implementation of the BLAS is located in the blas
 directory of Netlib.
+
+WWW: http://www.netlib.org/blas/
diff -urN /usr/ports/math/blas/scripts/uncomp math/blas/scripts/uncomp
--- /usr/ports/math/blas/scripts/uncomp	Tue Feb 10 08:33:30 1998
+++ math/blas/scripts/uncomp	Thu Jan  1 09:00:00 1970
@@ -1,6 +0,0 @@
-#!/bin/sh
-outdir=$1
-infile=$2
-outfile=`basename $infile .gz`
-echo Uncompressing $infile to $outdir/$outfile
-zcat $infile > $outdir/$outfile


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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