From owner-freebsd-ports Tue Aug 13 19:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444F837B400 for ; Tue, 13 Aug 2002 19:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1460343E65 for ; Tue, 13 Aug 2002 19:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7E2U1JU038854 for ; Tue, 13 Aug 2002 19:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7E2U1K4038853; Tue, 13 Aug 2002 19:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA68937B400 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41650: Intel fortran compiler doesn't install correctly 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 >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 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 .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@\@${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++${PREFIX}/intel+g; s+man -w+manpath+g; s+@LINUXBASE@+${LINUXBASE}+g; s+/bin/sh+${LINUXBASE}/bin/bash+g ; s++${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