svn commit: r229514 - in stable/8: share/mk tools/build/options
Bjoern A. Zeeb
bz at FreeBSD.org
Wed Jan 4 19:50:11 UTC 2012
Author: bz
Date: Wed Jan 4 19:50:10 2012
New Revision: 229514
URL: http://svn.freebsd.org/changeset/base/229514
Log:
MFC r221266:
Introduce two new options MK_INET and MK_INET_SUPPORT analogically
with INET6 equivalents.
Added:
stable/8/tools/build/options/WITHOUT_INET
- copied unchanged from r221266, head/tools/build/options/WITHOUT_INET
stable/8/tools/build/options/WITHOUT_INET_SUPPORT
- copied unchanged from r221266, head/tools/build/options/WITHOUT_INET_SUPPORT
Modified:
stable/8/share/mk/bsd.own.mk
Directory Properties:
stable/8/share/mk/ (props changed)
stable/8/tools/build/options/ (props changed)
Modified: stable/8/share/mk/bsd.own.mk
==============================================================================
--- stable/8/share/mk/bsd.own.mk Wed Jan 4 19:43:53 2012 (r229513)
+++ stable/8/share/mk/bsd.own.mk Wed Jan 4 19:50:10 2012 (r229514)
@@ -325,6 +325,7 @@ WITH_IDEA=
GPIB \
GROFF \
HTML \
+ INET \
INET6 \
INFO \
INSTALLLIB \
@@ -500,6 +501,7 @@ MK_GDB:= no
.for var in \
BZIP2 \
GNU \
+ INET \
INET6 \
IPX \
KERBEROS \
Copied: stable/8/tools/build/options/WITHOUT_INET (from r221266, head/tools/build/options/WITHOUT_INET)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/8/tools/build/options/WITHOUT_INET Wed Jan 4 19:50:10 2012 (r229514, copy of r221266, head/tools/build/options/WITHOUT_INET)
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to not build programs and libraries related to IPv4 networking.
Copied: stable/8/tools/build/options/WITHOUT_INET_SUPPORT (from r221266, head/tools/build/options/WITHOUT_INET_SUPPORT)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/8/tools/build/options/WITHOUT_INET_SUPPORT Wed Jan 4 19:50:10 2012 (r229514, copy of r221266, head/tools/build/options/WITHOUT_INET_SUPPORT)
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to build libraries, programs, and kernel modules without IPv4 support.
More information about the svn-src-all
mailing list