svn commit: r345204 - head/share/man/man5

Enji Cooper ngie at FreeBSD.org
Fri Mar 15 21:46:55 UTC 2019


Author: ngie
Date: Fri Mar 15 21:46:54 2019
New Revision: 345204
URL: https://svnweb.freebsd.org/changeset/base/345204

Log:
  Regenerate src.conf(5) after r345203 (MK_GOOGLETEST addition)
  
  MFC after:	2 months
  MFC with:	r345203
  Approved by:	emaste (mentor; implicit: https://reviews.freebsd.org/D19551)

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Fri Mar 15 21:43:52 2019	(r345203)
+++ head/share/man/man5/src.conf.5	Fri Mar 15 21:46:54 2019	(r345204)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd March 6, 2019
+.Dd March 15, 2019
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -828,6 +828,11 @@ Set to not build GNU
 Set this option to include GNU extensions in
 .Xr bsdgrep 1
 by linking against libgnuregex.
+.It Va WITHOUT_GOOGLETEST
+Set to neither build nor install
+.Lb libgmock ,
+.Lb libgtest ,
+and dependent tests.
 .It Va WITHOUT_GPIO
 Set to not build
 .Xr gpioctl 8
@@ -1826,6 +1831,10 @@ When set, it enforces these options:
 When set, these options are also in effect:
 .Pp
 .Bl -inset -compact
+.It Va WITHOUT_GOOGLETEST
+(unless
+.Va WITH_GOOGLETEST
+is set explicitly)
 .It Va WITHOUT_TESTS_SUPPORT
 (unless
 .Va WITH_TESTS_SUPPORT
@@ -1833,6 +1842,12 @@ is set explicitly)
 .El
 .It Va WITHOUT_TESTS_SUPPORT
 Set to disables the build of all test-related dependencies, including ATF.
+When set, it enforces these options:
+.Pp
+.Bl -item -compact
+.It
+.Va WITHOUT_GOOGLETEST
+.El
 .It Va WITHOUT_TEXTPROC
 Set to not build
 programs used for text processing.


More information about the svn-src-head mailing list