FAQ 8.3 needs some updating.
Index: faq8.html =================================================================== RCS file: /cvs/www/faq/faq8.html,v retrieving revision 1.231 diff -u -r1.231 faq8.html --- faq8.html 11 Aug 2011 10:27:03 -0000 1.231 +++ faq8.html 28 Aug 2011 20:24:27 -0000 @@ -259,7 +259,7 @@ </tr> <tr valign="top"> -<td>C, C++</td> +<td rowspan="2">C, C++</td> <td><tt>comp49.tgz</tt>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&sektion=1">gcc(1)</a> </td> @@ -270,18 +270,18 @@ for details. They will also emit warnings when using unsafe functions such as sprintf(), strcpy(), strcat(), tmpnam(), etc. -Note that most platforms use gcc 3.3.5, but some still use 2.95.3. +Note that most platforms use gcc 4.2.1, but some still use 3.3.5 or 2.95.3. </td> </tr> <tr valign="top"> -<td>C, C++</td> <td> <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/gcc/?only_with_tag=OPENBSD_4_9">lang/gcc</a> +<a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/llvm/?only_with_tag=OPENBSD_4_9">lang/llvm</a> </td> <td>These compilers have not gone through the security audit and do not contain security enhancements like those in the base system. -The compilers are renamed <tt>egcc</tt>, <tt>eg++</tt>, etc. to avoid +The gcc binaries are renamed <tt>egcc</tt>, <tt>eg++</tt>, etc. to avoid confusion with their counterparts in the base system. </td> </tr> @@ -312,8 +312,8 @@ <tr valign="top"> <td rowspan="2">Fortran</td> -<td><tt>comp49.tgz</tt>, -<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=g77&sektion=1">g77(1)</a> +<td> +<a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/g77/?only_with_tag=OPENBSD_4_9">lang/g77</a> </td> <td>Only Fortran 77 support.</td> </tr> @@ -323,7 +323,7 @@ <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/gcc/?only_with_tag=OPENBSD_4_9">lang/gcc</a> </td> <td>Fortran 95 is also supported by <tt>egfortran</tt> in gcc 4.0 and above. -This new compiler is available as a subpackage (g95) of gcc. +This new compiler is available as a subpackage (f95) of gcc. </td> </tr> @@ -408,24 +408,24 @@ </tr> <tr valign="top"> -<td rowspan="2">PHP</td> +<td>Perl 6</td> <td> -<a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/php4/?only_with_tag=OPENBSD_4_9">www/php4</a> -</td> -<td rowspan="2"> -Plenty of subpackages are available for different PHP modules. -</td> +<a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/rakudo/?only_with_tag=OPENBSD_4_9">lang/rakudo</a> +<td></td> </tr> <tr valign="top"> +<td>PHP</td> +<td> +<a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/php/?only_with_tag=OPENBSD_4_9">lang/php</a> +</td> <td> -<a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/www/php5/?only_with_tag=OPENBSD_4_9">www/php5</a> +Plenty of subpackages are available for different PHP modules. </td> </tr> <tr valign="top"> -<td>Prolog</td> -<!-- this port is broken +<td rowspan="2">Prolog</td> <td> <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/gprolog/?only_with_tag=OPENBSD_4_9">lang/gprolog</a> </td> @@ -433,7 +433,6 @@ </tr> <tr valign="top"> ---> <td> <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/swi-prolog/?only_with_tag=OPENBSD_4_9">lang/swi-prolog</a> </td> @@ -445,7 +444,7 @@ <td> <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/python/?only_with_tag=OPENBSD_4_9">lang/python</a> </td> -<td>Other ports are using Python 2.5 by default.</td> +<td>Other ports are using Python 2.7 by default.</td> </tr> <tr valign="top">

