Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 21:38:35 +0900 (JST)
From:      chat95@mbox.kyoto-inet.or.jp (Nakata Maho)
To:        Alexander@Leidinger.net
Cc:        chat95@mbox.kyoto-inet.or.jp, lancew@psu.edu, freebsd-ports@FreeBSD.ORG
Subject:   Re: Intel Fortran Compiler?
Message-ID:  <20020710.213835.846974110.maho@scarlatti.synchem.kyoto-u.ac.jp>
In-Reply-To: <200207101118.g6ABIhiJ001552@Magelan.Leidinger.net>
References:  <20020710.123316.278729875.maho@scarlatti.synchem.kyoto-u.ac.jp> <200207101118.g6ABIhiJ001552@Magelan.Leidinger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Mr. Alexander and Mr. Dmitry,
Thank you very much for your kindness.


> MASTER_SITES is supposed to be a directory where you can download
> $MASTER_SITES/$DISTNAME$EXTRACT_SUFX from. You will also get a
> notification from Bill Fenner's script, which checks the availability of
> the file to download. Based upon a suggestion by him I changed the icc
> port. Just use an empty "MASTER_SITES=".

I understand.

> Maybe you want to add the URL to the IGNORE variable.

I fixed this bug. Would you please comitte following patch, Mr. Dmitry?

diff -u /work/cvsup/ports/lang/ifc/Makefile ifc/Makefile
--- /work/cvsup/ports/lang/ifc/Makefile Mon Jul  8 12:14:41 2002
+++ ifc/Makefile        Wed Jul 10 21:35:22 2002
@@ -8,7 +8,7 @@
 PORTNAME=      ifc
 PORTVERSION=   6.0.140
 CATEGORIES=    lang linux
-MASTER_SITES=  http://developer.intel.com/software/products/compilers/downloads/l_fc_p_6.0.140.htm
+MASTER_SITES=
 DISTNAME=      l_fc_p_6.0.140
 EXTRACT_SUFX=  .tar
 
@@ -24,15 +24,17 @@
 
 ONLY_FOR_ARCHS=        i386
 
-#USE_LINUX=            yes
+USE_LINUX=             yes
 NO_WRKSUBDIR=          yes
 NO_BUILD=              yes
 NO_FILTER_SHLIBS=      yes
 
+IFC_SITE=       http://www.intel.com/software/products/compilers/
+
 .include <bsd.port.pre.mk>
 
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= "Please manually download the version for RedHat 7.1 from ${MASTER_SITES}, e.g. from http://developer.intel.com/software/products/compilers/f60l/noncom.htm. Put it into ${DISTDIR} and run make again."
+.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
+IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, e.g. from ${IFC_SITE}f60l/noncom.htm or from https://premier.intel.com/. Put it into ${DISTDIR} and run make again."
 .endif
 
 post-extract:


-- 
 Nakata Maho

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?20020710.213835.846974110.maho>