From owner-cvs-all@FreeBSD.ORG Mon Dec 22 07:03:25 2003 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 8A47A16A4CE; Mon, 22 Dec 2003 07:03:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106EE43D58; Mon, 22 Dec 2003 07:03:24 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBMF3N0B072395; Mon, 22 Dec 2003 07:03:23 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBMF3Nd9072394; Mon, 22 Dec 2003 07:03:23 -0800 (PST) (envelope-from netchild) Message-Id: <200312221503.hBMF3Nd9072394@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 22 Dec 2003 07:03:23 -0800 (PST) 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 ports/lang/icc/files ld.c 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: Mon, 22 Dec 2003 15:03:25 -0000 netchild 2003/12/22 07:03:23 PST FreeBSD ports repository Modified files: lang/icc Makefile lang/icc/files ld.c Log: - use the libc cxa support on a recent -current instead of the hack NOTE: you need to rebuild stlport-icc and maybe some other C++ programs/libs. - rework ld.c to fix the build of stlport-icc on 4.x (first part of the build fix, the second part follows shortly in a stlport commit) [1] Submitted by: Marius Strobl [1] Revision Changes Path 1.57 +6 -4 ports/lang/icc/Makefile 1.9 +79 -102 ports/lang/icc/files/ld.c