aboutsummaryrefslogtreecommitdiff
path: root/lang/icc
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-12-17 15:14:27 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-12-17 15:14:27 +0000
commitb86ac2f68f18e0242292e5fcf9a58f5bea2c54ac (patch)
treec612971cca419c43ea9e739b8bab9a338b1af91a /lang/icc
parent7b082ba5ba0129ece7b06ff58fe3f3b6b3d132e4 (diff)
downloadports-b86ac2f68f18e0242292e5fcf9a58f5bea2c54ac.tar.gz
ports-b86ac2f68f18e0242292e5fcf9a58f5bea2c54ac.zip
Notes
Diffstat (limited to 'lang/icc')
-rw-r--r--lang/icc/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index 656b6748a609..e1808efd21c9 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -7,11 +7,14 @@
PORTNAME= icc
PORTVERSION= 8.1.038
+PORTREVISION= 1
CATEGORIES= lang linux devel
MASTER_SITES=
DISTNAME= l_cc_pc_${PORTVERSION:C/p.+$//}
-MAINTAINER= netchild@FreeBSD.org
+# netchild@FreeBSD.org is willing to review patches and to provide background
+# infos regarding this port
+MAINTAINER= ports@FreeBSD.org
COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD binaries
PATCHLEVEL= ${PORTVERSION:C/(.+p)(.+)$/pe\2/}
@@ -36,7 +39,7 @@ PATCH_WRKSRC= ${WRKSRC}/opt/${COMPILERDIR}
MAN1= icc.1
MLINKS= icc.1 icpc.1
-MANPREFIX= ${TARGETDIR}/${COMPILERDIR}/
+MANPREFIX= ${TARGETDIR}/${COMPILERDIR}
ICC_SITE= http://www.intel.com/software/products/compilers/
@@ -234,7 +237,7 @@ do-install:
post-install:
@${ECHO} "${PKGNAME} is now installed in ${PREFIX}/${COMPILERDIR}, to use it you have to put your license into your \$${INTEL_FLEXLM_LICENSE} (default: ${PREFIX}/${COMPILERDIR}/licenses) directory and add ${PREFIX}/${COMPILERDIR}/bin to your PATH." | fmt
@${ECHO}
- @${ECHO} "On FreeBSD 5 with __FreeBSD_version >= 502108 icpc is set up to use the GNU libstdc++ from the base as STL by default. Alternatively you can use the \"-cxxlib-icc\" option with icpc to use devel/stlport-icc as STL instead. In order to be able to compile C++ source with icpc on FreeBSD 4 or FreeBSD 5 with __FreeBSD_version < 502108 you have to install devel/stlport-icc. No further options to icpc to use devel/stlport-icc are required there." | fmt
+ @${ECHO} "On FreeBSD 5 with __FreeBSD_version >= 502108 icpc is set up to use the GNU libstdc++ from the base as STL by default." | fmt
@${ECHO}
@${ECHO} "If you use icc on a Pentium 4 you may have to use 'options CPU_ENABLE_SSE' (depending on the OS version, if in doubt try if it works) in your kernel config (have a look at http://www.FreeBSD.org/handbook/ if you do not know how to do this), else icc will hang forever or crashes with an 'Illegal instruction'." | fmt
@${ECHO}