From nobody@FreeBSD.org  Tue Aug 13 19:22:35 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CA68937B400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Aug 2002 19:22:35 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6BBB043E65
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Aug 2002 19:22:35 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g7E2MZOT005191
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 13 Aug 2002 19:22:35 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g7E2MZro005190;
	Tue, 13 Aug 2002 19:22:35 -0700 (PDT)
Message-Id: <200208140222.g7E2MZro005190@www.freebsd.org>
Date: Tue, 13 Aug 2002 19:22:35 -0700 (PDT)
From: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Intel fortran compiler doesn't install correctly
X-Send-Pr-Version: www-1.0

>Number:         41650
>Category:       ports
>Synopsis:       Intel fortran compiler doesn't install correctly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 13 19:30:01 PDT 2002
>Closed-Date:    Tue Aug 20 02:04:39 PDT 2002
>Last-Modified:  Tue Aug 20 02:04:39 PDT 2002
>Originator:     Nakata Maho
>Release:        4.6-STABLE
>Organization:
Private
>Environment:
FreeBSD debussy.private.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Jul 26 09:50:34 JST 2002     maho@debussy.private.org:/work/cvsup/src/sys/compile/MAHO-DEBUSSY-4.x-STABLE  i386
>Description:
When someone installs lang/ifc, ports should change
<INSTALLTIMECOMBOPACKAGEID> 
to l_fc_pu_6.0.159. I forgot about it.
It affects only on /usr/local/intel/compiler60/docs/fsupport, though ;-)
>How-To-Repeat:
      
>Fix:
diff -urN /work/cvsup/ports/lang/ifc/Makefile ifc/Makefile
--- /work/cvsup/ports/lang/ifc/Makefile Mon Jul 22 06:11:51 2002
+++ ifc/Makefile        Wed Aug 14 11:16:57 2002
@@ -2,7 +2,7 @@
 # Date created:         Oct 30, 2001
 # Whom:                 chat95@mbox.kyoto-inet.or.jp
 #
-# $FreeBSD: ports/lang/ifc/Makefile,v 1.3 2002/07/21 15:43:41 netchild Exp $
+# $FreeBSD$
 #
 
 PORTNAME=      ifc
@@ -34,7 +34,7 @@
 .include <bsd.port.pre.mk>
 
 .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE=        "Please manually download ${DISTFILES} from ${IFC_SITE}, e.g. from https://premier.intel.com/. Registration is required!! Put it into ${DISTDIR} and run make again."
+IGNORE=        "Please manually download ${DISTFILES} from ${IFC_SITE}, e.g. from ${IFC_SITE}f60l/noncom.htm or from https://premier.intel.com/. Registration is required!! Put it into ${DISTDIR} and run make again."
 .endif
 
 post-extract:
@@ -63,10 +63,8 @@
 post-patch:
 # Correct some paths and patch some files
 .for i in ia32/bin/ifcvars.csh ia32/bin/ifcvars.sh \
-       ia32/bin/ifc #ia32/bin/ifc.pcl
-       @${SED} 's@\<INSTALLDIR\>@${PREFIX}/intel@g; s@-tp p6@@; s@man -w@manpath@ ; s@/bin/sh@${LINUXBASE}/bin/bash@' \
-               ${WRKSRC}/opt/intel/compiler60/${i} \
-               >${WRKSRC}/opt/intel/compiler60/${i}.seded
+       ia32/bin/ifc docs/fsupport
+       @${SED} 's+<INSTALLDIR>+${PREFIX}/intel+g; s+man -w+manpath+g; s+@LINUXBASE@+${LINUXBASE}+g; s+/bin/sh+${LINUXBASE}/bin/bash+g ; s+<INSTALLTIMECOMBOPACKAGEID>+${DISTNAME}+g' ${WRKSRC}/opt/intel/compiler60/${i} > ${WRKSRC}/opt/intel/compiler60/${i}.seded
        @${MV} -f ${WRKSRC}/opt/intel/compiler60/${i}.seded \
                ${WRKSRC}/opt/intel/compiler60/${i}
        @${CHMOD} 755 ${WRKSRC}/opt/intel/compiler60/${i}

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: netchild 
State-Changed-When: Tue Aug 20 02:04:12 PDT 2002 
State-Changed-Why:  
commited 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41650 
>Unformatted:
