From owner-cvs-all@FreeBSD.ORG Tue Nov 2 23:27:27 2004 Return-Path: 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 532CE16A4CE; Tue, 2 Nov 2004 23:27:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27E6F43D60; Tue, 2 Nov 2004 23:27:27 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA2NRRwB057544; Tue, 2 Nov 2004 23:27:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA2NRRVQ057543; Tue, 2 Nov 2004 23:27:27 GMT (envelope-from marius) Message-Id: <200411022327.iA2NRRVQ057543@repoman.freebsd.org> From: Marius Strobl Date: Tue, 2 Nov 2004 23:27:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/icc Makefile distinfo pkg-plist ports/lang/icc/files exclude exclude_noportdocs ld.c patch-bin::icc patch-bin::icpc patch-include::c++::cstdio patch-include::c++::yvals.h patch-include::xmmintrin.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 23:27:27 -0000 marius 2004-11-02 23:27:27 UTC FreeBSD ports repository (src committer) Modified files: lang/icc Makefile distinfo pkg-plist lang/icc/files exclude exclude_noportdocs ld.c patch-bin::icc patch-bin::icpc patch-include::c++::cstdio patch-include::c++::yvals.h patch-include::xmmintrin.h Log: o Preliminary update to 8.1.022: - For changes since the 8.0 series see the installed C++ReleaseNotes.htm but note that information given there doesn't necessarily apply to ICC on FreeBSD, e.g. -cxxlib-gcc isn't the default on FreeBSD yet and this port also doesn't install the Eclipse and CDT IDEs. - ICC now unfortunately requires emulators/linux_base-8. - Works fine for compiling C source. - A 6.0-current GENERIC kernel compiles and boots. - The devel/stlport-icc port currently can't link the exception handling testsuite with this ICC version (due to relying on a missbehaviour of the old ICC versions) and has to be changed in a way that doesn't break lang/icc7. - Support for using the GCC-compatibility of ICC on FreeBSD and using the GNU libstdc++ as the STL with ICC is in the works. o Like with the system GCC, default to libpthread for the threads library on FreeBSD >= 502102. Approved by: netchild In joint forces with: netchild Revision Changes Path 1.73 +18 -5 ports/lang/icc/Makefile 1.38 +2 -4 ports/lang/icc/distinfo 1.2 +1 -0 ports/lang/icc/files/exclude 1.2 +0 -4 ports/lang/icc/files/exclude_noportdocs 1.12 +14 -6 ports/lang/icc/files/ld.c 1.2 +8 -5 ports/lang/icc/files/patch-bin::icc 1.2 +8 -5 ports/lang/icc/files/patch-bin::icpc 1.3 +0 -6 ports/lang/icc/files/patch-include::c++::cstdio 1.4 +14 -22 ports/lang/icc/files/patch-include::c++::yvals.h 1.3 +2 -2 ports/lang/icc/files/patch-include::xmmintrin.h 1.19 +152 -675 ports/lang/icc/pkg-plist