Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2011 20:19:07 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220402 - in head: share/man/man5 tools/build/options
Message-ID:  <201104062019.p36KJ7Vj015966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Wed Apr  6 20:19:07 2011
New Revision: 220402
URL: http://svn.freebsd.org/changeset/base/220402

Log:
  Regenerate after r220401. It turns out makeman is clever about implied
  flags, so remove that part from WITHOUT_CXX again.
  
  This is only partially regenerated, as the entries for FDT and GPIO seem to
  have switched their default state, too.

Modified:
  head/share/man/man5/src.conf.5
  head/tools/build/options/WITHOUT_CXX

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Wed Apr  6 20:08:23 2011	(r220401)
+++ head/share/man/man5/src.conf.5	Wed Apr  6 20:19:07 2011	(r220402)
@@ -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
 .\" $FreeBSD$
-.Dd February 22, 2011
+.Dd April  6, 2011
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -285,10 +285,22 @@ and related utilities.
 .\" from FreeBSD: head/tools/build/options/WITHOUT_CVS 156932 2006-03-21 07:50:50Z ru
 Set to not build CVS.
 .It Va WITHOUT_CXX
-.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 156932 2006-03-21 07:50:50Z ru
+.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 220401 2011-04-06 20:08:23Z uqs
 Set to not build
 .Xr g++ 1
 and related libraries.
+It will also prevent building of
+.Xr gperf 1
+and
+.Xr devd 8 .
+When set, it also enforces the following options:
+.Pp
+.Bl -item -compact
+.It
+.Va WITHOUT_CLANG
+.It
+.Va WITHOUT_GROFF
+.El
 .It Va WITHOUT_DICT
 .\" from FreeBSD: head/tools/build/options/WITHOUT_DICT 156932 2006-03-21 07:50:50Z ru
 Set to not build the Webster dictionary files.
@@ -375,6 +387,9 @@ Set to build Hesiod support.
 .It Va WITHOUT_HTML
 .\" from FreeBSD: head/tools/build/options/WITHOUT_HTML 156932 2006-03-21 07:50:50Z ru
 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.

Modified: head/tools/build/options/WITHOUT_CXX
==============================================================================
--- head/tools/build/options/WITHOUT_CXX	Wed Apr  6 20:08:23 2011	(r220401)
+++ head/tools/build/options/WITHOUT_CXX	Wed Apr  6 20:19:07 2011	(r220402)
@@ -2,11 +2,7 @@
 Set to not build
 .Xr g++ 1
 and related libraries.
-Implies
-.Dv WITHOUT_CLANG
-and
-.Dv WITHOUT_GROFF
-and will also prevent building of
+It will also prevent building of
 .Xr gperf 1
 and
 .Xr devd 8 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104062019.p36KJ7Vj015966>