Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2020 17:56:31 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356837 - head/share/man/man5
Message-ID:  <202001171756.00HHuVYf085220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Jan 17 17:56:31 2020
New Revision: 356837
URL: https://svnweb.freebsd.org/changeset/base/356837

Log:
  src.conf.5: regen after r356836, DMAGENT dependency on OPENSSL

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

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Fri Jan 17 17:53:13 2020	(r356836)
+++ head/share/man/man5/src.conf.5	Fri Jan 17 17:56:31 2020	(r356837)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd January 14, 2020
+.Dd January 17, 2020
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -179,11 +179,10 @@ Build all binaries with the
 flag set to indicate that the run-time loader should perform all relocation
 processing at process startup rather than on demand.
 .It Va WITHOUT_BINUTILS
-Set to not build or install GNU
+Do not build or install GNU
 .Xr as 1 ,
-.Xr objdump 1 ,
-and, on powerpc,
-.Xr ld.bfd 1
+.Xr ld.bfd 1 , and
+.Xr objdump 1
 as part
 of the normal system build.
 The resulting system cannot build programs from source.
@@ -202,7 +201,7 @@ of the normal system build.
 This is a default setting on
 amd64/amd64, arm/armv6, arm/armv7, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
 .It Va WITHOUT_BINUTILS_BOOTSTRAP
-Set to not build binutils (as, objdump, and on powerpc ld)
+Do not build binutils (as, ld.bfd, and objdump)
 as part of the bootstrap process.
 .Bf -symbolic
 The option does not work for build targets unless some alternative
@@ -469,6 +468,8 @@ When set, it enforces these options:
 .Pp
 .Bl -item -compact
 .It
+.Va WITHOUT_DMAGENT
+.It
 .Va WITHOUT_KERBEROS
 .It
 .Va WITHOUT_KERBEROS_SUPPORT
@@ -1453,6 +1454,8 @@ Set to not build OpenSSL.
 When set, it enforces these options:
 .Pp
 .Bl -item -compact
+.It
+.Va WITHOUT_DMAGENT
 .It
 .Va WITHOUT_KERBEROS
 .It



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001171756.00HHuVYf085220>