Date: Fri, 14 Nov 2003 04:09:17 -0800 (PST) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile distinfo ports/lang/icc/files ld.c Message-ID: <200311141209.hAEC9HDf023234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2003/11/14 04:09:17 PST
FreeBSD ports repository
Modified files:
lang/icc Makefile distinfo
lang/icc/files ld.c
Log:
- Update to 7.1.032.
- Transform some warnings into errors as suggested by some included
docs (some kind of MSVC compatibility which isn't reverted in icc
for linux).
ld.c:
- add possibility to use a different threads lib via PTHREAD_LIBS
variable (e.g. PTHREAD_LIBS=-lthr) [1]
this may be subject to change when gcc learns how to handle our
different threads libs
- refactor some code [1][2]
- remove mailwrapper license, there's no code from mailwrapper
anymore [2]
- correct the order of libc and libc_r [1][2]
Submitted by: mi [1]
Submitted by: Marius Strobl <marius@alchemy.franken.de> [2]
Reviewed by: Marius Strobl <marius@alchemy.franken.de> [1]
Revision Changes Path
1.52 +5 -5 ports/lang/icc/Makefile
1.25 +1 -1 ports/lang/icc/distinfo
1.8 +63 -146 ports/lang/icc/files/ld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311141209.hAEC9HDf023234>
