diff options
author | netchild <netchild@FreeBSD.org> | 2002-09-22 20:03:30 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-09-22 20:03:30 +0800 |
commit | d147944fb44241a8f63e8be1cd4105f63a8ce43d (patch) | |
tree | c9df70933a82b2312876f884b5641be8cc45db9f /lang/ifc/Makefile | |
parent | dc7a6bd40d9dc65a20e398b516806a8e9c35a359 (diff) | |
download | freebsd-ports-gnome-d147944fb44241a8f63e8be1cd4105f63a8ce43d.tar.gz freebsd-ports-gnome-d147944fb44241a8f63e8be1cd4105f63a8ce43d.tar.zst freebsd-ports-gnome-d147944fb44241a8f63e8be1cd4105f63a8ce43d.zip |
Update to 6.0.1.304.
Submitted by: maintainer
Approved by: kris
PR: 43150
Diffstat (limited to 'lang/ifc/Makefile')
-rw-r--r-- | lang/ifc/Makefile | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index 3d906c9656a8..8dad6412e8e3 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -6,11 +6,10 @@ # PORTNAME= ifc -PORTVERSION= 6.0.159 -PORTREVISION= 2 +PORTVERSION= 6.0.1.304 CATEGORIES= lang devel emulators linux MASTER_SITES=# -DISTNAME= l_fc_pu_6.0.159 +DISTNAME= l_fc_p_6.0.1.304 EXTRACT_SUFX= .tar MAINTAINER= chat95@mbox.kyoto-inet.or.jp @@ -25,10 +24,14 @@ NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 USE_LINUX= yes +USE_REINPLACE= yes NO_WRKSUBDIR= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes +MAN1= ifc.1 +MANPREFIX= ${PREFIX}/intel/compiler60/ + IFC_SITE= http://www.intel.com/software/products/compilers/ .include <bsd.port.pre.mk> @@ -39,10 +42,10 @@ IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, e.g. from ${IFC post-extract: .for i in \ - intel-ifc6-6.0-159.i386.rpm \ -# intel-ildb6-6.0-229.i386.rpm \ -# intel-efc6-6.0-159.ia64.rpm \ -# intel-eldb6-6.0-229.ia64.rpm + intel-ifc6-6.0.1-304.i386.rpm \ +# intel-ildb6-6.0.1-310.i386.rpm \ +# intel-efc6-6.0.1-304.ia64.rpm \ +# intel-eldb6-6.0.1-310.ia64.rpm @cd ${WRKSRC}; rpm2cpio ${i} | cpio -idu --quiet .endfor @@ -64,12 +67,8 @@ post-patch: # Correct some paths and patch some files @${RM} ${WRKSRC}/opt/intel/compiler60/ia32/bin/ifc.orig .for i in ia32/bin/ifcvars.csh ia32/bin/ifcvars.sh \ - 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} + ia32/bin/ifc ia32/bin/ifc.cfg docs/fsupport + @${REINPLACE_CMD} -i "" -e'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} @${CHMOD} 755 ${WRKSRC}/opt/intel/compiler60/${i} .endfor .if defined(NOPORTDOCS) |