As Intel uses it's own directory for ifc and icc, we don't conflict with
ifc anymore.
Because of ABI changes, you have to recompile C++ programs (don't forget
stlport-icc).
Note that this port is a _work in progress_:
- Icc allows to use an already installed libstdc++ from gcc, this doesn't
work yet on FreeBSD. Libstdc++ on 4.x is too old, so it's unlikely we
can add support for it. The headers of libstdc++ shipping with FreeBSD
5.2-CURRENT use GCCisms not (yet) supported by icc, the hardcoded search
path for them also doesn't fit for FreeBSD 5.2-CURRENT.
- We've incorporated parts (cxa) of the FreeBSD >= 502101 libc on < 502101
systems. It's tested on 4.x, but not on FreeBSD < 502101.
- Not all (new) options (including GCC compatibility) are thoroughly
tested.
When encountering problems please report to me first instead of directly
contacting Intel.
Ackknowledgements:
- Bradley T Hughes <bhughes@trolltech.com> for PR 59552, it resulted in
a modification of our libc (C++ DSO Object Destruction API) we
incorporate in the port on < 502101 systems.
- Marius Strobl <marius@alchemy.franken.de> for his help with the port
(e.g. ld.c, cxa).
changes which combine and simplify the post-install handling of target
libraries and GCJ include files and my 2003-12-14 change which simplifies
handling of .info files from the lang/gcc33 port.
- Fix pkg-plist
- Give maintainership back to Jason Evans, who is also the author of Onyx
PR: 60877 [1]
Submitted by: Jason Evans <jasone@canonware.com>
Additional change according to the submitter:
- Port compiles for the first time
- Port has 'gone on a diet'
(forgot about this file in last commit, few seconds ago)
PR: 60912
Submitted by: maintainer
researchers, experimenters, and engineers interested in large-scale
numerical and graphic applications. Lush is designed to be used in
situations where one would want to combine the flexibility of a
high-level, loosely-typed interpreted language, with the efficiency
of a strongly-typed, natively-compiled language, and with the easy
integration of code written in C, C++, or other languages.
WWW: http://lush.sourceforge.net/
PR: ports/60906
Submitted by: David Yeske <dyeske@yahoo.com>
HuC is a PC Engine C compiler. It can create ROMs (hucard)
or CD images and is bundled with an assembler and all kinds
of libraries. You can ouput text, scrolls, make sound,
control CD, handle sprites and tiles, and more.
PR: ports/60511
Submitted by: Frederic <nexusb@free.fr>
o Add TIDY extension.
o Remove MCAL extension.
o Remove patch-ext::standard::datetime.c file.
PR: ports/60504
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
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 <marius@alchemy.franken.de> [1]