diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-08-20 09:00:57 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-08-20 09:00:57 +0000 |
commit | 17e58aabf69c833687b203ff132f664fc5937e27 (patch) | |
tree | eee240c3588bda64d9f6a3044d3ad88cd3185529 /lang | |
parent | upgrade to 4.8.2 (diff) |
Set <INSTALLTIMECOMBOPACKAGEID> in compiler60/docs/fsupport (PR from
Maintainer).
Bump portrevision because this affects support requests to intel.
PR: 41650
Notes
Notes:
svn path=/head/; revision=64688
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ifc/Makefile | 8 | ||||
-rw-r--r-- | lang/ifc7/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index b639bc7356ff..bfa39ffe7043 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifc PORTVERSION= 6.0.159 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel emulators linux MASTER_SITES=# DISTNAME= l_fc_pu_6.0.159 @@ -34,7 +34,7 @@ IFC_SITE= http://www.intel.com/software/products/compilers/ .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,8 +63,8 @@ pre-patch: 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@' \ + 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 \ diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index b639bc7356ff..bfa39ffe7043 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifc PORTVERSION= 6.0.159 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel emulators linux MASTER_SITES=# DISTNAME= l_fc_pu_6.0.159 @@ -34,7 +34,7 @@ IFC_SITE= http://www.intel.com/software/products/compilers/ .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,8 +63,8 @@ pre-patch: 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@' \ + 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 \ |