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

2017-12-16 Thread Ngie Cooper

> On Dec 15, 2017, at 22:57, Herbert J. Skuhra  wrote:
> 
>> 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.5Fri Sep  8 04:48:25 2017
>> (r323303)
>> +++ stable/11/share/man/man5/src.conf.5Fri 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,
Please file a bug.
Cheers,
-Enji

PS I’m no longer a committer, so my ability to act on freebsd things which I’m 
CCed on is diminished.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2017-12-15 Thread Herbert J. Skuhra
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
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


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

2017-09-07 Thread Ngie Cooper
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 .
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"