Regenerate with manual fixup for WITH_LDNS_UTILS inheriting WITHOUT_BIND_UTILS.
This commit is contained in:
parent
97371fa56d
commit
6de725c2d8
@ -1,7 +1,7 @@
|
||||
.\" DO NOT EDIT-- this file is automatically generated.
|
||||
.\" from FreeBSD: head/tools/build/options/makeman 236279 2012-05-30 02:37:20Z gjb
|
||||
.\" $FreeBSD$
|
||||
.Dd February 15, 2013
|
||||
.Dd May 21, 2013
|
||||
.Dt SRC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -223,9 +223,9 @@ toolchain is enabled.
|
||||
.It Va WITHOUT_BLUETOOTH
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build Bluetooth related kernel modules, programs and libraries.
|
||||
.It Va WITH_BMAKE
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_BMAKE 241279 2012-10-06 19:19:21Z marcel
|
||||
Build and install the portable BSD make (bmake) as
|
||||
.It Va WITHOUT_BMAKE
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_BMAKE 250839 2013-05-21 00:41:49Z delphij
|
||||
Set to not build and install the portable BSD make (bmake) as
|
||||
.Xr make 1
|
||||
instead of the traditional FreeBSD make.
|
||||
This build option is temporary.
|
||||
@ -302,6 +302,12 @@ When set, it also enforces the following options:
|
||||
.It
|
||||
.Va WITHOUT_CLANG_IS_CC
|
||||
.El
|
||||
.It Va WITH_CLANG
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_CLANG 221730 2011-05-10 11:14:40Z ru
|
||||
Set to build the Clang C/C++ compiler.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
amd64/amd64, arm/arm, arm/armv6, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
|
||||
.It Va WITH_CLANG_EXTRAS
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim
|
||||
Set to build additional clang and llvm tools, such as bugpoint.
|
||||
@ -328,7 +334,7 @@ and
|
||||
.Pa /usr/bin/cpp .
|
||||
.Pp
|
||||
It is a default setting on
|
||||
arm/arm, arm/armeb, arm/armv6, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
|
||||
arm/armeb, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
|
||||
.It Va WITH_CLANG_IS_CC
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb
|
||||
Set to install the Clang C/C++ compiler as
|
||||
@ -338,7 +344,7 @@ and
|
||||
.Pa /usr/bin/cpp .
|
||||
.Pp
|
||||
It is a default setting on
|
||||
amd64/amd64, i386/i386 and pc98/i386.
|
||||
amd64/amd64, arm/arm, arm/armv6, i386/i386 and pc98/i386.
|
||||
.It Va WITHOUT_CPP
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build
|
||||
@ -433,6 +439,13 @@ This includes the device tree compiler (dtc) and libfdt support library.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
amd64/amd64, i386/i386, ia64/ia64, pc98/i386 and sparc64/sparc64.
|
||||
.It Va WITH_FDT
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_FDT 221730 2011-05-10 11:14:40Z ru
|
||||
Set to build Flattened Device Tree support as part of the base system.
|
||||
This includes the device tree compiler (dtc) and libfdt support library.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
arm/arm, arm/armeb, arm/armv6, arm/armv6eb, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc and powerpc/powerpc64.
|
||||
.It Va WITHOUT_FLOPPY
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
|
||||
Set to not build or install programs
|
||||
@ -523,13 +536,6 @@ Set to not build HTML docs.
|
||||
.It Va WITH_ICONV
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_ICONV 219020 2011-02-25 00:10:26Z gabor
|
||||
Set to build iconv as part of libc.
|
||||
.It Va WITH_IDEA
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_IDEA 156932 2006-03-21 07:50:50Z ru
|
||||
Set to build the IDEA encryption code.
|
||||
This code is patented in the USA and many European countries.
|
||||
It is
|
||||
.Em "YOUR RESPONSIBILITY"
|
||||
to determine if you can legally use IDEA.
|
||||
.It Va WITHOUT_INET
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
|
||||
Set to not build programs and libraries related to IPv4 networking.
|
||||
@ -595,8 +601,8 @@ When set, it also enforces the following options:
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_IPX_SUPPORT 156932 2006-03-21 07:50:50Z ru
|
||||
Set to build some programs without IPX support.
|
||||
.It Va WITHOUT_JAIL
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 183242 2008-09-21 22:02:26Z sam
|
||||
Set to not build tools for the support of jails; e.g.
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_JAIL 249966 2013-04-27 04:09:09Z eadler
|
||||
Set to not build tools for the support of jails; e.g.,
|
||||
.Xr jail 8 .
|
||||
.It Va WITHOUT_KDUMP
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_KDUMP 240690 2012-09-19 11:38:37Z zeising
|
||||
@ -671,14 +677,14 @@ Setting this variable will enable the LDNS-based versions of
|
||||
.Xr dig 1
|
||||
and
|
||||
.Xr host 1 .
|
||||
When set, the following options are also in effect:
|
||||
-When set, the following options are also in effect:
|
||||
.Pp
|
||||
.Bl -inset -compact
|
||||
.It Va WITHOUT_BIND_UTILS
|
||||
.El
|
||||
.It Va WITHOUT_LEGACY_CONSOLE
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 183242 2008-09-21 22:02:26Z sam
|
||||
Set to not build programs that support a legacy PC console; e.g.
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 249966 2013-04-27 04:09:09Z eadler
|
||||
Set to not build programs that support a legacy PC console; e.g.,
|
||||
.Xr kbdcontrol 8
|
||||
and
|
||||
.Xr vidcontrol 8 .
|
||||
|
Loading…
Reference in New Issue
Block a user