From owner-freebsd-doc@FreeBSD.ORG Fri Feb 20 08:50:01 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ED9F106566C for ; Fri, 20 Feb 2009 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6886C8FC18 for ; Fri, 20 Feb 2009 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1K8o1s5067904 for ; Fri, 20 Feb 2009 08:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1K8o1O1067903; Fri, 20 Feb 2009 08:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 20 Feb 2009 08:50:01 GMT Resent-Message-Id: <200902200850.n1K8o1O1067903@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 652A31065694 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/131897: [PATCH] Changes to src.conf(5) with regards to the removal of libkse X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 08:50:02 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 20 08:50:01 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted: