- Update to 7.1.006.

Submitted by:	marius@alchemy.franken.de

 - Minor cosmetics (FIND) and corrections (COMMENT).
This commit is contained in:
Alexander Leidinger 2003-03-28 10:45:57 +00:00
parent f1b92aefa7
commit 81ac3ff758
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77613
12 changed files with 1370 additions and 576 deletions

View file

@ -6,14 +6,14 @@
#
PORTNAME= icc
PORTVERSION= 7.0.086
PORTVERSION= 7.1.006
CATEGORIES= lang linux devel
MASTER_SITES=
DISTNAME= l_cc_pu_${PORTVERSION}
DISTNAME= l_cc_p_${PORTVERSION}
EXTRACT_SUFX= .tar
MAINTAINER= netchild@FreeBSD.org
COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD objects
COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD binaries
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
@ -41,6 +41,7 @@ ICC_SITE= http://www.intel.com/software/products/compilers/
ICCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//'
CPIO?= /usr/bin/cpio
OBJCOPY?= /usr/bin/objcopy
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
@ -61,14 +62,14 @@ post-extract:
${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude
.endif
.for i in \
intel-icc7-7.0-86.i386.rpm
# intel-ildb7-7.0-172.i386.rpm \
# intel-isubh7-7.0-86.i386.rpm \
# intel-ecc7-7.0-86.ia64.rpm \
# intel-eldb7-7.0-172.ia64.rpm \
# intel-esubh7-7.0-86.ia64.rpm
intel-icc7-7.1-6.i386.rpm
# intel-ildb7-7.1-11.i386.rpm \
# intel-isubh7-7.1-6.i386.rpm \
# intel-ecc7-7.1-6.ia64.rpm \
# intel-eldb7-7.1-11.ia64.rpm \
# intel-esubh7-7.1-6.ia64.rpm
@cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \
cpio -idfuE ${WRKDIR}/cpio-exclude --quiet
${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet
.endfor
pre-patch:
@ -143,7 +144,8 @@ do-build:
@${CHMOD} 755 ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper/ld
do-install:
@cd ${WRKSRC}/opt && find . | cpio -pdu -R ${BINOWN}:${BINGRP} ${PREFIX}
@cd ${WRKSRC}/opt && ${FIND} . -print | \
${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${PREFIX}
post-install:
@${ECHO_CMD} "${PKGNAME} is now installed in ${PREFIX}/intel, to use it you have to"

View file

@ -1 +1 @@
MD5 (l_cc_pu_7.0.086.tar) = 4d5cb3828c4a5858b3aebda69875b30e
MD5 (l_cc_p_7.1.006.tar) = f1f00b6a3a788b82ea171126ca37f62d

View file

@ -29,6 +29,7 @@
*/opt/intel/%%COMPILERDIR%%/ia32/include/list.h
*/opt/intel/%%COMPILERDIR%%/ia32/include/locale
*/opt/intel/%%COMPILERDIR%%/ia32/include/map
*/opt/intel/%%COMPILERDIR%%/ia32/include/math.h
*/opt/intel/%%COMPILERDIR%%/ia32/include/mathf.h
*/opt/intel/%%COMPILERDIR%%/ia32/include/memory
*/opt/intel/%%COMPILERDIR%%/ia32/include/numeric

View file

@ -1,6 +1,9 @@
--- ia32/include/yvals.h.orig Tue Nov 26 22:50:59 2002
+++ ia32/include/yvals.h Thu Jan 9 17:27:12 2003
@@ -3,88 +3,15 @@
@@ -1,93 +1,17 @@
-/* static char cvs_id[] = "$Id: yvals.h,v 1.35.2.2 2003/02/21 13:46:50 sne Exp $"; */
+/* static char cvs_id[] = "$Id: yvals.h,v 1.35.2.1 2002/12/26 08:38:02 grigory Exp $"; */
/* yvals.h values header for EDG/gcc on various Unix systems */
#ifndef _YVALS
#define _YVALS
@ -79,6 +82,9 @@
#ifndef _MULTI_THREAD
#define _MULTI_THREAD 1 /* 0 for no locks, 1 for multithreaded library */
#endif /* _MULTI_THREAD */
- #ifndef _IOSTREAM_OP_LOCKS
- #define _IOSTREAM_OP_LOCKS 1
- #endif /* _MULTI_THREAD */
-#define _GLOBAL_LOCALE 0 /* 0 for per-thread locales, 1 for shared */
-#define _FILE_OP_LOCKS 0 /* 0 for no file atomic locks, 1 for atomic */
@ -89,7 +95,7 @@
#define _HAS_TRADITIONAL_IOSTREAMS 1
#define _HAS_TRADITIONAL_ITERATORS 1
#define _HAS_TRADITIONAL_POS_TYPE 1
@@ -131,211 +58,9 @@
@@ -134,212 +58,9 @@
#define _Restrict
@ -276,7 +282,8 @@
- #define _LOCK_LOCALE 0
- #define _LOCK_MALLOC 1
- #define _LOCK_STREAM 2
- #define _MAX_LOCK 3 /* one more than highest lock number */
- #define _LOCK_DEBUG 3
- #define _MAX_LOCK 4 /* one more than highest lock number */
-
-
-

View file

@ -1,3 +1,3 @@
This is Intels C/C++ compiler, it is set up to produce native FreeBSD objects.
This is Intels C/C++ compiler, it is set up to produce native FreeBSD binaries.
WWW: http://www.intel.com/software/products/compilers/clin

File diff suppressed because it is too large Load diff

View file

@ -6,14 +6,14 @@
#
PORTNAME= icc
PORTVERSION= 7.0.086
PORTVERSION= 7.1.006
CATEGORIES= lang linux devel
MASTER_SITES=
DISTNAME= l_cc_pu_${PORTVERSION}
DISTNAME= l_cc_p_${PORTVERSION}
EXTRACT_SUFX= .tar
MAINTAINER= netchild@FreeBSD.org
COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD objects
COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD binaries
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
@ -41,6 +41,7 @@ ICC_SITE= http://www.intel.com/software/products/compilers/
ICCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//'
CPIO?= /usr/bin/cpio
OBJCOPY?= /usr/bin/objcopy
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
@ -61,14 +62,14 @@ post-extract:
${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude
.endif
.for i in \
intel-icc7-7.0-86.i386.rpm
# intel-ildb7-7.0-172.i386.rpm \
# intel-isubh7-7.0-86.i386.rpm \
# intel-ecc7-7.0-86.ia64.rpm \
# intel-eldb7-7.0-172.ia64.rpm \
# intel-esubh7-7.0-86.ia64.rpm
intel-icc7-7.1-6.i386.rpm
# intel-ildb7-7.1-11.i386.rpm \
# intel-isubh7-7.1-6.i386.rpm \
# intel-ecc7-7.1-6.ia64.rpm \
# intel-eldb7-7.1-11.ia64.rpm \
# intel-esubh7-7.1-6.ia64.rpm
@cd ${WRKSRC} && rpm2cpio 2>/dev/null ${i} | \
cpio -idfuE ${WRKDIR}/cpio-exclude --quiet
${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet
.endfor
pre-patch:
@ -143,7 +144,8 @@ do-build:
@${CHMOD} 755 ${WRKSRC}/opt/intel/${COMPILERDIR}/ia32/bin/ldwrapper/ld
do-install:
@cd ${WRKSRC}/opt && find . | cpio -pdu -R ${BINOWN}:${BINGRP} ${PREFIX}
@cd ${WRKSRC}/opt && ${FIND} . -print | \
${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${PREFIX}
post-install:
@${ECHO_CMD} "${PKGNAME} is now installed in ${PREFIX}/intel, to use it you have to"

View file

@ -1 +1 @@
MD5 (l_cc_pu_7.0.086.tar) = 4d5cb3828c4a5858b3aebda69875b30e
MD5 (l_cc_p_7.1.006.tar) = f1f00b6a3a788b82ea171126ca37f62d

View file

@ -29,6 +29,7 @@
*/opt/intel/%%COMPILERDIR%%/ia32/include/list.h
*/opt/intel/%%COMPILERDIR%%/ia32/include/locale
*/opt/intel/%%COMPILERDIR%%/ia32/include/map
*/opt/intel/%%COMPILERDIR%%/ia32/include/math.h
*/opt/intel/%%COMPILERDIR%%/ia32/include/mathf.h
*/opt/intel/%%COMPILERDIR%%/ia32/include/memory
*/opt/intel/%%COMPILERDIR%%/ia32/include/numeric

View file

@ -1,6 +1,9 @@
--- ia32/include/yvals.h.orig Tue Nov 26 22:50:59 2002
+++ ia32/include/yvals.h Thu Jan 9 17:27:12 2003
@@ -3,88 +3,15 @@
@@ -1,93 +1,17 @@
-/* static char cvs_id[] = "$Id: yvals.h,v 1.35.2.2 2003/02/21 13:46:50 sne Exp $"; */
+/* static char cvs_id[] = "$Id: yvals.h,v 1.35.2.1 2002/12/26 08:38:02 grigory Exp $"; */
/* yvals.h values header for EDG/gcc on various Unix systems */
#ifndef _YVALS
#define _YVALS
@ -79,6 +82,9 @@
#ifndef _MULTI_THREAD
#define _MULTI_THREAD 1 /* 0 for no locks, 1 for multithreaded library */
#endif /* _MULTI_THREAD */
- #ifndef _IOSTREAM_OP_LOCKS
- #define _IOSTREAM_OP_LOCKS 1
- #endif /* _MULTI_THREAD */
-#define _GLOBAL_LOCALE 0 /* 0 for per-thread locales, 1 for shared */
-#define _FILE_OP_LOCKS 0 /* 0 for no file atomic locks, 1 for atomic */
@ -89,7 +95,7 @@
#define _HAS_TRADITIONAL_IOSTREAMS 1
#define _HAS_TRADITIONAL_ITERATORS 1
#define _HAS_TRADITIONAL_POS_TYPE 1
@@ -131,211 +58,9 @@
@@ -134,212 +58,9 @@
#define _Restrict
@ -276,7 +282,8 @@
- #define _LOCK_LOCALE 0
- #define _LOCK_MALLOC 1
- #define _LOCK_STREAM 2
- #define _MAX_LOCK 3 /* one more than highest lock number */
- #define _LOCK_DEBUG 3
- #define _MAX_LOCK 4 /* one more than highest lock number */
-
-
-

View file

@ -1,3 +1,3 @@
This is Intels C/C++ compiler, it is set up to produce native FreeBSD objects.
This is Intels C/C++ compiler, it is set up to produce native FreeBSD binaries.
WWW: http://www.intel.com/software/products/compilers/clin

File diff suppressed because it is too large Load diff