From owner-svn-src-head@FreeBSD.ORG Wed Jul 16 22:16:16 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42F525A0; Wed, 16 Jul 2014 22:16:16 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (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 5EFD729F2; Wed, 16 Jul 2014 22:16:15 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id l18so1550893wgh.13 for ; Wed, 16 Jul 2014 15:16:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=I4pta2nU0xrHeU7+yE2AWUSgOhntKgk4g1KbwBBp1ZM=; b=gvrwVXD+RO8236niq+OXfef/ufCQmZfDXI1hDsyL2+p0nLkR5YaQyytcfSwTU39FHW BpsbJjSl/czCQG3yNWHDxo/ZC6Cd8xobVAxKQaCjksc56fc0phNlx3WJWXcMjqDpSgWy hkqj2QKapTqJxB1hrcbO4Lr4j1o5RdlFYA3PJGON7EKEkiGZ0iLapbCD+cKcQ8KHoOjN m4/n2MNrRBiPwWCp8df9vIuovVlgvVnBYCLy87GgqJzeNJgYqrYuVbnZOhMK/vqJwQpF Q/VQclUkF4A4l/lkwhRodXjMCT1s9I1RSyij+jt/ivvw8uEKB57gmk7BjEFOtTPtOsKA k4bw== X-Received: by 10.180.96.169 with SMTP id dt9mr6698219wib.62.1405548972338; Wed, 16 Jul 2014 15:16:12 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id o12sm61271845wiw.5.2014.07.16.15.16.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Jul 2014 15:16:09 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 17 Jul 2014 00:16:07 +0200 From: Baptiste Daroussin To: Julio Merino Subject: Re: svn commit: r268779 - head/share/man/man5 Message-ID: <20140716221607.GV48710@ivaldir.etoilebsd.net> References: <201407162143.s6GLhOeO027919@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i/VKSWANvDZSIhsB" Content-Disposition: inline In-Reply-To: <201407162143.s6GLhOeO027919@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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 22:16:16 -0000 --i/VKSWANvDZSIhsB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > Regen after r268778 to replace WITH_TESTS with WITHOUT_TESTS. >=20 > Modified: > head/share/man/man5/src.conf.5 >=20 > Modified: head/share/man/man5/src.conf.5 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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? regards, Bapt --i/VKSWANvDZSIhsB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlPG+acACgkQ8kTtMUmk6EyckACgoMGJhVKM9iDsp6+XWj8g5JfX 05MAoJ+JAcgy46jetCKmgnBu98KkDCBk =NaGE -----END PGP SIGNATURE----- --i/VKSWANvDZSIhsB--