Date: Fri, 20 Sep 2002 21:05:09 -0700 (PDT) From: Nakata@FreeBSD.org, Maho <chat95@mbox.kyoto-inet.or.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/43150: Port upgrad for lang/ifc Message-ID: <200209210405.g8L459Sr077596@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 43150 >Category: ports >Synopsis: Port upgrad for lang/ifc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 20 21:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nakata, Maho >Release: 4.7-PRERELEASE >Organization: private >Environment: FreeBSD scarlatti.synchem.kyoto-u.ac.jp 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Fri Sep 6 13:55:55 JST 2002 maho@scarlatti.synchem.kyoto-u.ac.jp:/work/cvsup/src/sys/compile/MAHO-TONTON-4.x-STABLE i386 >Description: Intel Fortran Compiler is just updated. Many bugs are fixed in this release, make the fortran compiler stable. >How-To-Repeat: >Fix: diff -ur /work/cvsup/ports/lang/ifc/Makefile ifc/Makefile --- /work/cvsup/ports/lang/ifc/Makefile Wed Aug 21 11:36:19 2002 +++ ifc/Makefile Sat Sep 21 12:56:34 2002 @@ -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 @@ 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 @@ 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 @@ # 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) diff -ur /work/cvsup/ports/lang/ifc/distinfo ifc/distinfo --- /work/cvsup/ports/lang/ifc/distinfo Wed Jul 24 17:06:18 2002 +++ ifc/distinfo Sat Sep 21 11:38:56 2002 @@ -1 +1 @@ -MD5 (l_fc_pu_6.0.159.tar) = 3f54e7c40747a7c90aef4dc9a03110f6 +MD5 (l_fc_p_6.0.1.304.tar) = 6805df05f10ddea69080bf8d3c8d86de diff -ur /work/cvsup/ports/lang/ifc/pkg-plist ifc/pkg-plist --- /work/cvsup/ports/lang/ifc/pkg-plist Wed Jul 24 17:06:18 2002 +++ ifc/pkg-plist Sat Sep 21 12:27:07 2002 @@ -600,6 +600,7 @@ intel/compiler60/ia32/bin/fpp intel/compiler60/ia32/bin/icid intel/compiler60/ia32/bin/ifc +intel/compiler60/ia32/bin/ifc.cfg intel/compiler60/ia32/bin/ifcbin intel/compiler60/ia32/bin/ifccem intel/compiler60/ia32/bin/ifcvars.csh @@ -658,7 +659,6 @@ intel/compiler60/ia32/lib/libunwind.a intel/compiler60/ia32/lib/libunwind.so intel/compiler60/ia32/lib/libunwind.so.1 -intel/compiler60/man/man1/ifc.1 @dirrm %%PORTDOCS%%intel/licenses @dirrm %%PORTDOCS%%intel/compiler60/man/man1 @dirrm %%PORTDOCS%%intel/compiler60/man >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?200209210405.g8L459Sr077596>