diff options
author | netchild <netchild@FreeBSD.org> | 2003-06-26 13:11:41 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-06-26 13:11:41 +0000 |
commit | f5fbea7370f87ef5a0a4cadec452bfb82723dc7f (patch) | |
tree | 0d8dc926da342b3a4cdcd6193f946487d05f3476 /lang/icc | |
parent | 2270c68d5f86ffdeb0fe66e5a964fc3237300282 (diff) | |
download | FreeBSD-ports-f5fbea7370f87ef5a0a4cadec452bfb82723dc7f.zip FreeBSD-ports-f5fbea7370f87ef5a0a4cadec452bfb82723dc7f.tar.gz |
Update to 7.1.019.
Diffstat (limited to 'lang/icc')
-rw-r--r-- | lang/icc/Makefile | 15 | ||||
-rw-r--r-- | lang/icc/distinfo | 2 | ||||
-rw-r--r-- | lang/icc/files/cpio-exclude | 1 |
3 files changed, 10 insertions, 8 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 4b0d784..3662168 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icc -PORTVERSION= 7.1.018 +PORTVERSION= 7.1.019 #PORTREVISION= 1 CATEGORIES= lang linux devel MASTER_SITES= @@ -23,6 +23,7 @@ NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 +CONFLICS= linux_devtools* ifc* USE_LINUX= yes USE_REINPLACE= yes @@ -63,12 +64,12 @@ post-extract: ${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude .endif .for i in \ - intel-icc7-7.1-18.i386.rpm -# intel-iidb7-7.1-36.i386.rpm \ -# intel-isubh7-7.1-18.i386.rpm \ -# intel-ecc7-7.1-18.ia64.rpm \ -# intel-eidb7-7.1-36.ia64.rpm \ -# intel-esubh7-7.1-18.ia64.rpm + intel-icc7-7.1-21.i386.rpm +# intel-iidb7-7.1-42.i386.rpm \ +# intel-isubh7-7.1-21.i386.rpm \ +# intel-ecc7-7.1-21.ia64.rpm \ +# intel-eidb7-7.1-42.ia64.rpm \ +# intel-esubh7-7.1-21.ia64.rpm @cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \ ${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet .endfor diff --git a/lang/icc/distinfo b/lang/icc/distinfo index 750d64d..f17deaa 100644 --- a/lang/icc/distinfo +++ b/lang/icc/distinfo @@ -1 +1 @@ -MD5 (l_cc_pc_7.1.018.tar) = b95ff56ea173aa10709f85aac0b3a59d +MD5 (l_cc_pc_7.1.019.tar) = b94f9ce4646cc889c9e6e9f0cddcf80c diff --git a/lang/icc/files/cpio-exclude b/lang/icc/files/cpio-exclude index d8f3cf9..d285725 100644 --- a/lang/icc/files/cpio-exclude +++ b/lang/icc/files/cpio-exclude @@ -37,6 +37,7 @@ */opt/intel/%%COMPILERDIR%%/ia32/include/omp_lib.h */opt/intel/%%COMPILERDIR%%/ia32/include/ostream */opt/intel/%%COMPILERDIR%%/ia32/include/queue +*/opt/intel/%%COMPILERDIR%%/ia32/include/queue.h */opt/intel/%%COMPILERDIR%%/ia32/include/regex.h */opt/intel/%%COMPILERDIR%%/ia32/include/set */opt/intel/%%COMPILERDIR%%/ia32/include/slist |