From owner-freebsd-ports Wed Jul 10 5:41: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA12D37B400 for ; Wed, 10 Jul 2002 05:40:57 -0700 (PDT) Received: from quanta.synchem.kyoto-u.ac.jp (quanta.synchem.kyoto-u.ac.jp [130.54.33.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263F143E4A for ; Wed, 10 Jul 2002 05:40:57 -0700 (PDT) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (quanth.synchem.kyoto-u.ac.jp [130.54.33.130]) by quanta.synchem.kyoto-u.ac.jp (8.12.5/3.7W/00091819) with ESMTP id g6ACegOx049858; Wed, 10 Jul 2002 21:40:42 +0900 (JST) Date: Wed, 10 Jul 2002 21:38:35 +0900 (JST) Message-Id: <20020710.213835.846974110.maho@scarlatti.synchem.kyoto-u.ac.jp> To: Alexander@Leidinger.net Cc: chat95@mbox.kyoto-inet.or.jp, lancew@psu.edu, freebsd-ports@FreeBSD.ORG Subject: Re: Intel Fortran Compiler? From: chat95@mbox.kyoto-inet.or.jp (Nakata Maho) Reply-To: chat95@mbox.kyoto-inet.or.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> X-Mailer: Mew version 2.2 on XEmacs 21.1.14 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 -.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