From owner-cvs-all Fri Sep 20 5:16:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BE0A37B401; Fri, 20 Sep 2002 05:16:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5921243E4A; Fri, 20 Sep 2002 05:16:26 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8KCGQCo052750; Fri, 20 Sep 2002 05:16:26 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8KCGQrK052749; Fri, 20 Sep 2002 05:16:26 -0700 (PDT) Message-Id: <200209201216.g8KCGQrK052749@freefall.freebsd.org> From: Alexander Leidinger Date: Fri, 20 Sep 2002 05:16:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile distinfo pkg-descr pkg-plist ports/lang/icc/files ld.c patch-icc patch-icpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/09/20 05:16:26 PDT Modified files: lang/icc Makefile distinfo pkg-descr pkg-plist lang/icc/files ld.c patch-icc patch-icpc Log: - Update to 6.0.1.304. - Re-enable patching of iccvars.(c)sh (solely called by icid and therefore overlooked), accidentally broken by last commit. - Fix generation of multi-threaded code, triggered by the (badly documented) compiler option "-mt". - Disable compiler options "-openmp*" and "-parallel", they depend on libguide which itself depends on pthread_atfork() (not provided by libc_r), therefore don't install libguide. Note: All compiler options are now believed to either work on FreeBSD or be disabled (Maintainer note: '-prof_gen' is under investigation). - Add a message about installing stlport-icc in order to get full C++ support. - Remove workaround for generation of shared objects with binutils/ld 2.12.x, appears to be fixed (unfortunately no confirmation by Intel Support, "That is good news <...> then we should just close this issue." *sigh*). Submitted by: marius@alchemy.franken.de - Add note about a problem on P4 and how to solve it. Suggested by: Martin Kahlert - Remove outdated information in pkg-descr. Revision Changes Path 1.18 +19 -11 ports/lang/icc/Makefile 1.5 +1 -1 ports/lang/icc/distinfo 1.2 +26 -31 ports/lang/icc/files/ld.c 1.3 +6 -1 ports/lang/icc/files/patch-icc 1.2 +14 -1 ports/lang/icc/files/patch-icpc 1.5 +0 -2 ports/lang/icc/pkg-descr 1.8 +0 -2 ports/lang/icc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message