diff options
author | netchild <netchild@FreeBSD.org> | 2006-12-17 23:14:27 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-12-17 23:14:27 +0800 |
commit | a82dcc5170ecd76059432812946e12187d661ba3 (patch) | |
tree | 73a0638e21a41df7e7d5bb696961d9b53809e8c5 /lang/icc | |
parent | 8c264648d9a6699e291c5bbafb0d9bad7ace999b (diff) | |
download | freebsd-ports-gnome-a82dcc5170ecd76059432812946e12187d661ba3.tar.gz freebsd-ports-gnome-a82dcc5170ecd76059432812946e12187d661ba3.tar.zst freebsd-ports-gnome-a82dcc5170ecd76059432812946e12187d661ba3.zip |
- remove trailing slash in a variable to not have two of them in the plist [1]
- remove comment about stldport-icc [2]
- give up maintainership, I don't have time for it ATM
! interested parties should get in contact with me, I got some patches
! for icc v9, can provide insight into why some things are done like
! they are and maybe some contacts at Intel are still able to provide
! some help
PR: 105569 [1]
Noticed by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1]
PR: 106707 [2]
Submitted by: vd [2]
Diffstat (limited to 'lang/icc')
-rw-r--r-- | lang/icc/Makefile | 9 |
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} |