From nobody@FreeBSD.org  Fri Feb 20 08:45:28 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 652A31065694
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Feb 2009 08:45:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 51E8C8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Feb 2009 08:45:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1K8jRf9033962
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Feb 2009 08:45:27 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n1K8jRxx033961;
	Fri, 20 Feb 2009 08:45:27 GMT
	(envelope-from nobody)
Message-Id: <200902200845.n1K8jRxx033961@www.freebsd.org>
Date: Fri, 20 Feb 2009 08:45:27 GMT
From: Niclas Zeising <niclas.zeising@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Changes to src.conf(5) with regards to the removal of libkse
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         131897
>Category:       docs
>Synopsis:       [PATCH] Changes to src.conf(5) with regards to the removal of libkse
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 20 08:50:01 UTC 2009
>Closed-Date:    Sat Feb 21 05:34:07 UTC 2009
>Last-Modified:  Sat Feb 21 05:34:07 UTC 2009
>Originator:     Niclas Zeising
>Release:        8.0-CURRENT
>Organization:
>Environment:
>Description:
The libkse threading library has been gone for a while from 8-CURRENT, but there are some remains left in src.conf(5) . A recent change tried to remedy that but it was done by editing src.conf(5) directly, instead of the files in src/tools/build/options/ which are used to autogenerate src.conf(5)
>How-To-Repeat:

>Fix:
The attached patch makes the changes to makeman and WITHOUT_LIBPTHREAD in src/tools/build/options, so the man page can be autogenerated, as intended,  instead.

Patch attached with submission follows:

Index: src/tools/build/options/WITHOUT_LIBPTHREAD
===================================================================
RCS file: /home/ncvs/src/tools/build/options/WITHOUT_LIBPTHREAD,v
retrieving revision 1.3
diff -u -d -r1.3 WITHOUT_LIBPTHREAD
--- src/tools/build/options/WITHOUT_LIBPTHREAD	9 Oct 2007 17:53:33 -0000	1.3
+++ src/tools/build/options/WITHOUT_LIBPTHREAD	19 Feb 2009 15:06:59 -0000
@@ -1,8 +1,6 @@
 .\" $FreeBSD: src/tools/build/options/WITHOUT_LIBPTHREAD,v 1.3 2007/10/09 17:53:33 obrien Exp $
-Set to not build either of the
+Set to not build the
 .Nm libpthread
-providing libraries
+providing library
 .Nm ( libthr
-(1:1) &
-.Nm libkse
-(M:N)).
+(1:1))
Index: src/tools/build/options/makeman
===================================================================
RCS file: /home/ncvs/src/tools/build/options/makeman,v
retrieving revision 1.8
diff -u -d -r1.8 makeman
--- src/tools/build/options/makeman	12 Dec 2007 16:39:31 -0000	1.8
+++ src/tools/build/options/makeman	19 Feb 2009 15:06:59 -0000
@@ -118,7 +118,7 @@
 .Fl D
 option of
 .Xr make 1
-or in environment; see
+or in its environment; see
 .Xr environ 7 .
 .Pp
 The values of variables are ignored regardless of their setting;


>Release-Note:
>Audit-Trail:

From: Niclas Zeising <niclas.zeising@gmail.com>
To: bug-followup@FreeBSD.org, niclas.zeising@gmail.com
Cc:  
Subject: Re: docs/131897: [PATCH] Changes to src.conf(5) with regards to the
 removal of libkse
Date: Fri, 20 Feb 2009 16:38:50 +0100

 This has been commited and the pr can be closed.
 
State-Changed-From-To: open->closed 
State-Changed-By: mtm 
State-Changed-When: Sat Feb 21 05:33:11 UTC 2009 
State-Changed-Why:  


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