svn commit: r323304 - stable/11/share/man/man5

Herbert J. Skuhra herbert at mailbox.org
Sat Dec 16 07:04:27 UTC 2017


On Fri, 08 Sep 2017 06:51:16 +0200, Ngie Cooper wrote:
> 
> Author: ngie
> Date: Fri Sep  8 04:51:16 2017
> New Revision: 323304
> URL: https://svnweb.freebsd.org/changeset/base/323304
> 
> Log:
>   Regenerate src.conf(5) based on recent changes to src.opts.mk, etc.
> 
> Modified:
>   stable/11/share/man/man5/src.conf.5
> 
> Modified: stable/11/share/man/man5/src.conf.5
> ==============================================================================
> --- stable/11/share/man/man5/src.conf.5	Fri Sep  8 04:48:25 2017	(r323303)
> +++ stable/11/share/man/man5/src.conf.5	Fri Sep  8 04:51:16 2017	(r323304)
> @@ -1,6 +1,6 @@
>  .\" DO NOT EDIT-- this file is generated by tools/build/options/makeman.
>  .\" $FreeBSD$
> -.Dd August 16, 2017
> +.Dd September 7, 2017
>  .Dt SRC.CONF 5
>  .Os
>  .Sh NAME
> @@ -1150,6 +1150,12 @@ and remove
>  entries.
>  .It Va WITHOUT_NLS
>  Set to not build NLS catalogs.
> +When set, it enforces these options:
> +.Pp
> +.Bl -item -compact
> +.It
> +.Va WITHOUT_NLS_CATALOGS
> +.El
>  .It Va WITHOUT_NLS_CATALOGS
>  Set to not build NLS catalog support for
>  .Xr csh 1 .
> @@ -1237,6 +1243,42 @@ and related files.
>  Set to not build
>  .Xr ppp 8
>  and related programs.
> +.It Va WITHOUT_PROFILE
> +Set to not build profiled libraries for use with
> +.Xr gprof 8 .
> +.Pp
> +This is a default setting on
> +mips/mips64el and mips/mips64.
> +.It Va WITH_PROFILE
> +Set to build profiled libraries for use with
> +.Xr gprof 8 .
> +.Pp
> +This is a default setting on
> +amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm64/aarch64, i386/i386, mips/mipsel, mips/mips, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
> +.It Va WITHOUT_PROFILE
> +Set to not build profiled libraries for use with
> +.Xr gprof 8 .
> +.Pp
> +This is a default setting on
> +mips/mips64el.
> +.It Va WITH_PROFILE
> +Set to build profiled libraries for use with
> +.Xr gprof 8 .
> +.Pp
> +This is a default setting on
> +amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm64/aarch64, i386/i386, mips/mipsel, mips/mips, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
> +.It Va WITHOUT_PROFILE
> +Set to not build profiled libraries for use with
> +.Xr gprof 8 .
> +.Pp
> +This is a default setting on
> +mips/mips64.
> +.It Va WITH_PROFILE
> +Set to build profiled libraries for use with
> +.Xr gprof 8 .
> +.Pp
> +This is a default setting on
> +amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm64/aarch64, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
>  .It Va WITHOUT_PROFILE
>  Set to not build profiled libraries for use with
>  .Xr gprof 8 .

Here something went wrong: multiple (WITH|WITHOUT)_PROFILE entries.

--
Herbert


More information about the svn-src-all mailing list