From owner-svn-src-all@FreeBSD.ORG Sat Jun 15 23:23:08 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8102E9C5; Sat, 15 Jun 2013 23:23:08 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 37BCC1D45; Sat, 15 Jun 2013 23:23:08 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 34B2540004; Sun, 16 Jun 2013 01:23:06 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 22ED940008; Sun, 16 Jun 2013 01:23:06 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id A22B340004; Sun, 16 Jun 2013 01:23:05 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3bXvqr6vcCz8hVn; Sun, 16 Jun 2013 01:23:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id dLbvfkMz5dCY; Sun, 16 Jun 2013 01:23:02 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3bXvqp4r6Cz8hVm; Sun, 16 Jun 2013 01:23:02 +0200 (CEST) Received: from [IPv6:::1] (celes.daemonic.se [IPv6:2001:470:dca9:1::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3bXvqp3brkz9Ctq; Sun, 16 Jun 2013 01:23:02 +0200 (CEST) Message-ID: <51BCF756.9010204@daemonic.se> Date: Sun, 16 Jun 2013 01:23:02 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r251795 - head/share/man/man5 References: <201306152129.r5FLTl0T031625@svn.freebsd.org> In-Reply-To: <201306152129.r5FLTl0T031625@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130615-1, 2013-06-15), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jun 2013 23:23:08 -0000 On 2013-06-15 23:29, Eitan Adler wrote: > Author: eadler > Date: Sat Jun 15 21:29:47 2013 > New Revision: 251795 > URL: http://svnweb.freebsd.org/changeset/base/251795 > > Log: > Regenerate after CVS removal (and it seems other missed changes) > > @@ -701,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 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 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_LIBPTHREAD > .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm > Set to not build the This part seems really strange. Can you please double check that it is as intended? Regards! --