docs/131897: [PATCH] Changes to src.conf(5) with regards to the removal of libkse
Niclas Zeising
niclas.zeising at gmail.com
Fri Feb 20 08:50:02 UTC 2009
>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:
More information about the freebsd-doc
mailing list