From owner-cvs-all Tue Aug 20 3: 2: 5 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 66BC837B400; Tue, 20 Aug 2002 03:02:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F41F43E7B; Tue, 20 Aug 2002 03:01:59 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7KA1xJU057508; Tue, 20 Aug 2002 03:01:59 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7KA1wlM057507; Tue, 20 Aug 2002 03:01:58 -0700 (PDT) Message-Id: <200208201001.g7KA1wlM057507@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 20 Aug 2002 03:01:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile pkg-plist ports/lang/icc/files cxa_atexit.c ld patch-icc patch-include stderr.c 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/08/20 03:01:58 PDT Modified files: lang/icc Makefile pkg-plist lang/icc/files ld patch-include Added files: lang/icc/files cxa_atexit.c patch-icc stderr.c Log: - add category: devel - use reinplace command where appropriate - gzip man page - clarify download instructions (1) - fix typo in a comment (2) - preparation for successfull C++ compiles (2, minor changes by me) Even if I bumped the port revision for the C++ parts, there's no need to update yet, wait until I commit the icc-stlport. Requested by: mi (1) Submitted by: Marius Strobl (2) Revision Changes Path 1.15 +29 -9 ports/lang/icc/Makefile 1.1 +38 -0 ports/lang/icc/files/cxa_atexit.c (new) 1.3 +72 -10 ports/lang/icc/files/ld 1.1 +24 -0 ports/lang/icc/files/patch-icc (new) 1.3 +41 -0 ports/lang/icc/files/patch-include 1.1 +32 -0 ports/lang/icc/files/stderr.c (new) 1.6 +0 -66 ports/lang/icc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message