summaryrefslogtreecommitdiff
path: root/lang/icc
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-03-27 13:22:42 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-03-27 13:22:42 +0000
commitd4ebb0784c5ad36faf851e6ebeac75222560cae9 (patch)
tree1ca3c5a2692b4b3c23d125df5f65156cc7ca268a /lang/icc
parentFix the plist in the non-SSL case - curl-ca-bundle.crt is not installed. (diff)
Update to 8.0.058.p063.1.
Notes
Notes: svn path=/head/; revision=105414
Diffstat (limited to 'lang/icc')
-rw-r--r--lang/icc/Makefile2
-rw-r--r--lang/icc/distinfo4
-rw-r--r--lang/icc/files/patch-include::c++::yvals.h18
3 files changed, 18 insertions, 6 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index 822a6ebcb0ad..b539d62d5cf8 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= icc
-PORTVERSION= 8.0.058.p061
+PORTVERSION= 8.0.058.p063.1
CATEGORIES= lang linux devel
MASTER_SITES=
DISTNAME= l_cc_pc_${PORTVERSION:C/\.p.+$//}
diff --git a/lang/icc/distinfo b/lang/icc/distinfo
index fff1b39f0964..ebe56b4e87df 100644
--- a/lang/icc/distinfo
+++ b/lang/icc/distinfo
@@ -1,4 +1,4 @@
MD5 (l_cc_pc_8.0.058.tar.gz) = 51375cce8ef8bd9ff41fed5395b1ee5b
SIZE (l_cc_pc_8.0.058.tar.gz) = 67771485
-MD5 (l_cc_pc_8.0.058_pe061.tar.gz) = 80f4e4c0b7ff3d0d775e4d213f81a1cd
-SIZE (l_cc_pc_8.0.058_pe061.tar.gz) = 8768379
+MD5 (l_cc_pc_8.0.058_pe063.1.tar.gz) = b5d377cc9290bd6323cb24e5d1922da2
+SIZE (l_cc_pc_8.0.058_pe063.1.tar.gz) = 11916015
diff --git a/lang/icc/files/patch-include::c++::yvals.h b/lang/icc/files/patch-include::c++::yvals.h
index 2ffbcd7a7677..d92b338a75a3 100644
--- a/lang/icc/files/patch-include::c++::yvals.h
+++ b/lang/icc/files/patch-include::c++::yvals.h
@@ -1,5 +1,5 @@
---- include/c++/yvals.h.orig Wed Mar 17 14:35:06 2004
-+++ include/c++/yvals.h Wed Mar 17 14:40:46 2004
+--- include/c++/yvals.h.orig Thu Mar 18 20:22:51 2004
++++ include/c++/yvals.h Sat Mar 27 13:32:51 2004
@@ -7,24 +7,10 @@
_ABRCPP -- to turn ON Abridged C++ dialect (implies _ECPP)
@@ -168,7 +168,7 @@
/* NAMESPACE CONTROL */
#if defined(_ECPP) && defined(__cplusplus)
#define _STD_USING 1 /* To be compatible with QNX, where _STD_USING defined for C++ only */
-@@ -283,217 +146,13 @@
+@@ -283,229 +146,13 @@
#define _END_EXTERN_C
#endif /* __cplusplus */
@@ -322,7 +322,11 @@
-#define _EXFAIL 1 /* EXIT_FAILURE */
-
-_EXTERN_C
+-#ifdef __QNX__
-void __Atexit(void (*)(void));
+-#else
+-void _Atexit(void (*)(void));
+-#endif
-_END_EXTERN_C
-
- /* stdio PROPERTIES */
@@ -345,7 +349,11 @@
-_C_STD_END
-
- /* MULTITHREAD PROPERTIES */
+-#ifdef __QNX__
-_STD_BEGIN
+-#else
+-_EXTERN_C
+-#endif
- #if _MULTI_THREAD
-void _Locksyslock(int);
-void _Unlocksyslock(int);
@@ -354,7 +362,11 @@
- #define _Locksyslock(x) (void)0
- #define _Unlocksyslock(x) (void)0
- #endif /* _MULTI_THREAD */
+-#ifdef __QNX__
-_STD_END
+-#else
+-_END_EXTERN_C
+-#endif
- /* LOCK MACROS */
- #define _LOCK_LOCALE 0
- #define _LOCK_MALLOC 1