In order for devel/stlport-icc to be removed references to it must be removed from lang/icc. Fix: -- Vasil Dimov gro.DSBeerF@dv % If the code and the comments disagree, then both are probably wrong. -- Norm Schryer--B6NueIzO9g6c1nutjjJ6SjlNAO5hIXITXBIAYHddYmzI92st Content-Type: text/plain; name="icc_stlport-icc_drop.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="icc_stlport-icc_drop.diff" Index: Makefile =================================================================== RCS file: /usr/local/pcvs/ports/lang/icc/Makefile,v retrieving revision 1.93 diff -u -r1.93 Makefile --- Makefile 3 Sep 2006 17:30:12 -0000 1.93 +++ Makefile 14 Dec 2006 09:13:32 -0000 @@ -234,7 +234,7 @@ 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}
Responsible Changed From-To: freebsd-ports-bugs->netchild Over to maintainer
netchild 2006-12-17 15:14:27 UTC FreeBSD ports repository Modified files: lang/icc Makefile Log: - 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] Revision Changes Path 1.94 +6 -3 ports/lang/icc/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!