Introduce two new options MK_INET and MK_INET_SUPPORT analogically

with INET6 equivalents. Patch reather than re-genenerating src.conf
(given the current problem with the script that does the re-gen).

Reviewed by:	gnn
Sponsored by:	The FreeBSD Foundation
Sponsored by:	iXsystems
MFC after:	2 weeks
This commit is contained in:
Bjoern A. Zeeb 2011-04-30 17:58:28 +00:00
parent f78dc31e74
commit 970a765389
4 changed files with 20 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated. .\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: head/tools/build/options/makeman 188848 2009-02-20 11:09:55Z mtm .\" from FreeBSD: head/tools/build/options/makeman 221161 2011-04-28 11:21:49Z des
.\" $FreeBSD$ .\" $FreeBSD$
.Dd April 6, 2011 .Dd April 30, 2011
.Dt SRC.CONF 5 .Dt SRC.CONF 5
.Os .Os
.Sh NAME .Sh NAME
@ -397,6 +397,15 @@ This code is patented in the USA and many European countries.
It is It is
.Em "YOUR RESPONSIBILITY" .Em "YOUR RESPONSIBILITY"
to determine if you can legally use IDEA. to determine if you can legally use IDEA.
.It Va WITHOUT_INET
.\" $FreeBSD$
Set to not build programs and libraries related to IPv4 networking.
When set, it also enforces the following options:
.Pp
.Bl -item -compact
.It
.Va WITHOUT_INET_SUPPORT
.El
.It Va WITHOUT_INET6 .It Va WITHOUT_INET6
.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru .\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
Set to not build Set to not build
@ -410,6 +419,9 @@ When set, it also enforces the following options:
.It Va WITHOUT_INET6_SUPPORT .It Va WITHOUT_INET6_SUPPORT
.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru .\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
Set to build libraries, programs, and kernel modules without IPv6 support. Set to build libraries, programs, and kernel modules without IPv6 support.
.It Va WITHOUT_INET_SUPPORT
.\" $FreeBSD$
Set to build libraries, programs, and kernel modules without IPv4 support.
.It Va WITHOUT_INFO .It Va WITHOUT_INFO
.\" from FreeBSD: head/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru .\" from FreeBSD: head/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
Set to not make or install Set to not make or install

View File

@ -326,6 +326,7 @@ __DEFAULT_YES_OPTIONS = \
GPIO \ GPIO \
GROFF \ GROFF \
HTML \ HTML \
INET \
INET6 \ INET6 \
INFO \ INFO \
INSTALLLIB \ INSTALLLIB \
@ -546,6 +547,7 @@ MK_GDB:= no
.for var in \ .for var in \
BZIP2 \ BZIP2 \
GNU \ GNU \
INET \
INET6 \ INET6 \
IPX \ IPX \
KERBEROS \ KERBEROS \

View File

@ -0,0 +1,2 @@
.\" $FreeBSD$
Set to not build programs and libraries related to IPv4 networking.

View File

@ -0,0 +1,2 @@
.\" $FreeBSD$
Set to build libraries, programs, and kernel modules without IPv4 support.