svn commit: r51721 - in head/en_US.ISO8859-1/books/porters-handbook: special uses
Tobias Kortkamp
tobik at FreeBSD.org
Sun May 27 08:20:31 UTC 2018
On Sat, May 26, 2018, at 18:09, Marc Fonvieille wrote:
> On Fri, May 25, 2018 at 02:38:43PM +0000, Tobias Kortkamp wrote:
> > Author: tobik (ports committer)
> > Date: Fri May 25 14:38:42 2018
> > New Revision: 51721
> > URL: https://svnweb.freebsd.org/changeset/doc/51721
> >
> > Log:
> > Document USES=cargo in the Porter's Handbook
> >
> > PR: 227585
> > Submitted by: tobik
> > Reported by: 0mp
> > Reviewed by: mat, 0mp
> > Approved by: mat
> > Differential Revision: https://reviews.freebsd.org/D15471
> >
> > Modified:
> > head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
> > head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
> >
> > Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
> > ==============================================================================
> > --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri May 25 00:02:11 2018 (r51720)
> > +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri May 25 14:38:42 2018 (r51721)
> > @@ -815,6 +815,345 @@ CMAKE_OFF= VAR3</programlisting>
> > <literal>env.Append</literal> and
> > <literal>env.Replace</literal>.</para>
> > </sect2>
> > +
> > + <sect2 xml:id="using-cargo">
> > + <title>Using <command>cargo</command></title>
> > +
> > + <para>For ports that use <application>Cargo</application>,
> > + define <literal>USES=cargo</literal>.</para>
> > +
> > + <table frame="none" xml:id="using-cargo-user-variables">
> > + <title>Variables the Users Can Define for
> > + <command>cargo</command> Builds</title>
> > +
> > + <tgroup cols="2">
>
> 3 actually.
> It broke the PDF build. No worries, I fixed it.
Thanks. Sorry for breaking it.
> I know that HTML build doesn't complain
Why doesn't it complain?
> so, please, next time if you wish to commit during a
> slush, test both HTML+PDF formats (just to preserve the nerves of the
> guy who needs to tag the repo the next day ;-) ).
>
> --
> Marc
More information about the svn-doc-head
mailing list