Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2006 11:16:09 +0200
From:      Vasil Dimov <vd@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        netchild@FreeBSD.org
Subject:   ports/106707: [patch]: lang/icc: remove references to devel/stlport-icc
Message-ID:  <20061214091609.GA10780@qlovarnika.bg.datamax>
Resent-Message-ID: <200612140920.kBE9K944042204@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106707
>Category:       ports
>Synopsis:       [patch]: lang/icc: remove references to devel/stlport-icc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 14 09:20:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
N/A
>Environment:

>Description:

In order for devel/stlport-icc to be removed references to it must be
removed from lang/icc.

>How-To-Repeat:

>Fix:

--- icc_stlport-icc_drop.diff begins here ---
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}
--- icc_stlport-icc_drop.diff ends here ---

-- 
Vasil Dimov
gro.DSBeerF@dv
%
If the code and the comments disagree, then both are probably wrong.
                -- Norm Schryer
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061214091609.GA10780>