|
From: <sv...@va...> - 2013-02-12 17:52:38
|
de 2013-02-12 17:52:28 +0000 (Tue, 12 Feb 2013)
New Revision: 475
Log:
Edits to reflect the true state of affairs wrt FreeBSD port.
Modified files:
trunk/info/platforms.html
Modified: trunk/info/platforms.html (+14 -5)
===================================================================
--- trunk/info/platforms.html 2013-02-12 16:50:07 +00:00 (rev 474)
+++ trunk/info/platforms.html 2013-02-12 17:52:28 +00:00 (rev 475)
@@ -7,7 +7,7 @@
<p>The Valgrind 3.7.X series supports the following platforms.</p>
<ul>
<li><b>x86/Linux:</b> support is mature and almost complete.</li>
-<li><b>AMD64/Linux:</b> support is mature and almost complete.</li>
+<li><b>AMD64/Linux:</b> support is mature and almost complete. Note that AMD64 is just another name for x86-64, and that Valgrind works fine on Intel machines.</li>
<li><b>PPC32/Linux:</b> support is new but fairly complete.</li>
<li><b>PPC64/Linux:</b> support is new but fairly complete.</li>
<li><b>x86/Darwin (Mac OS X):</b> support is new.</li>
@@ -18,17 +18,26 @@
<li><b>MIPS32/Linux</b> support is new in 3.8.0.</li>
</ul>
-<p>(Note that AMD64 is just another name for x86-64, and that Valgrind works
-fine on Intel machines.) On Linux, you must be running kernel 2.4.X or
-later, and glibc 2.2.X or later. That covers the vast majority of installed
-systems at present. On Mac OS X you must be running 10.6.x or later.</p>
+<p>On Linux, you must be running kernel 2.6.X or later, and glibc
+2.5.X or later. That covers the vast majority of installed systems at
+present. On Mac OS X you must be running 10.7.x or later.</p>
<p>For details of which distributions the current release
(<?php echo $config['release-version']; ?>) builds and runs its
regression tests on, see the
<a href="/downloads/current.html#current">release notes</a>.</p>
+<ul>
+<li>
+<p><b>x86/FreeBSD:</b> The FreeBSD port has been developed since Valgrind 2.X.
+The FreeBSD porting team actively maintains the port, typically tracking
+Valgrind releases within a week or two. Snapshots are on this
+ <a href="http://www.freebsd.org/cgi/ports.cgi?query=valgrind">FreeBSD page</a>.</p>
+</li>
+</ul>
+
+
<a name="experimental"></a><h2>Experimental</h2>
<p>The following experimental ports have been done. Note that they have
|