Fix the paths to bento.
PR: 46808 Submitted by: marcus (original version)
This commit is contained in:
parent
796f4ce7d0
commit
2ac87c170a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15585
1 changed files with 13 additions and 24 deletions
|
|
@ -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/<arch>/<major_version>/errors error logs from latest <major_version> run on <arch>
|
||||||
/logs all logs from latest 3-stable run
|
/logs all logs from latest <major_version> run on <arch>
|
||||||
/packages packages from latest 3-stable run
|
/packages packages from latest <major_version> run on <arch>
|
||||||
/bak/errors error logs from last complete 3-stable run
|
/bak/errors error logs from last complete <major_version> run on <arch>
|
||||||
/bak/logs all logs from last complete 3-stable run
|
/bak/logs all logs from last complete <major_version> run on <arch>
|
||||||
/bak/packages packages from last complete 3-stable run
|
/bak/packages packages from last complete <major_version> run on <arch>
|
||||||
/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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue