svn commit: r251819 - head/share/man/man5

Niclas Zeising zeising at FreeBSD.org
Sun Jun 16 20:51:44 UTC 2013


Author: zeising (doc,ports committer)
Date: Sun Jun 16 20:51:44 2013
New Revision: 251819
URL: http://svnweb.freebsd.org/changeset/base/251819

Log:
  Fix the libc++ option.
  This somehow got reverted when this was updated after the CVS removal.

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Sun Jun 16 19:35:01 2013	(r251818)
+++ head/share/man/man5/src.conf.5	Sun Jun 16 20:51:44 2013	(r251819)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 251685 2013-06-13 13:05:08Z emaste
 .\" $FreeBSD$
-.Dd June 15, 2013
+.Dd June 16, 2013
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -698,9 +698,9 @@ and
 On amd64, set to not build 32-bit library set and a
 .Nm ld-elf32.so.1
 runtime linker.
-.It Va WITH_LIBCPLUSPLUS
-.\" from FreeBSD: head/tools/build/options/WITH_LIBCPLUSPLUS 228082 2011-11-28 17:56:46Z dim
-Set to build libcxxrt and libc++.
+.It Va WITHOUT_LIBCPLUSPLUS
+.\" from FreeBSD: head/tools/build/options/WITHOUT_LIBCPLUSPLUS 246262 2013-02-02 22:42:46Z dim
+Set to avoid building libcxxrt and libc++.
 .It Va WITHOUT_LIBPTHREAD
 .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
 Set to not build the


More information about the svn-src-head mailing list