Skip site navigation (1)Skip section navigation (2)
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:   ports/41650: Intel fortran compiler doesn't install correctly
Message-ID:  <200208140222.g7E2MZro005190@www.freebsd.org>

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

>Number:         41650
>Category:       ports
>Synopsis:       Intel fortran compiler doesn't install correctly
>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:   Tue Aug 13 19:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>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?200208140222.g7E2MZro005190>