svn commit: r306870 - in projects/doctools: share/mk tools/build/options
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 8 19:20:04 UTC 2016
Author: bapt
Date: Sat Oct 8 19:20:02 2016
New Revision: 306870
URL: https://svnweb.freebsd.org/changeset/base/306870
Log:
Add a new DOCTOOLS option
Added:
projects/doctools/tools/build/options/WITHOUT_DOCTOOLS (contents, props changed)
Modified:
projects/doctools/share/mk/src.opts.mk
Modified: projects/doctools/share/mk/src.opts.mk
==============================================================================
--- projects/doctools/share/mk/src.opts.mk Sat Oct 8 19:13:34 2016 (r306869)
+++ projects/doctools/share/mk/src.opts.mk Sat Oct 8 19:20:02 2016 (r306870)
@@ -78,6 +78,7 @@ __DEFAULT_YES_OPTIONS = \
CXX \
DIALOG \
DICT \
+ DOCTOOLS \
DMAGENT \
DYNAMICROOT \
ED_CRYPTO \
@@ -313,6 +314,7 @@ MK_SOURCELESS_UCODE:= no
.if ${MK_CDDL} == "no"
MK_ZFS:= no
MK_CTF:= no
+MK_DOCTOOLS:= no
.endif
.if ${MK_CRYPT} == "no"
@@ -358,6 +360,7 @@ MK_DTRACE_TESTS:= no
.if ${MK_TEXTPROC} == "no"
MK_GROFF:= no
+MK_DOCTOOLS:= no
.endif
.if ${MK_CROSS_COMPILER} == "no"
Added: projects/doctools/tools/build/options/WITHOUT_DOCTOOLS
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/doctools/tools/build/options/WITHOUT_DOCTOOLS Sat Oct 8 19:20:02 2016 (r306870)
@@ -0,0 +1,9 @@
+.\" $FreeBSD$
+Set to not build the
+.Xr roff 7
+toolchain
+You should consider installing the textproc/groff ports or the
+textproc/heirloom-doctools port to not break
+.Xr man 1
+on man pages not supported by
+.Xr mandoc 1
More information about the svn-src-projects
mailing list