[Midnightbsd-cvs] src [8773] trunk/share/man/man5/src.conf.5: add options

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 25 22:56:30 EDT 2016


Revision: 8773
          http://svnweb.midnightbsd.org/src/?rev=8773
Author:   laffer1
Date:     2016-09-25 22:56:30 -0400 (Sun, 25 Sep 2016)
Log Message:
-----------
add options

Modified Paths:
--------------
    trunk/share/man/man5/src.conf.5

Modified: trunk/share/man/man5/src.conf.5
===================================================================
--- trunk/share/man/man5/src.conf.5	2016-09-26 02:54:26 UTC (rev 8772)
+++ trunk/share/man/man5/src.conf.5	2016-09-26 02:56:30 UTC (rev 8773)
@@ -274,6 +274,8 @@
 .It
 .Va WITHOUT_CLANG_EXTRAS
 .It
+.Va WITHOUT_CLANG_FULL
+.It
 .Va WITHOUT_CLANG_IS_CC
 .El
 .It Va WITH_CLANG
@@ -285,6 +287,20 @@
 .It Va WITH_CLANG_EXTRAS
 .\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG_EXTRAS 231919 2012-02-19 23:35:56Z dim
 Set to build additional clang and llvm tools, such as bugpoint.
+.It Va WITHOUT_CLANG_FULL
+.\" from FreeBSD: stable/9/tools/build/options/WITHOUT_CLANG_FULL 246637 2013-02-10 21:24:47Z dim
+Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
+the Clang C/C++ compiler.
+.Pp
+It is a default setting on
+arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb and sparc64/sparc64.
+.It Va WITH_CLANG_FULL
+.\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG_FULL 246637 2013-02-10 21:24:47Z dim
+Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the
+Clang C/C++ compiler.
+.Pp
+It is a default setting on
+amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
 .It Va WITH_CLANG_IS_CC
 .\" from FreeBSD: stable/9/tools/build/options/WITH_CLANG_IS_CC 235587 2012-05-18 02:00:01Z gjb
 Set to install the Clang C/C++ compiler as
@@ -348,6 +364,10 @@
 .It
 .Va WITHOUT_CLANG
 .It
+.Va WITHOUT_CLANG_EXTRAS
+.It
+.Va WITHOUT_CLANG_FULL
+.It
 .Va WITHOUT_CLANG_IS_CC
 .It
 .Va WITHOUT_GROFF
@@ -750,6 +770,16 @@
 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru
 Set to not build NLS catalog support for
 .Xr csh 1 .
+.It Va WITH_NMTREE
+.\" from FreeBSD: stable/9/tools/build/options/WITH_NMTREE 245462 2013-01-15 16:46:51Z brooks
+Set to install
+.Xr nmtree 8
+as
+.Xr mtree 8 .
+By default
+.Xr fmtree 8
+is installed as
+.Xr mtree 8 .
 .It Va WITHOUT_NS_CACHING
 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru
 Set to disable name caching in the
@@ -811,6 +841,11 @@
 .Xr ftpd 8
 and
 .Xr ppp 8 .
+.It Va WITHOUT_PC_SYSINSTALL
+.\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PC_SYSINSTALL 246264 2013-02-02 23:01:54Z eadler
+Set to not build
+.Xr pc-sysinstall 8
+and related programs.
 .It Va WITHOUT_PF
 .\" from FreeBSD: stable/9/tools/build/options/WITHOUT_PF 156932 2006-03-21 07:50:50Z ru
 Set to not build PF firewall package.
@@ -963,6 +998,10 @@
 .It
 .Va WITHOUT_CLANG
 .It
+.Va WITHOUT_CLANG_EXTRAS
+.It
+.Va WITHOUT_CLANG_FULL
+.It
 .Va WITHOUT_CLANG_IS_CC
 .It
 .Va WITHOUT_GCC



More information about the Midnightbsd-cvs mailing list