From nobody@FreeBSD.org  Mon Dec 30 21:01:40 2013
Return-Path: <nobody@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 BB214A2F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Dec 2013 21:01:09 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8E2DD1F24
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Dec 2013 21:01:09 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBUL17Xh036094
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Dec 2013 21:01:07 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBUL17pS036081;
	Mon, 30 Dec 2013 21:01:07 GMT
	(envelope-from nobody)
Message-Id: <201312302101.rBUL17pS036081@oldred.freebsd.org>
Date: Mon, 30 Dec 2013 21:01:07 GMT
From: Igor Mozolevsky <igor@hybrid-lab.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: src.conf(5) needs updating to reflect UPDATING entry of 20131108
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185326
>Category:       conf
>Synopsis:       src.conf(5) needs updating to reflect UPDATING entry of 20131108
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skreuzer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 30 21:10:05 UTC 2013
>Closed-Date:    Thu Jan 23 03:21:33 UTC 2014
>Last-Modified:  Thu Jan 23 03:21:33 UTC 2014
>Originator:     Igor Mozolevsky
>Release:        10.0-RC3
>Organization:
>Environment:
>Description:
src.conf(5) still mentions WITHOUT_ATF, however, the entry in UPDATING dated 20131108 states that WITHOUT_ATF has been removed and replaced by WITHOUT_TESTS. There is no mention of the latter in src.conf(5) at all.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->skreuzer 
Responsible-Changed-By: skreuzer 
Responsible-Changed-When: Sat Jan 18 22:07:19 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185326 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/185326: commit references a PR
Date: Thu, 23 Jan 2014 03:15:02 +0000 (UTC)

 Author: skreuzer (doc,ports committer)
 Date: Thu Jan 23 03:14:48 2014
 New Revision: 261072
 URL: http://svnweb.freebsd.org/changeset/base/261072
 
 Log:
   Remove WITHOUT_ATF as it has been replaced by WITH_TESTS
   
   PR:		conf/185326
   Reported by:	Igor Mozolevsky <igor@hybrid-lab.co.uk>
   Approved by:	hrs (mentor)
 
 Deleted:
   head/tools/build/options/WITHOUT_ATF
 Modified:
   head/share/man/man5/src.conf.5
   head/share/mk/bsd.own.mk
 
 Modified: head/share/man/man5/src.conf.5
 ==============================================================================
 --- head/share/man/man5/src.conf.5	Thu Jan 23 02:47:36 2014	(r261071)
 +++ head/share/man/man5/src.conf.5	Thu Jan 23 03:14:48 2014	(r261072)
 @@ -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 December 4, 2013
 +.Dd January 21, 2014
  .Dt SRC.CONF 5
  .Os
  .Sh NAME
 @@ -113,9 +113,6 @@ checks.
  Set to not build
  .Xr at 1
  and related utilities.
 -.It Va WITHOUT_ATF
 -.\" from FreeBSD: head/tools/build/options/WITHOUT_ATF 241823 2012-10-22 01:18:41Z marcel
 -Set to not build programs and libraries related to the ATF testing framework.
  .It Va WITHOUT_ATM
  .\" from FreeBSD: head/tools/build/options/WITHOUT_ATM 156932 2006-03-21 07:50:50Z ru
  Set to not build
 @@ -245,12 +242,6 @@ and
  .Pp
  It is a default setting on
  arm/armeb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
 -When set, it also enforces the following options:
 -.Pp
 -.Bl -item -compact
 -.It
 -.Va WITHOUT_LLDB
 -.El
  .It Va WITH_CLANG_IS_CC
  .\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 235342 2012-05-12 16:12:36Z gjb
  Set to install the Clang C/C++ compiler as
 @@ -627,9 +618,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
 
 Modified: head/share/mk/bsd.own.mk
 ==============================================================================
 --- head/share/mk/bsd.own.mk	Thu Jan 23 02:47:36 2014	(r261071)
 +++ head/share/mk/bsd.own.mk	Thu Jan 23 03:14:48 2014	(r261072)
 @@ -251,7 +251,6 @@ __DEFAULT_YES_OPTIONS = \
      ARM_EABI \
      ASSERT_DEBUG \
      AT \
 -    ATF \
      ATM \
      AUDIT \
      AUTHPF \
 _______________________________________________
 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-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: skreuzer 
State-Changed-When: Thu Jan 23 03:21:32 UTC 2014 
State-Changed-Why:  
This has been fixed in r261072. Thanks for reporting it! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185326 
>Unformatted:
