From 8ec23bb883bb6d3f6e3f95fa83f5f8c8aeeb768f Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Sat, 19 Aug 2017 21:52:20 +0000 Subject: [PATCH] Subversion is not installed by textproc/docproj by default. Direct reader to install the docproj package as well as the subversion package. From the BSDCam 2017 Doc hackday. Submitted by: Deb Goodkin Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D11807 --- en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml | 11 ++++++++--- .../books/fdp-primer/working-copy/chapter.xml | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml index a9e2577db1..b9129560b0 100644 --- a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml @@ -81,9 +81,14 @@ Install the - textproc/docproj - package or port. This meta-port installs all of the - software needed to edit and build &os; documentation. + textproc/docproj meta-package + and Subversion. + This meta-package installs all of the software needed to + edit and build &os; documentation. The + Subversion package is needed to + obtain a working of the documentation and generate patches with. + + &prompt.root; pkg install docproj subversion diff --git a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml index 6a4acf54a0..58909a3bd7 100644 --- a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml @@ -41,9 +41,9 @@ formats. Subversion - is used to manage the &os; documentation files. It is installed - by textproc/docproj as one of - the required applications. + is used to manage the &os; documentation files. It is obtained by installing the Subversion package: + + &prompt.root; pkg install subversion Documentation and Manual Pages