svn commit: r366218 - in stable/12: share/man/man5 tools/build/options

Stefan Eßer se at FreeBSD.org
Mon Sep 28 07:59:51 UTC 2020


Author: se
Date: Mon Sep 28 07:59:50 2020
New Revision: 366218
URL: https://svnweb.freebsd.org/changeset/base/366218

Log:
  MFC r366100:
  
  Add build options WITH/WITHOUT_GH_BC.
  
  The update to the man-page cannot be merged, since the default value of
  this option differs between -CURRENT and 12-STABLE.

Added:
  stable/12/tools/build/options/WITHOUT_GH_BC
     - copied unchanged from r366200, head/tools/build/options/WITHOUT_GH_BC
  stable/12/tools/build/options/WITH_GH_BC
     - copied unchanged from r366200, head/tools/build/options/WITH_GH_BC
Modified:
  stable/12/share/man/man5/src.conf.5

Modified: stable/12/share/man/man5/src.conf.5
==============================================================================
--- stable/12/share/man/man5/src.conf.5	Mon Sep 28 06:00:56 2020	(r366217)
+++ stable/12/share/man/man5/src.conf.5	Mon Sep 28 07:59:50 2020	(r366218)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd September 12, 2020
+.Dd September 28, 2020
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -792,6 +792,12 @@ if a newer version is not installed.
 .Pp
 This is a default setting on
 amd64/amd64, arm/arm, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, powerpc/powerpc64, powerpc/powerpcspe, riscv/riscv64 and riscv/riscv64sf.
+.It Va WITH_GH_BC
+Set this option to install the enhanced
+.Xr bc 1
+and
+.Xr dc 1
+programs instead of the traditional FreeBSD versions.
 .It Va WITHOUT_GNUCXX
 Do not build the GNU C++ stack (g++, libstdc++).
 This is the default on platforms where clang is the system compiler.

Copied: stable/12/tools/build/options/WITHOUT_GH_BC (from r366200, head/tools/build/options/WITHOUT_GH_BC)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/12/tools/build/options/WITHOUT_GH_BC	Mon Sep 28 07:59:50 2020	(r366218, copy of r366200, head/tools/build/options/WITHOUT_GH_BC)
@@ -0,0 +1,6 @@
+.\" $FreeBSD$
+Set to not build and install the enhanced
+.Xr bc 1
+and
+.Xr dc 1
+programs instead of the traditional FreeBSD versions.

Copied: stable/12/tools/build/options/WITH_GH_BC (from r366200, head/tools/build/options/WITH_GH_BC)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/12/tools/build/options/WITH_GH_BC	Mon Sep 28 07:59:50 2020	(r366218, copy of r366200, head/tools/build/options/WITH_GH_BC)
@@ -0,0 +1,6 @@
+.\" $FreeBSD$
+Set this option to install the enhanced
+.Xr bc 1
+and
+.Xr dc 1
+programs instead of the traditional FreeBSD versions.


More information about the svn-src-all mailing list