From owner-svn-src-head@FreeBSD.ORG Wed Jul 16 23:32:09 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B66039AA for ; Wed, 16 Jul 2014 23:32:09 +0000 (UTC) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 766E720DD for ; Wed, 16 Jul 2014 23:32:09 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id i13so1276839qae.20 for ; Wed, 16 Jul 2014 16:32:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=lDVJMeyfgcNbLn3GD+Di2kZEA7rwaSiXaB59W7QgIg8=; b=ZN2+hGttSBwdc55EI255AWru32miap5v1kb+E5KfzqmtbalLeWgOMLxHReTbP9TEzz pRKDDPTapSDDUh910yCRdHAo2rfI3cYi76q85q1jUes1/S9L3/Irn2/wlpFE44xEef2V UtDBjnB3BYp7KL+kEc56+stR4gYavHyyGKDWBYc406CWTDMBRvyDnFmTGMz12sgisjwW fYfczzAJj8GBEaLEdZqvOXl7OUbpLYKZxfg6EggE7oMrZ1W/wU7HfLXJdiWlgobV+qiz 9UxuRMJLlmGaJrkGbWLFGd3nNKC+4m7tArPFCkO1OllDrhUQ2PxJQ6xqx+LvKFOr/NI5 KKOw== X-Gm-Message-State: ALoCoQkoOZ6u+3QmIZuMdvNOv86/nW6QdtPrW48ozmGNKk0SoVnlmr7dc/qwHUy9Vrv9Iz0Csov7 X-Received: by 10.224.135.2 with SMTP id l2mr50808362qat.37.1405553522014; Wed, 16 Jul 2014 16:32:02 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Wed, 16 Jul 2014 16:31:41 -0700 (PDT) X-Originating-IP: [184.153.117.174] In-Reply-To: <20140716221607.GV48710@ivaldir.etoilebsd.net> References: <201407162143.s6GLhOeO027919@svn.freebsd.org> <20140716221607.GV48710@ivaldir.etoilebsd.net> From: Julio Merino Date: Wed, 16 Jul 2014 19:31:41 -0400 X-Google-Sender-Auth: YD9_VWI6BgITd8quDU4rG7oMozg Message-ID: Subject: Re: svn commit: r268779 - head/share/man/man5 To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 23:32:09 -0000 On Wed, Jul 16, 2014 at 6:16 PM, Baptiste Daroussin wrote: > On Wed, Jul 16, 2014 at 09:43:24PM +0000, Julio Merino wrote: >> Author: jmmv >> Date: Wed Jul 16 21:43:24 2014 >> New Revision: 268779 >> URL: http://svnweb.freebsd.org/changeset/base/268779 >> >> Log: >> Regen after r268778 to replace WITH_TESTS with WITHOUT_TESTS. >> >> Modified: >> head/share/man/man5/src.conf.5 >> >> Modified: head/share/man/man5/src.conf.5 >> ============================================================================== >> --- head/share/man/man5/src.conf.5 Wed Jul 16 21:40:11 2014 (r268778) >> +++ head/share/man/man5/src.conf.5 Wed Jul 16 21:43:24 2014 (r268779) >> @@ -1,7 +1,7 @@ >> .\" DO NOT EDIT-- this file is automatically generated. >> .\" from FreeBSD: head/tools/build/options/makeman 255964 2013-10-01 07:22:04Z des >> .\" $FreeBSD$ >> -.Dd July 10, 2014 >> +.Dd July 16, 2014 >> .Dt SRC.CONF 5 >> .Os >> .Sh NAME >> @@ -346,6 +346,8 @@ When set, it also enforces the following >> .It >> .Va WITHOUT_CLANG_FULL >> .It >> +.Va WITHOUT_GNUCXX >> +.It > The above looks unintended? I don't know. That came from running the makeman script and I was just trusting it to be right.