summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-04-30 17:58:28 +0000
committerbz <bz@FreeBSD.org>2011-04-30 17:58:28 +0000
commit5b8b8b0a6ae8544e627604541b436e4f730f5f8d (patch)
tree2dc482151acb93f893c701da6312e4ff2290a7a2 /share
parentc27718afac66096b5dc5465b17a3d03a843580eb (diff)
downloadFreeBSD-src-5b8b8b0a6ae8544e627604541b436e4f730f5f8d.zip
FreeBSD-src-5b8b8b0a6ae8544e627604541b436e4f730f5f8d.tar.gz
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
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/src.conf.516
-rw-r--r--share/mk/bsd.own.mk2
2 files changed, 16 insertions, 2 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 57948af..88133db 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,7 +1,7 @@
.\" 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$
-.Dd April 6, 2011
+.Dd April 30, 2011
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -397,6 +397,15 @@ 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
+.\" $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
.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6 156932 2006-03-21 07:50:50Z ru
Set to not build
@@ -410,6 +419,9 @@ When set, it also enforces the following options:
.It Va WITHOUT_INET6_SUPPORT
.\" 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.
+.It Va WITHOUT_INET_SUPPORT
+.\" $FreeBSD$
+Set to build libraries, programs, and kernel modules without IPv4 support.
.It Va WITHOUT_INFO
.\" from FreeBSD: head/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
Set to not make or install
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 62b4392..8b9dcf8 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -326,6 +326,7 @@ __DEFAULT_YES_OPTIONS = \
GPIO \
GROFF \
HTML \
+ INET \
INET6 \
INFO \
INSTALLLIB \
@@ -546,6 +547,7 @@ MK_GDB:= no
.for var in \
BZIP2 \
GNU \
+ INET \
INET6 \
IPX \
KERBEROS \
OpenPOWER on IntegriCloud