Fix the paths to bento.

PR:		46808
Submitted by:	marcus (original version)
This commit is contained in:
Tom Rhodes 2003-01-08 19:29:54 +00:00
parent 796f4ce7d0
commit 2ac87c170a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15585

View file

@ -592,11 +592,11 @@
</itemizedlist> </itemizedlist>
<para>You will almost certainly get a conflict because <para>You will almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.146 2002-12-31 18:49:05 lioux Exp $</literal> (or in FreeBSD's case, of the <literal>$Id: article.sgml,v 1.147 2003-01-08 19:29:54 trhodes Exp $</literal> (or in FreeBSD's case,
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>) <literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
lines, so you will have to edit the file to resolve the conflict lines, so you will have to edit the file to resolve the conflict
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.146 2002-12-31 18:49:05 lioux Exp $</literal> line, (remove the marker lines and the second <literal>$Id: article.sgml,v 1.147 2003-01-08 19:29:54 trhodes Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.146 2002-12-31 18:49:05 lioux Exp $</literal> line intact).</para> leaving the original <literal>$Id: article.sgml,v 1.147 2003-01-08 19:29:54 trhodes Exp $</literal> line intact).</para>
</listitem> </listitem>
<listitem> <listitem>
@ -2418,11 +2418,12 @@ docs:Documentation Bug:nik:</programlisting>
<answer> <answer>
<para>First, go check <para>First, go check
<ulink url="http://bento.FreeBSD.org/~asami/errorlogs/"> <ulink url="http://bento.FreeBSD.org/errorlogs/">
http://bento.FreeBSD.org/~asami/errorlogs/</ulink>. http://bento.FreeBSD.org/errorlogs/</ulink>.
There you will find error logs from the latest package There you will find error logs from the latest package
building runs on 3-stable, 4-stable and 5-current.</para> building runs on all supported platforms for the most
recent branches.</para>
<para>However, just because the port does not show up there <para>However, just because the port does not show up there
does not mean it is building correctly. (One of the does not mean it is building correctly. (One of the
@ -2430,24 +2431,12 @@ docs:Documentation Bug:nik:</programlisting>
the relevant directories on bento, so feel free to dig the relevant directories on bento, so feel free to dig
around.</para> around.</para>
<programlisting> /a/asami/portbuild/3/errors error logs from latest 3-stable run <programlisting> /a/asami/portbuild/&lt;arch&gt;/&lt;major_version&gt;/errors error logs from latest &lt;major_version&gt; run on &lt;arch&gt;
/logs all logs from latest 3-stable run /logs all logs from latest &lt;major_version&gt; run on &lt;arch&gt;
/packages packages from latest 3-stable run /packages packages from latest &lt;major_version&gt; run on &lt;arch&gt;
/bak/errors error logs from last complete 3-stable run /bak/errors error logs from last complete &lt;major_version&gt; run on &lt;arch&gt;
/bak/logs all logs from last complete 3-stable run /bak/logs all logs from last complete &lt;major_version&gt; run on &lt;arch&gt;
/bak/packages packages from last complete 3-stable run /bak/packages packages from last complete &lt;major_version&gt; run on &lt;arch&gt;
/4/errors error logs from latest 4-stable run
/logs all logs from latest 4-stable run
/packages packages from latest 4-stable run
/bak/errors error logs from last complete 4-stable run
/bak/logs all logs from last complete 4-stable run
/bak/packages packages from last complete 4-stable run
/5/errors error logs from latest 5-current run
/logs all logs from latest 5-current run
/packages packages from latest 5-current run
/bak/errors error logs from last complete 5-current run
/bak/logs all logs from last complete 5-current run
/bak/packages packages from last complete 5-current run
</programlisting> </programlisting>
<para>Basically, if the port shows up in <para>Basically, if the port shows up in