From owner-svn-src-stable@freebsd.org Mon Sep 28 07:59:51 2020 Return-Path: Delivered-To: svn-src-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E07F43FA1A3; Mon, 28 Sep 2020 07:59:51 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0FKz5gNBz42gT; Mon, 28 Sep 2020 07:59:51 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A64951A5FA; Mon, 28 Sep 2020 07:59:51 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08S7xpaZ009893; Mon, 28 Sep 2020 07:59:51 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08S7xpwD009890; Mon, 28 Sep 2020 07:59:51 GMT (envelope-from se@FreeBSD.org) Message-Id: <202009280759.08S7xpwD009890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Mon, 28 Sep 2020 07:59:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r366218 - in stable/12: share/man/man5 tools/build/options X-SVN-Group: stable-12 X-SVN-Commit-Author: se X-SVN-Commit-Paths: in stable/12: share/man/man5 tools/build/options X-SVN-Commit-Revision: 366218 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2020 07:59:51 -0000 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.