Re: svn commit: r359459 - head/share/man/man5

2020-03-31 Thread Alexey Dokuchaev
On Mon, Mar 30, 2020 at 07:39:39PM -0400, Ed Maste wrote:
> On Mon, 30 Mar 2020 at 19:03, John Baldwin  wrote:
> >
> > and I haven't seen the commit to
> > actually remove GDB_LIBEXEC yet?
> 
> I haven't seen the commit mail for r359457 yet either, but the change
> is committed.

As of recently, commit mail gets significantly delayed for some reason,
per what I've also observed.

./danfe
___
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: r359459 - head/share/man/man5

2020-03-30 Thread Ed Maste
On Mon, 30 Mar 2020 at 19:03, John Baldwin  wrote:
>
> and I haven't seen the commit to
> actually remove GDB_LIBEXEC yet?

I haven't seen the commit mail for r359457 yet either, but the change
is committed.
___
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: r359459 - head/share/man/man5

2020-03-30 Thread John Baldwin
On 3/30/20 1:08 PM, Ed Maste wrote:
> Author: emaste
> Date: Mon Mar 30 20:08:26 2020
> New Revision: 359459
> URL: https://svnweb.freebsd.org/changeset/base/359459
> 
> Log:
>   regen src.conf.5 after WITHOUT_GDB_LIBEXEC removal r359454
>   
>   ... and a number of other changes since the last regen.

Hmm, 359454 was a markup fix to elf.5 and I haven't seen the commit to
actually remove GDB_LIBEXEC yet?

-- 
John Baldwin
___
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: r359459 - head/share/man/man5

2020-03-30 Thread Ed Maste
On Mon, 30 Mar 2020 at 16:09, Ed Maste  wrote:
>
> Author: emaste
> Date: Mon Mar 30 20:08:26 2020
> New Revision: 359459
> URL: https://svnweb.freebsd.org/changeset/base/359459
>
> Log:
>   regen src.conf.5 after WITHOUT_GDB_LIBEXEC removal r359454

Oops, copied the wrong revision number, it should be r359457. I don't
think it's worth reverting and recommitting a generated file to
correct this though.
___
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: r359459 - head/share/man/man5

2020-03-30 Thread Ed Maste
Author: emaste
Date: Mon Mar 30 20:08:26 2020
New Revision: 359459
URL: https://svnweb.freebsd.org/changeset/base/359459

Log:
  regen src.conf.5 after WITHOUT_GDB_LIBEXEC removal r359454
  
  ... and a number of other changes since the last regen.

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==
--- head/share/man/man5/src.conf.5  Mon Mar 30 20:07:25 2020
(r359458)
+++ head/share/man/man5/src.conf.5  Mon Mar 30 20:08:26 2020
(r359459)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd March 9, 2020
+.Dd March 30, 2020
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -177,8 +177,7 @@ flag set to indicate that the run-time loader should p
 processing at process startup rather than on demand.
 .It Va WITHOUT_BINUTILS
 Do not build or install GNU
-.Xr as 1 ,
-.Xr ld.bfd 1 , and
+.Xr as 1 and
 .Xr objdump 1
 as part
 of the normal system build.
@@ -189,25 +188,24 @@ arm64/aarch64, riscv/riscv64 and riscv/riscv64sf.
 Build and install GNU
 .Xr as 1
 on i386 and amd64,
-.Xr objdump 1 ,
 and
-.Xr ld.bfd 1
-on powerpc as part of the normal system build.
+.Xr objdump 1
+as part of the normal system build.
 .Pp
 This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, i386/i386, mips/mipsel, mips/mips, 
mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, 
mips/mips64elhf, mips/mips64hf, powerpc/powerpc and powerpc/powerpc64.
+amd64/amd64, arm/armv6, arm/armv7, i386/i386, mips/mips, mips/mips64, 
powerpc/powerpc and powerpc/powerpc64.
 .It Va WITHOUT_BINUTILS_BOOTSTRAP
 Do not build GNU binutils
 as part of the bootstrap process.
 .Pp
 This is a default setting on
-arm/armv6, arm/armv7, arm64/aarch64, mips/mipsel, mips/mips, mips/mips64el, 
mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, 
mips/mips64hf, riscv/riscv64 and riscv/riscv64sf.
+arm/armv6, arm/armv7, arm64/aarch64, mips/mips, mips/mips64, powerpc/powerpc, 
powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
 .It Va WITH_BINUTILS_BOOTSTRAP
 Build GNU binutils
 as part of the bootstrap process.
 .Pp
 This is a default setting on
-amd64/amd64, i386/i386, powerpc/powerpc and powerpc/powerpc64.
+amd64/amd64 and i386/i386.
 .It Va WITHOUT_BLACKLIST
 Set this if you do not want to build
 .Xr blacklistd 8
@@ -356,14 +354,6 @@ Set to not build the Clang C/C++ compiler during the b
 the build.
 To be able to build the system, either gcc or clang bootstrap must be
 enabled unless an alternate compiler is provided via XCC.
-.Pp
-This is a default setting on
-mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, 
mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
-.It Va WITH_CLANG_BOOTSTRAP
-Set to build the Clang C/C++ compiler during the bootstrap phase of the build.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc, 
powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
 .It Va WITH_CLANG_EXTRAS
 Set to build additional clang and llvm tools, such as bugpoint and
 clang-format.
@@ -376,18 +366,6 @@ Do not install links to the Clang C/C++ compiler as
 .Pa /usr/bin/c++
 and
 .Pa /usr/bin/cpp .
-.Pp
-This is a default setting on
-mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, 
mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
-.It Va WITH_CLANG_IS_CC
-Install links to the Clang C/C++ compiler as
-.Pa /usr/bin/cc ,
-.Pa /usr/bin/c++
-and
-.Pa /usr/bin/cpp .
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc, 
powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
 .It Va WITHOUT_CPP
 Set to not build
 .Xr cpp 1 .
@@ -458,7 +436,7 @@ Set to not build
 .Xr cxgbetool 8
 .Pp
 This is a default setting on
-arm/armv6, arm/armv7, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, 
mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, 
powerpc/powerpc, riscv/riscv64 and riscv/riscv64sf.
+arm/armv6, arm/armv7, mips/mips, mips/mips64, powerpc/powerpc, riscv/riscv64 
and riscv/riscv64sf.
 .It Va WITH_CXGBETOOL
 Set to build
 .Xr cxgbetool 8
@@ -619,7 +597,7 @@ and
 .Xr efivar 8 .
 .Pp
 This is a default setting on
-mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, 
mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf, powerpc/powerpc, 
powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf.
+mips/mips, mips/mips64, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and 
riscv/riscv64sf.
 .It Va WITH_EFI
 Set to build
 .Xr efivar 3
@@ -698,12 +676,7 @@ Set to build
 .Xr gdb 1 .
 .Pp
 This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, i386/i386, mips/mipsel, mips/mips, 
mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, 
mips/mips64elhf, mips/mips64hf, powerpc/powerpc and powerpc/powerpc64.
-.It Va