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
Marius Strobl
marius at FreeBSD.org
Tue Nov 2 15:27:27 PST 2004
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
More information about the cvs-all
mailing list