From owner-cvs-all@FreeBSD.ORG Sun Mar 6 15:08:26 2005 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 6CDC916A4CE; Sun, 6 Mar 2005 15:08:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 506B243D49; Sun, 6 Mar 2005 15:08:26 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j26F8QqY086736; Sun, 6 Mar 2005 15:08:26 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j26F8Qid086735; Sun, 6 Mar 2005 15:08:26 GMT (envelope-from netchild) Message-Id: <200503061508.j26F8Qid086735@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 6 Mar 2005 15:08:26 +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 ports/lang/icc/files patch-bin::icc patch-bin::icpc patch-include::mathimf.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: Sun, 06 Mar 2005 15:08:26 -0000 netchild 2005-03-06 15:08:26 UTC FreeBSD ports repository Modified files: lang/icc Makefile distinfo lang/icc/files patch-bin::icc patch-bin::icpc patch-include::mathimf.h Log: - update to 8.1.028 - 5.x got the header fix too, don't install replacement headers there [1] - allow to override GXX_ROOT [2] Note: you may see "as: Illegal seek" while compiling with icc (a simple test didn't revealed the same message with icpc). I don't know the reason for it, but the resulting executable seems to work, so I commit the update. Thanks to: marius [1] Requested by: mi [2] Revision Changes Path 1.81 +4 -5 ports/lang/icc/Makefile 1.41 +2 -2 ports/lang/icc/distinfo 1.3 +6 -26 ports/lang/icc/files/patch-bin::icc 1.4 +7 -27 ports/lang/icc/files/patch-bin::icpc 1.3 +0 -9 ports/lang/icc/files/patch-include::mathimf.h