Date: Fri, 20 Sep 2002 05:16:26 -0700 (PDT) From: Alexander Leidinger <netchild@FreeBSD.org> 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 Message-ID: <200209201216.g8KCGQrK052749@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <martin.kahlert@infineon.com>
- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209201216.g8KCGQrK052749>
