pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files configuring.xml: tabs to spaces for co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/53ad20a1e377
branches: trunk
changeset: 391191:53ad20a1e377
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Thu Jan 05 01:35:06 2023 +0000
description:
configuring.xml: tabs to spaces for consistent indentation
diffstat:
doc/guide/files/configuring.xml | 43 ++++++++++++++++++++--------------------
1 files changed, 21 insertions(+), 22 deletions(-)
diffs (57 lines):
diff -r a38d65ac06a6 -r 53ad20a1e377 doc/guide/files/configuring.xml
--- a/doc/guide/files/configuring.xml Wed Jan 04 22:27:19 2023 +0000
+++ b/doc/guide/files/configuring.xml Thu Jan 05 01:35:06 2023 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.57 2021/02/06 15:21:49 dbj Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.58 2023/01/05 01:35:06 gutteridge Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -364,27 +364,26 @@
<!-- USE_ABI_DEPENDS -->
<para><!-- XXX -->
<itemizedlist>
- <listitem><para><varname>PKG_DEVELOPER</varname>:
- Run some sanity checks that package developers want:
- <itemizedlist>
- <listitem><para>make sure patches apply with zero
- fuzz</para></listitem>
- <listitem><para>run check-shlibs to see that all
- binaries will find their shared libs.</para>
- <!-- XXX: some more stuff -->
- </listitem>
- </itemizedlist>
- </para>
- </listitem>
- <listitem><para><varname>PKG_DEBUG_LEVEL</varname>: The level
- of debugging output which is displayed whilst making and
- installing the package. The default value for this is 0,
- which will not display the commands as they are executed
- (normal, default, quiet operation); the value 1 will display
- all shell commands before their invocation, and the value 2
- will display both the shell commands before their invocation,
- as well as their actual execution progress with <command>set
- -x</command>.</para></listitem>
+ <listitem><para><varname>PKG_DEVELOPER</varname>:
+ Run some sanity checks that package developers want:
+ <itemizedlist>
+ <listitem><para>make sure patches apply with zero
+ fuzz</para></listitem>
+ <listitem><para>run check-shlibs to see that all
+ binaries will find their shared libs.</para>
+ <!-- XXX: some more stuff -->
+ </listitem>
+ </itemizedlist></para>
+ </listitem>
+ <listitem><para><varname>PKG_DEBUG_LEVEL</varname>: The level
+ of debugging output which is displayed whilst making and
+ installing the package. The default value for this is 0,
+ which will not display the commands as they are executed
+ (normal, default, quiet operation); the value 1 will display
+ all shell commands before their invocation, and the value 2
+ will display both the shell commands before their invocation,
+ as well as their actual execution progress with <command>set
+ -x</command>.</para></listitem>
</itemizedlist>
</para>
</sect1>
Home |
Main Index |
Thread Index |
Old Index