svn commit: r366227 - in releng/12.2: share/man/man5 tools/build/options

Stefan Eßer se at FreeBSD.org
Mon Sep 28 14:47:37 UTC 2020


Author: se
Date: Mon Sep 28 14:47:36 2020
New Revision: 366227
URL: https://svnweb.freebsd.org/changeset/base/366227

Log:
  MF12 r366218:
  
  Add documentation of the build options WITH_GH_BC and WITHOUT_GH_BC to
  optionally replace the traditional implementation of bc(1) and dc(1) with
  the new implementation that has become the default version in -CURRENT.
  
  The man-page differs from the one in -CURRENT due to different default
  values of that build option.
  
  Approved by:	 re (gjb)

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

Modified: releng/12.2/share/man/man5/src.conf.5
==============================================================================
--- releng/12.2/share/man/man5/src.conf.5	Mon Sep 28 14:11:53 2020	(r366226)
+++ releng/12.2/share/man/man5/src.conf.5	Mon Sep 28 14:47:36 2020	(r366227)
@@ -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
@@ -775,6 +775,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 and riscv/riscv64.
+.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: releng/12.2/tools/build/options/WITHOUT_GH_BC (from r366218, stable/12/tools/build/options/WITHOUT_GH_BC)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ releng/12.2/tools/build/options/WITHOUT_GH_BC	Mon Sep 28 14:47:36 2020	(r366227, copy of r366218, stable/12/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: releng/12.2/tools/build/options/WITH_GH_BC (from r366218, stable/12/tools/build/options/WITH_GH_BC)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ releng/12.2/tools/build/options/WITH_GH_BC	Mon Sep 28 14:47:36 2020	(r366227, copy of r366218, stable/12/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-releng mailing list