From nobody Mon Oct 11 20:35:41 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 97A5C1810529 for ; Mon, 11 Oct 2021 20:35:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSrCg3CMPz4qpW; Mon, 11 Oct 2021 20:35:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id E9CB02F90; Mon, 11 Oct 2021 20:35:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: 151b473480 - main - documentation: Remove asciidoctor-pdf from default requirements To: "Danilo G. Baio" , doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org References: <202110092115.199LFZlX031101@gitrepo.freebsd.org> From: John Baldwin Message-ID: <443e4da7-2d47-cd2f-0c79-d0d748328260@FreeBSD.org> Date: Mon, 11 Oct 2021 13:35:41 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 In-Reply-To: <202110092115.199LFZlX031101@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 10/9/21 2:15 PM, Danilo G. Baio wrote: > The branch main has been updated by dbaio: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=151b473480373cea7cdc1af86a1e7837976429a1 > > commit 151b473480373cea7cdc1af86a1e7837976429a1 > Author: Danilo G. Baio > AuthorDate: 2021-10-09 21:13:16 +0000 > Commit: Danilo G. Baio > CommitDate: 2021-10-09 21:13:16 +0000 > > documentation: Remove asciidoctor-pdf from default requirements > > With the current requirements, if textproc/docproj is built with PDF > option disabled, you can't build the documentation. > > This fixes that, and now asciidoctor-pdf will be checked only when > building PDF. > > Reported by: jhb Thanks! -- John Baldwin