From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 14 09:20:10 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B59A116A403 for ; Thu, 14 Dec 2006 09:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFF843CA8 for ; Thu, 14 Dec 2006 09:18:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBE9K9Sc042205 for ; Thu, 14 Dec 2006 09:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBE9K944042204; Thu, 14 Dec 2006 09:20:09 GMT (envelope-from gnats) Resent-Date: Thu, 14 Dec 2006 09:20:09 GMT Resent-Message-Id: <200612140920.kBE9K944042204@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vd@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08DE316A403; Thu, 14 Dec 2006 09:16:11 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C5743C9D; Thu, 14 Dec 2006 09:14:36 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 3B4F1B859; Thu, 14 Dec 2006 11:16:09 +0200 (EET) Received: (nullmailer pid 10822 invoked by uid 1002); Thu, 14 Dec 2006 09:16:09 -0000 Message-Id: <20061214091609.GA10780@qlovarnika.bg.datamax> Date: Thu, 14 Dec 2006 11:16:09 +0200 From: Vasil Dimov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: netchild@FreeBSD.org Subject: ports/106707: [patch]: lang/icc: remove references to devel/stlport-icc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 09:20:10 -0000 >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: