aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-10-02 00:33:31 +0800
committereadler <eadler@FreeBSD.org>2013-10-02 00:33:31 +0800
commit2068b5a4e11b3dd7ecd0b96e20556426840a59af (patch)
tree14b6835430d4d0e1f8318b44a9b032eb41a97be9
parent0ca56fc124ee3d2fbc6117047eb3b5c96fef41d7 (diff)
downloadfreebsd-ports-gnome-2068b5a4e11b3dd7ecd0b96e20556426840a59af.tar.gz
freebsd-ports-gnome-2068b5a4e11b3dd7ecd0b96e20556426840a59af.tar.zst
freebsd-ports-gnome-2068b5a4e11b3dd7ecd0b96e20556426840a59af.zip
Clean up the post-install message a bit in lang/icc:
- Remove mention of old hardware and FreeBSD versions - Fix up the English a bit
-rw-r--r--lang/icc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index 0f8aaf40827a..cce96fa59ed0 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -177,13 +177,9 @@ do-install:
post-install:
@${ECHO} "${PKGNAME} is now installed in ${PREFIX}/${COMPILERDIR}, to use it you have to put your license into your \$${INTEL_FLEXLM_LICENSE} (default: ${PREFIX}/${COMPILERDIR}/licenses) directory and add ${PREFIX}/${COMPILERDIR}/bin to your PATH." | fmt
@${ECHO}
- @${ECHO} "On FreeBSD 5 with __FreeBSD_version >= 502108 icpc is set up to use the GNU libstdc++ from the base as STL by default." | fmt
+ @${ECHO} "WARNING: If you use icc while having linux_devtools installed, icc will use the wrong includes and therefore will generate non-working binaries!" | fmt
@${ECHO}
- @${ECHO} "If you use icc on a Pentium 4 you may have to use 'options CPU_ENABLE_SSE' (depending on the OS version, if in doubt try if it works) in your kernel config (have a look at http://www.FreeBSD.org/handbook/ if you do not know how to do this), else icc will hang forever or crashes with an 'Illegal instruction'." | fmt
- @${ECHO}
- @${ECHO} "WARNING: If you use icc while having linux_devtools installed, icc will use the wrong includes and therefore will generate bogus (not working) binaries!" | fmt
- @${ECHO}
- @${ECHO} "If you encounter further problems with icc please consult the errata at http://support.intel.com/support/performancetools/c/C_Compiler_Errata.htm first." | fmt
+ @${ECHO} "If you encounter problems with icc please consult the errata at http://support.intel.com/support/performancetools/c/C_Compiler_Errata.htm first." | fmt
@${ECHO}
@${ECHO} "Call for benchmarks:"
@${ECHO} "Intel is interested to see some benchmark numbers which compare gcc with icc. If you have a CPU produced by Intel and are able to do benchmarks with either your own source or with one of our major ports (e.g. with a webserver, a mailserver, a database system, an important graphics suite/program or some important math tool, ...) please try to spend some time to do a benchmark and send me (${MAINTAINER}) the result. You should include your system specs (CPU: speed/model, RAM: amount/speed, used disks (if necessary), chipset/mainboard type, ...), the version of the used software (OS, gcc, icc, ...), non default tuning options (kernel, sysctl) and the used compiler switches. If you don't use some 'standard' benchmark (e.g. the official MySQL benchmark, or the performance test suite of your prefered scripting language), please include a description about the benchmark too." | fmt