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

2014-07-16 Thread Julio Merino
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
 .Va WITHOUT_GROFF
 .El
 .It Va WITH_DEBUG_FILES
@@ -1021,15 +1023,16 @@ Set to not build and install
 Set to not build
 .Xr telnet 8
 and related programs.
-.It Va WITH_TESTS
-.\ from FreeBSD: head/tools/build/options/WITH_TESTS 267432 2014-06-13 
00:05:06Z gjb
-Set to install the
+.It Va WITHOUT_TESTS
+.\ from FreeBSD: head/tools/build/options/WITHOUT_TESTS 268778 2014-07-16 
21:40:11Z jmmv
+Set to not build nor install the
 .Fx
 Test Suite in
 .Pa /usr/tests/ .
 See
 .Xr tests 7
 for more details.
+This also disables the build of all test-related dependencies, including ATF.
 .It Va WITHOUT_TEXTPROC
 .\ from FreeBSD: head/tools/build/options/WITHOUT_TEXTPROC 183242 2008-09-21 
22:02:26Z sam
 Set to not build
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


Re: svn commit: r268779 - head/share/man/man5

2014-07-16 Thread Baptiste Daroussin
On Wed, Jul 16, 2014 at 09:43:24PM +, 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.5Wed Jul 16 21:40:11 2014
 (r268778)
 +++ head/share/man/man5/src.conf.5Wed 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


pgpao4D1UbFGY.pgp
Description: PGP signature


Re: svn commit: r268779 - head/share/man/man5

2014-07-16 Thread Julio Merino
On Wed, Jul 16, 2014 at 6:16 PM, Baptiste Daroussin b...@freebsd.org wrote:
 On Wed, Jul 16, 2014 at 09:43:24PM +, 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.5Wed Jul 16 21:40:11 2014
 (r268778)
 +++ head/share/man/man5/src.conf.5Wed 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.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org