From owner-freebsd-ports Fri Sep 20 21:10: 8 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 18E5F37B401 for ; Fri, 20 Sep 2002 21:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FD7D43E6E for ; Fri, 20 Sep 2002 21:10: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.6/8.12.6) with ESMTP id g8L4A2Co020006 for ; Fri, 20 Sep 2002 21:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8L4A1ar020005; Fri, 20 Sep 2002 21:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 337A037B401 for ; Fri, 20 Sep 2002 21:05:10 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCA643E3B for ; Fri, 20 Sep 2002 21:05:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g8L4597R077597 for ; Fri, 20 Sep 2002 21:05:09 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g8L459Sr077596; Fri, 20 Sep 2002 21:05:09 -0700 (PDT) Message-Id: <200209210405.g8L459Sr077596@www.freebsd.org> Date: Fri, 20 Sep 2002 21:05:09 -0700 (PDT) From: Nakata@FreeBSD.org, Maho To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/43150: Port upgrad for lang/ifc 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: 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 @@ -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+\+${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} + ia32/bin/ifc ia32/bin/ifc.cfg docs/fsupport + @${REINPLACE_CMD} -i "" -e'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} @${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