From owner-svn-doc-head@freebsd.org Sun May 27 08:20:31 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 514FCEF58A3; Sun, 27 May 2018 08:20:31 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBA3975F7B; Sun, 27 May 2018 08:20:30 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 6767A21BAF; Sun, 27 May 2018 04:20:30 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Sun, 27 May 2018 04:20:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=zMqZSd 2w/BeA394JFEP5HeGjS/vIwnoC0/y5i/Zqel8=; b=VYSbatNggSJ17wGk3SEGlG +FYRRVFtBInHxeBAuuRwcbLRFzIFfxMpkFD5OZabgtSqbf6X+k2KA42XYfeP7SYM pSNY9WGxmb7DcX0/sajXwW081h88nyfRVucmoriODW7N2ZwHnaoLUfabT9Iq95Ft JscDEehul8+6e3mCF//VxukZgJgXwvY3Na9efB48qIhvFgxJ1/F4A8KjU9sN9NbK LauLKK5WJOMsv/uKQTXS/YWn3njmJFbcw7/lEG1g8+HOyHQU0MxWxJ1KH4+scD33 KZtOo9kiYMsIUqBy9KtypeWYMWXk6a9GnUYqjwaxg68s4S2sN5mBlj+/CeksK6vw == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 3D62D9E100; Sun, 27 May 2018 04:20:30 -0400 (EDT) Message-Id: <1527409230.1465034.1386985752.5F68C23A@webmail.messagingengine.com> From: Tobias Kortkamp To: Marc Fonvieille Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-29e6b281 Date: Sun, 27 May 2018 10:20:30 +0200 References: <201805251438.w4PEchUU038076@repo.freebsd.org> <20180526160906.GA7628@emphyrio.blackend.org> Subject: Re: svn commit: r51721 - in head/en_US.ISO8859-1/books/porters-handbook: special uses In-Reply-To: <20180526160906.GA7628@emphyrio.blackend.org> X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2018 08:20:31 -0000 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 > > env.Append and > > env.Replace. > > > > + > > + > > + Using <command>cargo</command> > > + > > + For ports that use Cargo, > > + define USES=cargo. > > + > > + > > + Variables the Users Can Define for > > + <command>cargo</command> Builds > > + > > + > > 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