diff options
author | tez <tez@pkgsrc.org> | 2012-07-25 21:20:50 +0000 |
---|---|---|
committer | tez <tez@pkgsrc.org> | 2012-07-25 21:20:50 +0000 |
commit | c771dbc866c8258ea8a0b02647c182d889aaf7c5 (patch) | |
tree | 6e91f2b03e68972dda4206b5ac6c856bbaeaaa82 /doc/guide/files | |
parent | 729d90424f6886e17622f7749feb5104be8db77e (diff) | |
download | pkgsrc-c771dbc866c8258ea8a0b02647c182d889aaf7c5.tar.gz |
update nfdump to 1.6.6
Diffstat (limited to 'doc/guide/files')
-rw-r--r-- | doc/guide/files/platforms.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index 3d7d56e04fe..07a55a066ab 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.71 2012/05/13 05:36:28 dholland Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.72 2012/07/25 21:20:51 tez Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -459,8 +459,8 @@ ICCBASE= /opt/intel/cc/10.1.008 <sect2 id="solaris"> <title>Solaris</title> - <para>Solaris 2.6 through 9 are supported on both x86 and sparc. - You will need a working C compiler. Both gcc 2.95.3 and + <para>Solaris 2.6 through 10 are supported on both x86 and sparc. + You will need a working C compiler. Both gcc 4.5.3 and Sun WorkShop 5 have been tested.</para> <para>The following packages are required on Solaris 8 for the bootstrap @@ -490,7 +490,7 @@ ICCBASE= /opt/intel/cc/10.1.008 <para>It is recommended that an external gcc be used only for bootstrapping, then either build gcc from - <filename role="pkg">lang/gcc</filename> or install a binary gcc + <filename role="pkg">lang/gcc46</filename> or install a binary gcc package, then remove gcc used during bootstrapping.</para> <para>Binary packages of gcc can be found through <ulink |